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

13 commits

Author SHA1 Message Date
Matthew Selby
151cf541bf PICO SPI updates for correct increments etc. 2025-07-07 19:12:05 +01:00
Steve Evans
01329e3350
Move DMA IRQ acknowledge to before the callback as it's edge triggered (#14514)
* Remove superfluous comments

* Move DMA IRQ acknowledge to before the callback as it's edge triggered
2025-07-06 16:59:37 +02:00
Steve Evans
3dc130c4aa
Register allocated DMA channels for dma show (#14496) 2025-07-03 02:29:25 +10:00
Steve Evans
9fed1f9ebb
Add support for SPI DMA (#14483) 2025-06-30 11:21:56 +10: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