1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00
betaflight/src/main/fc
Martin Budden c4220a0c54 Merge pull request #4004 from brycedjohnson/Turtle2prop
Use stick deflection for turtle mode
2017-09-07 20:14:57 +01:00
..
cli.c Merge pull request #4034 from martinbudden/bf_cli_switch_whitespace 2017-09-01 10:31:00 +01:00
cli.h Improved testability 2017-08-31 13:37:38 +01:00
config.c Add gyro rates and configurable FSR for ICM20649 (#4077) 2017-09-07 14:05:11 +01:00
config.h Fixed some comparion sign warnings 2017-08-16 11:30:00 +01:00
controlrate_profile.c Copy profile to another profile (CLI, MSP and CMS) 2017-07-29 22:10:14 +02:00
controlrate_profile.h Copy profile to another profile (CLI, MSP and CMS) 2017-07-29 22:10:14 +02:00
fc_core.c New turtle mode that only spins needed props 2017-09-07 07:59:59 -05:00
fc_core.h New turtle mode that only spins needed props 2017-09-07 07:59:59 -05:00
fc_dispatch.c Whitespace tidy 2017-07-05 06:36:22 +01:00
fc_dispatch.h Renamed some items based on feedback from @martinbudden 2017-01-11 09:23:52 +11:00
fc_hardfaults.c Moved time functions out of system.h into time.h 2017-05-26 14:03:28 +01:00
fc_init.c Add support for ICM-20649 acc/gyro 2017-09-01 10:57:54 -04:00
fc_init.h Moved init() and hardfault handling out of main into fc directory 2017-01-03 09:10:34 +00:00
fc_msp.c Merge pull request #4013 from martinbudden/bf_anglelimit 2017-09-03 20:02:55 +01:00
fc_msp.h Split MSP box code into separate module 2017-07-20 13:33:34 +01:00
fc_msp_box.c New turtle mode that only spins needed props 2017-09-07 07:59:59 -05:00
fc_msp_box.h remove not needed whitespaces 2017-08-24 11:33:39 +02:00
fc_rc.c Code tidy and comments update 2017-08-30 08:50:40 +01:00
fc_rc.h Restore multiwii throttle curve 2017-02-06 23:48:01 +01:00
fc_tasks.c Merge pull request #3510 from brycedjohnson/LVC 2017-08-17 19:48:52 +12:00
fc_tasks.h CF/BF - SPRACINGF3OSD initial target support inc support for OSD SLAVE via MSP_DISPLAYPORT. 2017-04-09 14:17:17 +01:00
rc_adjustments.c Whitespace tidy 2017-07-05 06:36:22 +01:00
rc_adjustments.h Merge pull request #2856 from ledvinap/improvement-64bit-boxid 2017-06-19 13:31:08 +12:00
rc_controls.c Merge pull request #3755 from bnn1044/Camera_control 2017-08-24 09:26:49 +01:00
rc_controls.h Merge pull request #2856 from ledvinap/improvement-64bit-boxid 2017-06-19 13:31:08 +12:00
rc_modes.c Merge pull request #2856 from ledvinap/improvement-64bit-boxid 2017-06-19 13:31:08 +12:00
rc_modes.h New turtle mode that only spins needed props 2017-09-07 07:59:59 -05:00
runtime_config.c Fixed arming condition check when 'gyro calibration on first arm' is activated. 2017-08-27 11:08:31 +12:00
runtime_config.h Add prevention for turning radio on at any time with arm switch on 2017-08-13 16:05:48 +01:00
settings.c Add gyro rates and configurable FSR for ICM20649 (#4077) 2017-09-07 14:05:11 +01:00
settings.h Improved testability 2017-08-31 13:37:38 +01:00