1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00
betaflight/src/main/fc
Homer 515e55ef0a
Rename FAKE to VIRTUAL (#12493)
* use_fake_xyz to use_virtual_xyz

* xyz_fake to xyz_virtual

* other fake to virtual

* all files fake to vrtual

* last touch on fake to virtual
2023-03-14 12:35:39 +01:00
..
board_info.c Bake in the board information at build time (#12089) 2022-12-27 16:18:57 +11:00
board_info.h Added support for signing board / serial number. 2018-05-31 23:25:03 +12:00
controlrate_profile.c Merge pull request #11779 from haslinghuis/update-pidprofile 2022-10-13 21:09:49 +02:00
controlrate_profile.h Move TPA to PID profile 2022-08-08 00:07:21 +02:00
core.c GPS Rescue Bugfix, add a failsafe debug, refactor stick deflection (#12195) 2023-01-18 02:44:50 +01:00
core.h Remove rxFrameReady() 2022-04-17 17:58:10 +01:00
dispatch.c Use peak tracking as default for task duration estimation rather than a moving average 2021-12-17 22:09:52 +00:00
dispatch.h Fix for issue 6348. Prevent dispatcher deadlock. 2018-08-29 11:09:29 +02:00
hardfaults.c Toggle all LEDs for hard-faults. 2019-02-20 14:20:49 +01:00
init.c Rename FAKE to VIRTUAL (#12493) 2023-03-14 12:35:39 +01:00
init.h Removed softserial loopback. 2021-09-07 10:23:10 +12:00
parameter_names.h Make dyn idle startup increase configurable (#12432) 2023-03-09 23:21:14 +01:00
rc.c use PWM_RANGE consistently 2022-10-23 21:52:36 +11:00
rc.h use Throttle Setpoint, not rcDATA(throttle), for TPA 2022-01-25 18:37:01 +11:00
rc_adjustments.c Fix issues impacting RX_STATE_MODES state duration and add DEBUG_RX_STATE_TIME 2022-01-12 23:38:03 +00:00
rc_adjustments.h Removed 'slots' from the adjustment range configuration. 2019-06-05 00:56:37 +12:00
rc_controls.c Improve GPS Rescue Pitch smoothing and disarming (#12343) 2023-03-08 16:10:25 +11:00
rc_controls.h Move TPA to PID profile 2022-08-08 00:07:21 +02:00
rc_modes.c Added SITL Gazebo (#12346) 2023-02-19 06:39:54 +11:00
rc_modes.h Ready Mode 2022-10-23 23:00:00 -04:00
runtime_config.c Added 'disabled' motor protocol and made it the default. 2020-04-01 20:33:29 +13:00
runtime_config.h Add GPS coordinates OSD elements display variants; add support for Open Location Code display 2021-04-26 23:43:11 +12:00
stats.c Implement battery continuation using persistent stats and popup menu functionality 2022-07-19 22:50:01 +02:00
stats.h Fixed dispatch initialisation for persistent statistics. 2019-06-23 19:56:45 +12:00
tasks.c Added SITL Gazebo (#12346) 2023-02-19 06:39:54 +11:00
tasks.h Initialize tasks data earlier 2022-04-16 16:01:50 +02:00