1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

Extend build info with defined flags (#13333)

* Extend build info with defined flags

* Fix CI

* Formatting

* Update license header

* Build options (WIP)

* Review fixes

* Add MSP build info generator

* Review fixes

* Add input hash

* Fix for PascalCase

* Add comment about MSP version
This commit is contained in:
Károly Kiripolszky 2024-03-21 18:29:22 +01:00 committed by GitHub
parent b9b4b77e3b
commit 9dfa09a07e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 432 additions and 0 deletions

View file

@ -64,6 +64,7 @@ COMMON_SRC = \
io/usb_msc.c \
msp/msp.c \
msp/msp_box.c \
msp/msp_build_info.c \
msp/msp_serial.c \
scheduler/scheduler.c \
sensors/adcinternal.c \