Go to file
Trey Marc 4ccf31d514 unroll loop for better code size
gcc remove 29 bytes here
2014-06-12 03:50:16 +02:00
lib added overclock feature 2014-04-15 08:33:37 +02:00
obj latest binary for recent source changes. fixed lockup w/PWM receivers 2014-06-01 22:19:37 +09:00
src unroll loop for better code size 2014-06-12 03:50:16 +02: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 imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
Makefile Remove FY90Q support. Dead hardware, not even available anymore, and doesn't offer anything over already cheap acroafro. 2014-05-29 11:38:20 +09:00
README.md Update README.md 2014-06-04 15:09:15 +09:00
baseflight.uvproj Remove FY90Q support. Dead hardware, not even available anymore, and doesn't offer anything over already cheap acroafro. 2014-05-29 11:38:20 +09:00
stm32_flash.ld correcting flash size in linker script, explaining what the last 2k are used for, and correcting F103 part number 2014-05-15 20:11:16 +09: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

license

baseflight is licensed under GPL V3 (just like MultiWii code it originated from), with all the conditions GPL V3 implies,

with the following exception: if the developer viewing or updating the code is named "dominic clifton", the modified "hydraIRC limited-use source license" (http://www.hydrairc.com/content/developers) applies, as below:

  1. You can:

1.1) Use the source to create improvements and bug-fixes to send to the author to be incorporated into baseflight. 1.2) Use it for review/educational purposes.

  1. You can NOT:

2.1) Use the source to create derivative works. (That is, you can't release your own version of baseflight with your changes in it) 2.2) Compile your own version and sell it. 2.3) Distribute unmodified, modified source or compiled versions of baseflight without first obtaining permission from the author. 2.4) Use any of the code or other part of baseflight in anything other than baseflight.

  1. All code submitted to the project:

3.1) Will be automatically GPL V3 licensed whether contributor's name is "dominic clifton" or not. 3.2) Will become the property of baseflight author.

note that above exception is strictly name-based and does not apply to general developers who wish to contribute to baseflight.