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
2013-08-20 11:44:49 +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 new SPI2 driver w/testcase 2013-07-02 02:52:33 +00:00
src oops! had pin definition wrong for Pin_0 and Pin_1, was using drv_gpio in another project and noticed it wasn't working very well :) 2013-08-20 11:44:49 +00:00
support corrected short options for getopt. 2013-02-16 11:16:53 +00:00
.gitignore [PATCH 2/4] gitignore 2013-05-29 00:08:38 +00:00
baseflight.uvproj new SPI2 driver w/testcase 2013-07-02 02:52:33 +00:00
JLinkSettings.ini imported STM32 multiwii port into baseflight dir 2012-02-16 09:39:58 +00:00
Makefile fixed Makefile to build w/new drivers (thanks Hydra) 2013-08-19 23:29:20 +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