1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00
Commit graph

4464 commits

Author SHA1 Message Date
borisbstyle
6f28ba0f56 Add Sensor Config MSP commands 2016-06-20 23:25:49 +02:00
KiteAnton
f2460219b8 Merge pull request #556 from KiteAnton/bugfix_serial_msp
Bugfix MSP_ADVANCED_TUNING
2016-06-20 23:15:15 +02:00
KiteAnton
e76e81a220 Bugfix MSP_ADVANCED_TUNING 2016-06-20 23:12:49 +02:00
blckmn
c889f00d26 Merge branch 'betaflight' into ready_to_merge
# Conflicts:
#	src/main/io/serial_msp.c
2016-06-20 18:16:22 +10:00
borisbstyle
0c5ea0f5c6 Fix Configurator Save Error 2016-06-19 21:21:31 +02:00
borisbstyle
9782fb1555 Apply PID reduction to only Iterm. (RC1 behaviour) 2016-06-19 15:21:26 +02:00
blckmn
7bff5bed12 Merge branch 'development' into ready_to_merge 2016-06-19 22:17:20 +10:00
blckmn
9290284efb CRLF 2016-06-19 22:16:33 +10:00
J Blackman
b8b798d7e1 Merge pull request #552 from blckmn/development
CRLF issue
2016-06-19 22:09:40 +10:00
blckmn
7de6001d72 CRLF issue 2016-06-19 22:08:28 +10:00
J Blackman
af375d9b06 Merge pull request #523 from mikeller/fix_naze_beeper
Fixed beeper for NAZE32 >= rev5.
2016-06-19 22:02:58 +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
d149392dc2 Merge branch 'betaflight' into ready_to_merge 2016-06-19 09:45:46 +10: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
490d742bce Merge pull request #540 from martinbudden/bf_target_whitespace
Fixed up whitespace in target.c files
2016-06-17 21:27:56 +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
Evgeny
7a4d996318 Merge pull request #2 from nathantsoi/sirinfpv-max-osd-development
Sirinfpv max osd development
2016-06-17 00:44:29 -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
Martin Budden
f59511ec01 Merge pull request #532 from AlienWiiBF/AlienFlight_update
AlienFlight cleanups
2016-06-17 06:06:35 +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
ff5223f208 Merge pull request #530 from martinbudden/bf_acc_1g
Cleanup of acc device drivers extern usage - CF PR#2117
2016-06-16 19:04:43 +01:00
Martin Budden
e9a46c6ebb Cleanup of acc device drivers extern usage CF PR#2117 2016-06-16 18:09:05 +01:00
Martin Budden
5e84431e7a Merge pull request #528 from martinbudden/bf_whitespace
Converted tabs to spaces
2016-06-16 11:48:54 +01:00