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

9 commits

Author SHA1 Message Date
blckmn
c87fd3160a PICO: Initial implementation of led strip 2025-07-09 16:02:28 +10: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
9fed1f9ebb
Add support for SPI DMA (#14483) 2025-06-30 11:21:56 +10:00
blckmn
aeda0905c5 PICO: Minor dma channel claim update 2025-06-26 07:59:44 +10:00
blckmn
62ad213878 PICO: Correct DMA index usage
//TODO: index / channel / identifier can be one and the same - need support for zero based
2025-06-25 04:00:22 +10:00
blckmn
6a95d4e13f PICO: Enabling DMA IRQ Channel 2025-06-25 03:11:59 +10:00
blckmn
6d7a6de3b1 PICO: Allow for specific core to be used for DMA interrupts 2025-06-12 05:28:53 +10:00
Jay Blackman
3e2949f659
PICO: Initial implementation of i2c (#14434)
* PICO: Initial implementation of i2c

- also adding first part of DMA

* Correcting incorrect commits.
2025-06-07 15:00:38 +10:00
blckmn
bfdf41cddb PICO: Initial SPI 2025-04-01 22:21:53 +11:00