1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00
Commit graph

11 commits

Author SHA1 Message Date
Steve Evans
e94428fc74 Fix DMA buffer addresses 2025-06-29 22:50:03 +01:00
Steve Evans
01e9901459 Add support for SPI DMA 2025-06-29 21:17:27 +01:00
Steve Evans
e63dfb9a9a
Pico uart pin configure (#14473)
* Add empty uartPinConfigure() implementation for RP2350

* Fix tabs
2025-06-22 22:36:31 +01:00
Matthew Selby
9c8543ac35 PICO: IO tag changes, updated pins. 2025-06-02 15:07:53 +01:00
Matthew Selby
de04ac1f11 PICO bus_spi_pico changes - work in progress...
Testing w/o DMA
Fix SPI_SPEED_20MHZ
Add GPIO pin ranges
Initial implementation of spiInternalInitStream and spiSequenceStart
 (mode, speed set up, based on STM32/bus_spi_ll.c)
spiCalculateDivider records numbers as calculated in pico-sdk spi_set_baudrate,
 for use later in spiCalculateClock.
2025-05-14 12:18:30 +01:00
blckmn
e036384bc1 PICO: Minor clean up of possible unused functions. 2025-04-08 07:48:57 +10:00
blckmn
0b376bff50 PICO: Further implementation of DMA / SPI 2025-04-05 13:13:23 +11:00
blckmn
bfdf41cddb PICO: Initial SPI 2025-04-01 22:21:53 +11:00
blckmn
51828fa9a6 PICO: Minor file rename (removing misc_todo.c) 2025-01-11 04:09:47 +11:00
blckmn
766c7c019b SPI Bus stub functions for RP PICO 2025-01-09 04:10:13 +11:00
Jay Blackman
01d862f803
PICO changes (#14105)
* PICO changes
* Spelling corrected in API v2
* Corrected as per @ledvinap - granted will be generated in future.
* As per @tstibor
* Correction and comment as per @ledvinap
2024-12-26 14:53:27 +11:00