This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
atbetaflight
mirror of
https://github.com/rusefi/atbetaflight.git
Watch
1
Star
0
Fork
You've already forked atbetaflight
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
200
Commits
1
Branch
0
Tags
316
MiB
C
91.4%
C++
7.4%
Makefile
1%
Assembly
0.1%
6425877b2c
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Dominic Clifton
6425877b2c
First cut at polymorphic serial port implementation. Split serialPort_t into uartPort_t and serialPort_t. Calls to uartWrite() can now be replaced with calls to serialWrite().
2013-09-30 20:13:24 +01: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
First cut at polymorphic serial port implementation. Split serialPort_t into uartPort_t and serialPort_t. Calls to uartWrite() can now be replaced with calls to serialWrite().
2013-09-30 20:13:24 +01: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
JLinkSettings.ini
imported STM32 multiwii port into baseflight dir
2012-02-16 09:39:58 +00:00
Makefile
reorganization of uart-based receiver drivers
2013-09-29 14:40:20 +00:00
baseflight.uvproj
reorganization of uart-based receiver drivers
2013-09-29 14:40: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