1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
betaflight/src
Dominic Clifton 9fa99cf9f5 Re-organize files by topic
Keil project not updated, I have no way to verify it.

Note, mw.c, drv_pwm.c and drv_system.c contain code for too many topics.
Later commits will relocate the code as appropriate.

Not even looked at utils yet.  'Utils' is a bad naming practice and is a
synonym for 'too lazy to find the right file/name'.
2014-04-08 16:11:17 +01:00
..
baseflight_startups Initial support for FY90Q hardware 2012-04-08 14:46:50 +00:00
drivers Re-organize files by topic 2014-04-08 16:11:17 +01:00
flight Re-organize files by topic 2014-04-08 16:11:17 +01:00
gps Re-organize files by topic 2014-04-08 16:11:17 +01:00
rx Re-organize files by topic 2014-04-08 16:11:17 +01:00
telemetry Re-organize files by topic 2014-04-08 16:11:17 +01:00
ui Re-organize files by topic 2014-04-08 16:11:17 +01:00
board.h Re-organize files by topic 2014-04-08 16:11:17 +01:00
buzzer.c Changing all line endings to WINDOWS line endings (CR+LF) and removing all End-Of-Line whitespace and using spaces instead of tabs. Please ensure you configure your editors and tools to follow suit. If using git please enable autocrlf in your .git/config file. 2013-09-06 23:14:48 +00:00
config.c Merge remote-tracking branch 'multiwii/master' into hott-telemetry 2014-04-07 23:08:03 +01:00
drv_pwm.c Add support for 2 softserial ports on PWM4+5/TIM3_CH1+2/PA6+PA7 and 2014-04-03 22:42:15 +01:00
drv_pwm.h Have servos output midrc at startup instead of 1ms pulse (full deflection) 2014-02-14 15:15:38 -05:00
drv_pwm_fy90q.c Changing all line endings to WINDOWS line endings (CR+LF) and removing all End-Of-Line whitespace and using spaces instead of tabs. Please ensure you configure your editors and tools to follow suit. If using git please enable autocrlf in your .git/config file. 2013-09-06 23:14:48 +00:00
drv_system.c Fix LED support for OLIMEXINO and FY90Q targets. 2014-04-08 01:17:22 +01:00
drv_system.h fixing buzzer related compilation errors on OLIMEXINO target [by Dominic Clifton] 2013-10-12 02:04:08 +00:00
main.c Re-organize files by topic 2014-04-08 16:11:17 +01:00
mw.c Re-organize files by topic 2014-04-08 16:11:17 +01:00
mw.h Whitespace changes to be inline with multiwii/master. 2014-04-08 00:57:30 +01:00
printf.c Totally rework software serial to provide tx at the same time as rx using only one timer. 2013-10-01 00:07:44 +00:00
printf.h Changing all line endings to WINDOWS line endings (CR+LF) and removing all End-Of-Line whitespace and using spaces instead of tabs. Please ensure you configure your editors and tools to follow suit. If using git please enable autocrlf in your .git/config file. 2013-09-06 23:14:48 +00:00
sensors.c fixed cli status command (thx alexk) 2013-10-21 00:22:33 +00:00
utils.c Revert new PID stuff and move it to a separate branch for now. 2013-11-07 13:15:31 +01:00
utils.h Revert new PID stuff and move it to a separate branch for now. 2013-11-07 13:15:31 +01:00