Go to file
Dominic Clifton bd95c38ff0 Cleanup EEPROM reset and validation methods so that it is obvious what
the code is doing.  There are now no EEPROM read/write/reset/verify
methods that take any arguments which removes magic boolean variables
from method signatures.

This also removes duplicate code in the cliDefaults and cliSave commands
which results in smaller code also also due to the deduplication of a
reboot message.
2014-04-21 01:36:06 +01:00
lib a couple optimizations for dynamic HSE frequency - moved SetSysClock() to run after reset vector + bss init, and changed rcc which used hardcoded HSE_VALUE. 2013-07-02 00:58:50 +00:00
obj latest binaries with changes from multiwii/master merged in. 2014-04-19 01:13:27 +01:00
src Cleanup EEPROM reset and validation methods so that it is obvious what 2014-04-21 01:36:06 +01:00
support Enable automatic reset after (re)flashing, closes issue #19 2013-11-01 22:47:25 +00:00
.gitignore Updating git ignore list to ignore some common files. 2014-04-08 01:20:44 +01:00
JLinkSettings.ini
Makefile decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
README.md Create README.md 2014-04-11 07:18:21 +09:00
baseflight.uvproj fixing fucked up struct definitions; 2014-04-08 08:25:25 +09:00
stm32_flash.ld format 2014-04-16 15:06:37 +00:00

README.md

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