1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 05:45:31 +03:00
Commit graph

3454 commits

Author SHA1 Message Date
blckmn
7de6001d72 CRLF issue 2016-06-19 22:08:28 +10:00
mikeller
b441465776 Merge branch 'development' of https://github.com/borisbstyle/betaflight into fix_naze_beeper 2016-06-19 22:35:09 +12:00
blckmn
03b7ab62dc Merge branch 'development' into ready_to_merge 2016-06-19 19:29:51 +10:00
Martin Budden
70df33e2de Merge pull request #547 from DTFUHF/betaflight-doge-additions-dev
Add servo_tilt and flash chip to doge target (dev branch commit)
2016-06-19 07:31:44 +01:00
Martin Budden
9d999c7751 Merge pull request #545 from blckmn/remove_timer_peri_defs
Removed need to specify timer peripherals in the target.h files. Now …
2016-06-19 07:28:43 +01:00
blckmn
897aab9c86 2.8.1 changes ready for merge 2016-06-19 09:42:30 +10:00
borisbstyle
8353659c73 First Betaflight MSP commands (draft) 2016-06-19 00:54:40 +02:00
Anders Hoglund
6927139261 STM32F3DISCOVERY bulld failed. Added a few missing modules in TARGET_SRC. 2016-06-18 21:22:07 +02:00
nathan
34c0b30945 max_osd is not a build feature anymore, just include the source 2016-06-18 09:12:34 -07:00
DTF UHF
6a64caa2c7 Add servo_tilt and flash chip to doge target (dev branch commit) 2016-06-18 12:05:14 -04:00
Nathan
19779e000d Merge pull request #495 from savaga/sirinfpv-dev
New target SirinFPV
2016-06-18 09:05:01 -07:00
borisbstyle
987cede279 Increased Resolution for Multishot 2016-06-18 16:11:15 +02:00
blckmn
dbb5386f1b Removed need to specify timer peripherals in the target.h files. Now present in the MCU timer specific files. 2016-06-18 21:40:32 +10:00
Evgeny Sychov
135ffc1c92 cleanup config.c, Makefile, OSD, and VTX 2016-06-18 00:33:10 -07:00
borisbstyle
f44ceb0769 Merge branch 'betaflight' of https://github.com/borisbstyle/betaflight into betaflight 2016-06-18 00:45:55 +02:00
Michael Keller
4e01859a75 Fixed beeper for NAZE32 >= rev5.
Added timer defines again to fix motor control not working.
2016-06-18 10:44:29 +12:00
Gary Keeble
5cf8cb9daa Blackbox Coding Simplification
Simplified header record writing using macros to outnumber the case
statements
2016-06-18 00:37:11 +02:00
mikeller
e61a58c713 Fixed rateprofile dump / restore 2016-06-18 00:37:10 +02:00
borisbstyle
d214f8602d Smoothed Derivative from Error // Fix Iterm accumulation issues // Defaultss
Saturation rework
2016-06-18 00:37:01 +02:00
kc10kevin
49defe8c68 Initial FURYF3 Target 2016-06-18 00:36:59 +02:00
Martin Budden
adb38caac8 Merge pull request #538 from blckmn/remove_naze32pro
Removing NAZE32PRO target
2016-06-17 21:31:45 +01:00
Martin Budden
0ef3b197de Fixed up whitespace in target.c files 2016-06-17 21:24:47 +01:00
Evgeny Sychov
ddf0fb5fda Use io tags in vtx, move vtx initialization out of OSD init 2016-06-17 02:37:41 -07:00
blckmn
e42f25aa82 removing NAZE32PRO #ifdefs 2016-06-17 17:44:09 +10:00
blckmn
982275f277 Removing NAZE32PRO target as advised in CF https://github.com/cleanflight/cleanflight/issues/2217 2016-06-17 17:14:06 +10:00
nathan
8b581d945b msp for display and layout 2016-06-16 23:49:15 -07:00
Martin Budden
ce262d2cc3 Merge pull request #534 from blckmn/revo_nano
REVONANO target
2016-06-17 06:12:32 +01:00
Michael Jakob
fd759a573c AlienFlight cleanups 2016-06-17 06:54:56 +02:00
nathan
b01103e655 add the center icon, this could be optional? 2016-06-16 19:40:58 -07:00
nathan
1a7ed10ef1 artificial horizon 2016-06-16 19:36:04 -07:00
nathan
e9868c4e37 namespace a few vars add some #defines for clarity 2016-06-16 19:36:00 -07:00
nathan
a960bfd1cd merge max code into stm32f3dicovery target, comment out the SDCARD, switch the spi between the SDCARD and MAX7456 for testing 2016-06-16 19:12:04 -07:00
blckmn
e45b8e68c8 REVONANO target 2016-06-17 09:57:44 +10:00
Martin Budden
e9a46c6ebb Cleanup of acc device drivers extern usage CF PR#2117 2016-06-16 18:09:05 +01:00
Martin Budden
9b70771539 Converted tabs to spaces 2016-06-16 11:47:02 +01:00
nathan
7662f944df extra files 2016-06-16 02:39:00 -07:00
nathan
aef9b02d49 define sonar pins for omnibus target 2016-06-16 02:34:34 -07:00
nathan
b95e540217 merge in savaga 2016-06-16 02:29:52 -07:00
nathan
a08e70f48c flash the led on font upload 2016-06-16 02:21:12 -07:00
Evgeny Sychov
8d41a07ae7 Merge remote-tracking branch 'origin/development' into sirinfpv-dev 2016-06-16 01:37:56 -07:00
Evgeny Sychov
e717472f60 Merge remote-tracking branch 'upstream/development' into development 2016-06-16 01:36:53 -07:00
Evgeny Sychov
d73f28fe94 Add support for VTX output power attenuation, Fix timerHardware definition 2016-06-16 01:34:01 -07:00
Martin Budden
db07217afd Changed tabs to spaces. 2016-06-16 09:10:40 +01:00
Martin Budden
f0f7220ff2 Merge pull request #520 from blckmn/sonar_io
Changes to sonar to use new IO
2016-06-16 08:31:13 +01:00
Evgeny Sychov
39d8e87759 Merge remote-tracking branch 'origin/development' into sirinfpv-dev 2016-06-16 00:04:24 -07:00
Evgeny Sychov
7e9fc71289 merge upstream into development branch 2016-06-16 00:01:20 -07:00
Evgeny Sychov
74ec4a0337 Fix constatnt names, move vtx_channel config variable out of OSD ifdef 2016-06-15 23:54:31 -07:00
nathan
437ca5025b use the mw/scarab-osd font symbols 2016-06-15 23:38:33 -07:00
blckmn
cd25f0fa96 Updated as per code review from @martinbudden 2016-06-16 16:35:00 +10:00
J Blackman
cc51f791f4 Merge pull request #519 from martinbudden/bf_scheduler
Moved scheduler into separate directory. Moved task declarations into header file
2016-06-16 16:25:40 +10:00