1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00
betaflight/src/platform
mjs1441 d6966be79f
REFACTOR: SPI segment handling (#14345)
* Move common code (spiIrqHandler) from src/platform/common/stm32/ to src/main/drivers/bus_spi.c
* Move repeated code from inside spiSequenceStart to bus_spi.c as spiProcessSegmentsDMA, spiProcessSegmentsPolled
* spiInternalReadWriteBufPolled becomes non-static

Co-authored-by: Matthew Selby <matthewjselby@aol.com>
2025-04-23 18:27:44 +02:00
..
APM32 REFACTOR: SPI segment handling (#14345) 2025-04-23 18:27:44 +02:00
AT32 REFACTOR: SPI segment handling (#14345) 2025-04-23 18:27:44 +02:00
common/stm32 REFACTOR: SPI segment handling (#14345) 2025-04-23 18:27:44 +02:00
PICO Adding check for speed optimised source validity (#14055) 2024-12-05 07:28:02 +11:00
SIMULATOR Fix SITL for MacOS M1 (#14284) 2025-04-11 20:13:09 +02:00
STM32 REFACTOR: SPI segment handling (#14345) 2025-04-23 18:27:44 +02:00