mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Open Source Flight Controller Firmware
remove dependency on board.h and mw.h on a few files. Moved rx configuration paramaters into rxConfig in order to remove the dependency on config_t from the sbus rx code - sumd/spektrum to follow. Avoided use of YAW/PITCH/ROLL in some files since those constants are from an unrelated enum type. Replaced some magic numbers with constants to remove comments and improve code readability. Note, due to the tight coupling and global variable usage it was difficult to create a smaller commit. |
||
---|---|---|
lib | ||
src | ||
support | ||
.gitignore | ||
baseflight.uvproj | ||
JLinkSettings.ini | ||
Makefile | ||
README.md | ||
stm32_flash.ld |
baseflight
32 bit fork of the MultiWii RC flight controller firmware
Before making any contributions, take a note of the https://github.com/multiwii/baseflight/wiki/CodingStyle