1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00
betaflight/src
timecop cb334ecf47 fixed acczero offsets to 0 on initial eeprom cleanup
added fifo mode to adxl345 driver, currently disabled. work in progress.
fixed output for PWM 5-8 when used with PPM + camstab + abovequad configs.
fixed baro, now alt-hold actually works. silly copypaste typo.
trashed all remaining parts of power meter and lcd configuration stuff. useless.


git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@145 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
2012-04-07 15:29:00 +00:00
..
baseflight_startups added gps baudrage config setting 2012-03-27 12:55:44 +00:00
board.h added a fix for roundf() and friends for keil 2012-04-06 02:23:25 +00:00
cli.c added a fix for roundf() and friends for keil 2012-04-06 02:23:25 +00:00
config.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +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 moved source files around in preparation to adding makefile build way 2012-03-06 04:41:23 +00:00
drv_adxl345.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +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 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_bmp085.h moved source files around in preparation to adding makefile build way 2012-03-06 04:41:23 +00:00
drv_hmc5883l.c synced code with multiwii 2.0 release 2012-03-26 15:28:36 +00:00
drv_hmc5883l.h moved source files around in preparation to adding makefile build way 2012-03-06 04:41:23 +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 added i2cWriteBuffer() for ledring stuff 2012-03-13 15:32:38 +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_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 added a fix for roundf() and friends for keil 2012-04-06 02:23:25 +00:00
drv_mpu6050.h fixed up mpu6050 DMP stuff. 2012-04-02 16:08:24 +00:00
drv_pwm.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +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_system.c fixed up mpu6050 DMP stuff. 2012-04-02 16:08:24 +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 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
imu.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +00:00
main.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +00:00
mixer.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +00:00
mw.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +00:00
mw.h fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +00:00
sensors.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +00:00
serial.c fixed acczero offsets to 0 on initial eeprom cleanup 2012-04-07 15:29:00 +00:00
spektrum.c synced code with multiwii 2.0 release 2012-03-26 15:28:36 +00:00