1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 09:45:33 +03:00
inav/src/main/fc
Paweł Spychalski cbad665aee
Merge pull request #6106 from IVData/master
Added option to output servos on PWM and SBUS
2021-01-31 20:03:18 +01:00
..
cli.c address 10.20 "maybe unintialised" warnings with MinSizeRel builds 2021-01-08 18:54:47 +00:00
cli.h
config.c Added option to output servos on PWM and SBUS 2020-09-07 19:08:26 +12:00
config.h [SERVO] Option to output servos via SBUS stream 2020-05-01 11:24:01 +02:00
controlrate_profile.c Port Betaflight fpv_mix_degrees setting and camera mix logic for acro mode 2018-12-25 20:45:26 +01:00
controlrate_profile.h Port Betaflight fpv_mix_degrees setting and camera mix logic for acro mode 2018-12-25 20:45:26 +01:00
fc_core.c Move PID gains to UINT16 instead of UINT8. Keep it compatible on the MSP level 2020-12-04 20:38:34 +01:00
fc_core.h Add support for emergency arming 2019-05-26 12:01:05 +01:00
fc_hardfaults.c Split time declarations out of system.h into time.h 2017-02-07 17:01:02 +00:00
fc_init.c Remove unused UAV_INTERCONNECT 2021-01-09 11:24:00 +01:00
fc_init.h
fc_msp.c MSP layer for Programming PIDs 2020-12-24 21:49:50 +01:00
fc_msp.h
fc_msp_box.c [BOXES] Expose constants for permanent box IDs for USER1 and USER2 2020-07-28 21:36:34 +01:00
fc_msp_box.h [BOXES] Expose constants for permanent box IDs for USER1 and USER2 2020-07-28 21:36:34 +01:00
fc_tasks.c Merge pull request #6106 from IVData/master 2021-01-31 20:03:18 +01:00
fc_tasks.h
firmware_update.c Add bootloader and firmware update API (#5728) 2020-07-20 22:46:15 +02:00
firmware_update.h Add bootloader and firmware update API (#5728) 2020-07-20 22:46:15 +02:00
firmware_update_common.c Add bootloader and firmware update API (#5728) 2020-07-20 22:46:15 +02:00
firmware_update_common.h [H7] Add preliminary support for H7 CPUs 2020-11-07 14:28:14 +01:00
rc_adjustments.c Fix PID bank uint16 transition 2020-12-04 21:20:02 +01:00
rc_adjustments.h Add control smoothness adjustment (#6311) 2020-11-20 20:58:56 +01:00
rc_controls.c Lower pos_hold_deadband minimum and default (#5505) 2020-03-21 23:07:02 +01:00
rc_controls.h Fixed a bug 2020-08-29 21:32:28 +02:00
rc_curves.c Fix throttle lookup 2019-12-23 16:35:07 +01:00
rc_curves.h Fix division by 0 in generateThrottleCurve() 2018-07-07 23:55:22 +02:00
rc_modes.c [H7] Add preliminary support for H7 CPUs 2020-11-07 14:28:14 +01:00
rc_modes.h MSP override feature (#4704) 2019-05-22 16:00:14 +02:00
rc_smoothing.c Experimental biquad RC fitler instead of RC interpolation 2019-01-08 08:27:22 +01:00
rc_smoothing.h Experimental biquad RC fitler instead of RC interpolation 2019-01-08 08:27:22 +01:00
runtime_config.c report launch flight mode with higher priority 2021-01-10 20:51:13 +02:00
runtime_config.h Added ANTI_WINDUP_DEACTIVATED to stateFlags 2020-08-30 00:21:34 +02:00
settings.c [H7] Add preliminary support for H7 CPUs 2020-11-07 14:28:14 +01:00
settings.h Revert "[PG] Avoid keeping 2 copies of each PG in RAM" 2020-02-28 12:25:05 +00:00
settings.yaml Merge pull request #6106 from IVData/master 2021-01-31 20:03:18 +01:00
stats.c Replace feature(FEATURE_CURRENT_METER) by isAmperageConfigured() where it makes sense 2018-07-03 15:58:36 +02:00
stats.h Enable -Wstrict-prototypes 2019-04-26 15:57:49 +01:00