1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00
betaflight/src
Dominic Clifton 3daaf66b14 Removed profile storage code from writeEEProm() to remove the boolean
flag from the method signature.  Now it is clear when the current
profile needs to be stored.
2014-04-21 01:02:53 +01:00
..
baseflight_startups Initial support for FY90Q hardware 2012-04-08 14:46:50 +00:00
common decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
drivers decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
battery.c De-couple battery code. 2014-04-17 16:36:01 +01:00
battery.h De-couple battery code. 2014-04-17 16:36:01 +01:00
board.h Relocate common code which can be used by drivers and by main into 2014-04-17 23:50:13 +01:00
boardalignment.c Relocate common code which can be used by drivers and by main into 2014-04-17 23:50:13 +01:00
boardalignment.h Decouple board alignment code. 2014-04-17 19:31:01 +01:00
build_config.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
build_config.h Fixing FY90Q build. Cleanup of printf support and initialisation. 2014-04-17 17:37:43 +01:00
buzzer.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
buzzer.h de-duplicate failsafe code. extract failsafe code to seperate files. 2014-04-17 23:02:22 +01:00
config.c Removed profile storage code from writeEEProm() to remove the boolean 2014-04-21 01:02:53 +01:00
config.h Removed profile storage code from writeEEProm() to remove the boolean 2014-04-21 01:02:53 +01:00
config_storage.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
failsafe.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
failsafe.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
flight_common.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
flight_common.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
flight_imu.c Remove mpu6050_scale from core_t by providing a sensor independent way 2014-04-18 23:32:48 +01:00
flight_mixer.c Remove useServos from core_t since it's only needed for initial startup 2014-04-18 23:13:43 +01:00
flight_mixer.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
gimbal.h Remove config.c's dependencies on the mw.h/board.h files. Moved some RX 2014-04-18 12:13:37 +01:00
gps_common.c decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
gps_common.h Remove config.c's dependencies on the mw.h/board.h files. Moved some RX 2014-04-18 12:13:37 +01:00
main.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
mw.c Removed profile storage code from writeEEProm() to remove the boolean 2014-04-21 01:02:53 +01:00
mw.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
platform.h Update i2c/spi drivers so they do not include "board.h". It is now clear 2014-04-17 12:12:08 +01:00
runtime_config.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
runtime_config.h decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
rx_common.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_common.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_pwm.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_pwm.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_sbus.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_sbus.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_spektrum.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_spektrum.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_sumd.c decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
rx_sumd.h decouple failsafe from the rest of the system. 2014-04-21 00:46:16 +01:00
sensors_acceleration.c Removed profile storage code from writeEEProm() to remove the boolean 2014-04-21 01:02:53 +01:00
sensors_acceleration.h Remove mpu6050_scale from core_t by providing a sensor independent way 2014-04-18 23:32:48 +01:00
sensors_barometer.c Remove mpu6050_scale from core_t by providing a sensor independent way 2014-04-18 23:32:48 +01:00
sensors_barometer.h Remove mpu6050_scale from core_t by providing a sensor independent way 2014-04-18 23:32:48 +01:00
sensors_common.h Remove mpu6050_scale from core_t by providing a sensor independent way 2014-04-18 23:32:48 +01:00
sensors_compass.c Removed profile storage code from writeEEProm() to remove the boolean 2014-04-21 01:02:53 +01:00
sensors_compass.h Update gpio/ledring drivers so they do not include "board.h". It is now 2014-04-17 13:56:23 +01:00
sensors_gyro.c Remove mpu6050_scale from core_t by providing a sensor independent way 2014-04-18 23:32:48 +01:00
sensors_gyro.h Remove mpu6050_scale from core_t by providing a sensor independent way 2014-04-18 23:32:48 +01:00
sensors_initialisation.c Remove mpu6050_scale from core_t by providing a sensor independent way 2014-04-18 23:32:48 +01:00
sensors_sonar.c Use slightly flatter directory structure since some developers did not 2014-04-08 22:07:37 +01:00
serial_cli.c Removed profile storage code from writeEEProm() to remove the boolean 2014-04-21 01:02:53 +01:00
serial_cli.h decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
serial_common.c decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
serial_common.h decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
serial_msp.c Removed profile storage code from writeEEProm() to remove the boolean 2014-04-21 01:02:53 +01:00
serial_msp.h decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
statusindicator.c Remove config.c's dependencies on the mw.h/board.h files. Moved some RX 2014-04-18 12:13:37 +01:00
statusindicator.h Remove config.c's dependencies on the mw.h/board.h files. Moved some RX 2014-04-18 12:13:37 +01:00
telemetry_common.c fix FY90Q build. 2014-04-19 01:07:23 +01:00
telemetry_common.h decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
telemetry_frsky.c decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
telemetry_frsky.h Use slightly flatter directory structure since some developers did not 2014-04-08 22:07:37 +01:00
telemetry_hott.c decouple cli/msp from each other. relocated non-msp code into 2014-04-19 01:01:31 +01:00
telemetry_hott.h Use slightly flatter directory structure since some developers did not 2014-04-08 22:07:37 +01:00