1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00
Open Source Flight Controller Firmware
Find a file
timecop@gmail.com 8a5157db46 disconnected magcal from core and put it all into hmc5883 driver. no need to keep track of it if driver does init by itself as well.
moved annexcode into mw.c instead of imu.c
hopefully didn't break anything.
NOT FLIGHT TESTED.

git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@405 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
2013-09-19 15:07:48 +00:00
lib a couple optimizations for dynamic HSE frequency - moved SetSysClock() to run after reset vector + bss init, and changed rcc which used hardcoded HSE_VALUE. 2013-07-02 00:58:50 +00:00
obj fixed mag gain during testmode (thanks pm1) and added some explicit float definitions to mag test code. 2013-09-12 10:50:13 +00:00
src disconnected magcal from core and put it all into hmc5883 driver. no need to keep track of it if driver does init by itself as well. 2013-09-19 15:07:48 +00:00
support Changing all line endings to WINDOWS line endings (CR+LF) and removing all End-Of-Line whitespace and using spaces instead of tabs. Please ensure you configure your editors and tools to follow suit. If using git please enable autocrlf in your .git/config file. 2013-09-06 23:14:48 +00:00
.gitignore [PATCH 2/4] gitignore 2013-05-29 00:08:38 +00:00
baseflight.uvproj cleanup of sensor readings and sensor driver API reorganization part 1 2013-09-19 11:20:53 +00:00
JLinkSettings.ini imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
Makefile cleanup of sensor readings and sensor driver API reorganization part 1 2013-09-19 11:20:53 +00:00
stm32_flash.ld added test driver for software i2c. disabled by default. no, that wasn't the cause of cycletime jumps. 2012-07-14 02:00:39 +00:00