1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00
Open Source Flight Controller Firmware
Find a file
timecop 57b289466d added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's
switched nop to __NOP from cm3 headers
got rid of __GNUC__ DMB stuff as well, since its all properly defined in cm3 headers
added mpu lowpass filter config and defaulted to 42hz. seems to fly smoother.
features are in eeprom, removed default setting from main.c

git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@98 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
2012-02-28 12:30:21 +00:00
lib imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
mw-svn imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
baseflight.uvgui.timecop added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
baseflight.uvopt added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
baseflight.uvproj added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
board.h added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
config.c added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
drv_adc.c imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
drv_adc.h imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
drv_adxl345.c implemented IAP by using ROM bootloader, changed ADXL init stuff, changed mag axis orientation. added startup assembly file to root since it got modified with bootloader reboot check. 2012-02-18 07:02:29 +00:00
drv_adxl345.h imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
drv_bmp085.c added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
drv_bmp085.h imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
drv_hmc5883l.c imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
drv_hmc5883l.h imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
drv_i2c.c added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
drv_i2c.h turn on both leds when entering STM32 bootloader mode. this should give visual cue when bootloader has been activated. added i2c timeouts and i2c error counter. 2012-02-18 14:12:17 +00:00
drv_mpu3050.c added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
drv_mpu3050.h imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
drv_pwm.c added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
drv_pwm.h added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
drv_system.c added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
drv_system.h added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
drv_uart.c imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
drv_uart.h imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
imu.c added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
JLinkSettings.ini imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
main.c added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
mixer.c added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
mw.c added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
mw.h added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 2012-02-28 12:30:21 +00:00
sensors.c merged multiwii_dev-20120219 2012-02-21 09:15:51 +00:00
serial.c added dynamic mixer stuff 2012-02-24 03:42:07 +00:00
startup_stm32f10x_md.s turn on both leds when entering STM32 bootloader mode. this should give visual cue when bootloader has been activated. added i2c timeouts and i2c error counter. 2012-02-18 14:12:17 +00:00