1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00
betaflight/lib/main
Jay Blackman 53d44aa1b1
Adding common source location in ./src/platform (#14044)
* Adding common source location in ./src/platform

To enable the continued clean up of multiple files still in ./src/main/driver (more PRs to follow) that are specifically for AT32, APM32 and STM32

Source will be moved to MCU_COMMON_SRC where it is specifically for that MCU (or variant). The test will be to ensure no files in the MCU_EXCLUDES for SITL.

* Use of +=
2024-11-25 21:16:45 +01:00
..
APM32F4 Initiate APM32F40X MCU Support in Betaflight (#13709) 2024-06-28 15:03:34 +10:00
AT32F43x Fix error in I2C write operation on AT32 (#13228) 2023-12-17 10:04:30 +11:00
BoschSensortec/BMI270-Sensor-API Switched to 'maximum FIFO' version of the BMI270 microcode. 2021-04-28 01:10:45 +12:00
CMSIS Remove superfluous double ; 2022-07-24 14:49:35 +01:00
dyad Fixed build for gcc 8 (SITL). 2019-02-25 15:34:34 +13:00
google/olc Add GPS coordinates OSD elements display variants; add support for Open Location Code display 2021-04-26 23:43:11 +12:00
MAVLink Make Cppcheck happier revived (#13566) 2024-05-10 13:23:32 +10:00
pico-sdk Adding common source location in ./src/platform (#14044) 2024-11-25 21:16:45 +01:00
STM32_USB_Device_Library Simplify cliWriter structure definition as use of uint8_t data[] (flexible array member) at the end of the bufWriter_t structure is breaking the F411 build 2022-07-24 16:15:51 +01:00
STM32_USB_OTG_Driver Remove superfluous double ; 2022-07-24 14:49:35 +01:00
STM32F4 Use timed timeouts for USB HAL functions, not simple counts as per H7 2022-06-17 19:56:23 +01:00
STM32F7 Use timed timeouts for USB HAL functions, not simple counts as per H7 2022-06-17 19:56:23 +01:00
STM32G4 Remove superfluous double ; 2022-07-24 14:49:35 +01:00
STM32H5 Preparations for release of H563 target (#13657) 2024-06-04 09:03:14 +10:00
STM32H7 MSC - Fix MSC on H7. Commit 9629f96676 2022-08-21 16:46:48 +02:00