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

6 commits

Author SHA1 Message Date
jianpingwu1
a4af1c1d57 Delete some unnecessary files 2025-07-07 18:07:24 +08:00
jianpingwu1
a45945c994 add gd32f4 src, platform support 2025-07-07 13:46:47 +08:00
blckmn
bfea69a04f STM32H5: adding MCU_TYPE 2025-01-30 20:33:37 +11:00
Petr Ledvina
b277364b2c
Refactor missing prototypes 2 (#14170) 2025-01-29 06:20:12 +11:00
Jay Blackman
cec5d00bbf
Remove MCU name table from CLI (rely on build info), add MCU info MSP2 command (#14148) 2025-01-18 04:17:57 +11:00
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
Renamed from src/main/drivers/system.c (Browse further)