1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00
betaflight/src
2012-06-01 03:15:22 +00:00
..
baseflight_startups Initial support for FY90Q hardware 2012-04-08 14:46:50 +00:00
board.h rearranged accelerometer autodetect code and allow user override by "set acc_hardware" in CLI (0=autodetect,1=adxl345,2=mpu6050,3=mma845x) 2012-05-31 17:28:05 +00:00
buzzer.c readded support for failsafe (thanks rimshotcopter for bugging me about it for a month) 2012-05-09 05:29:30 +00:00
cli.c rearranged accelerometer autodetect code and allow user override by "set acc_hardware" in CLI (0=autodetect,1=adxl345,2=mpu6050,3=mma845x) 2012-05-31 17:28:05 +00:00
config.c rearranged accelerometer autodetect code and allow user override by "set acc_hardware" in CLI (0=autodetect,1=adxl345,2=mpu6050,3=mma845x) 2012-05-31 17:28:05 +00:00
drv_adc.c added configurable motor and servo period settings (50-498Hz). both set by cli, default is 50 for servo, 400 for motors. 2012-03-30 09:49:00 +00:00
drv_adc.h Initial support for FY90Q hardware 2012-04-08 14:46:50 +00:00
drv_adc_fy90q.c fix for Makefile building of FY90Q components. 2012-04-10 00:24:11 +00:00
drv_adxl345.c merged changes from multiwii_dev 20120504. this means new serial protocol, new buzzer code 2012-05-05 12:47:52 +00:00
drv_adxl345.h fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +00:00
drv_bmp085.c Initial support for FY90Q hardware 2012-04-08 14:46:50 +00:00
drv_bmp085.h moved source files around in preparation to adding makefile build way 2012-03-06 04:41:23 +00:00
drv_hmc5883l.c added improved mag calibration from http://www.multiwii.com/forum/viewtopic.php?p=13334#p13334 (thanks EOSBandi) 2012-05-06 09:58:03 +00:00
drv_hmc5883l.h added improved mag calibration from http://www.multiwii.com/forum/viewtopic.php?p=13334#p13334 (thanks EOSBandi) 2012-05-06 09:58:03 +00:00
drv_i2c.c fixed up mpu6050 DMP stuff. 2012-04-02 16:08:24 +00:00
drv_i2c.h added i2cWriteBuffer() for ledring stuff 2012-03-13 15:32:38 +00:00
drv_ledring.c merged changes from multiwii_dev 20120504. this means new serial protocol, new buzzer code 2012-05-05 12:47:52 +00:00
drv_ledring.h started adding ledring stuff (yawn). found out i2c was broken, stopped. 2012-03-13 10:49:23 +00:00
drv_mma845x.c oops, forgot to commit mma845x driver. 2012-05-19 03:07:00 +00:00
drv_mma845x.h oops, forgot to commit mma845x driver. 2012-05-19 03:07:00 +00:00
drv_mpu3050.c synced code with multiwii 2.0 release 2012-03-26 15:28:36 +00:00
drv_mpu3050.h synced code with multiwii 2.0 release 2012-03-26 15:28:36 +00:00
drv_mpu6050.c rearranged accelerometer autodetect code and allow user override by "set acc_hardware" in CLI (0=autodetect,1=adxl345,2=mpu6050,3=mma845x) 2012-05-31 17:28:05 +00:00
drv_mpu6050.h fixed up mpu6050 DMP stuff. 2012-04-02 16:08:24 +00:00
drv_pwm.c readded support for failsafe (thanks rimshotcopter for bugging me about it for a month) 2012-05-09 05:29:30 +00:00
drv_pwm.h added configurable motor and servo period settings (50-498Hz). both set by cli, default is 50 for servo, 400 for motors. 2012-03-30 09:49:00 +00:00
drv_pwm_fy90q.c readded support for failsafe (thanks rimshotcopter for bugging me about it for a month) 2012-05-09 05:29:30 +00:00
drv_system.c Initial support for FY90Q hardware 2012-04-08 14:46:50 +00:00
drv_system.h moved source files around in preparation to adding makefile build way 2012-03-06 04:41:23 +00:00
drv_uart.c fixed up mpu6050 DMP stuff. 2012-04-02 16:08:24 +00:00
drv_uart.h added configurable motor and servo period settings (50-498Hz). both set by cli, default is 50 for servo, 400 for motors. 2012-03-30 09:49:00 +00:00
gps.c merged changes from multiwii_dev 20120504. this means new serial protocol, new buzzer code 2012-05-05 12:47:52 +00:00
imu.c rearranged accelerometer autodetect code and allow user override by "set acc_hardware" in CLI (0=autodetect,1=adxl345,2=mpu6050,3=mma845x) 2012-05-31 17:28:05 +00:00
main.c Initial support for FY90Q hardware 2012-04-08 14:46:50 +00:00
mixer.c readded support for failsafe (thanks rimshotcopter for bugging me about it for a month) 2012-05-09 05:29:30 +00:00
mw.c oops, my retarded arm fix disabled all arming :) 2012-06-01 03:15:22 +00:00
mw.h rearranged accelerometer autodetect code and allow user override by "set acc_hardware" in CLI (0=autodetect,1=adxl345,2=mpu6050,3=mma845x) 2012-05-31 17:28:05 +00:00
sensors.c rearranged accelerometer autodetect code and allow user override by "set acc_hardware" in CLI (0=autodetect,1=adxl345,2=mpu6050,3=mma845x) 2012-05-31 17:28:05 +00:00
serial.c oops. 2012-05-06 14:42:00 +00:00
spektrum.c readded support for failsafe (thanks rimshotcopter for bugging me about it for a month) 2012-05-09 05:29:30 +00:00