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

361 commits

Author SHA1 Message Date
KiteAnton
6c63aa78ca Additional fixes after feedback 2016-07-15 19:18:11 +02:00
KiteAnton
1ee8224706 Fixes after feedback 2016-07-14 21:45:17 +02:00
KiteAnton
c04e6a4bd7 MSP_SET_NAME 2016-07-13 23:29:51 +02:00
KiteAnton
1e4a0c72fc MSP_NAME 2016-07-13 20:47:38 +02:00
gaelj
0083e9bd84 Move deadband3d_throttle from MSP_3D to MSP_RC_DEADBAND
Only for MSP framing compatibility with CF.
Does not include to change from global to profile.
2016-07-12 19:58:45 +02:00
gaelj
59632f472f MSP to 20 + typo
Set MSP to 20
Fix typo in reevaluateLedConfig
2016-07-12 19:40:09 +02:00
gaelj
aab0a56068 CF new LED strip port
Requires configurator update.

LED strip Cleanup.
New LED functions:
- GPS (G)
- Battery (L)
- RSSI (S)
- Larson Scanner (O)
- Blink (B)
- Blink on landing (N)

Mode colors and special colors are configurable (mode_color in CLI, MSP_LED_STRIP_MODECOLOR & MSP_SET_LED_STRIP_MODECOLOR)
2016-07-12 19:40:08 +02:00
borisbstyle
0fb2461933 Merge pull request #714 from martinbudden/bf_msp_acc
Fixed accelerometer scaling in MSP
2016-07-10 09:13:46 +02:00
Martin Budden
acee56764b Fixed accelerometer scaling in MSP 2016-07-10 08:03:22 +01:00
blckmn
68026f7c3e fix PWM remaining active on soft reset. 2016-07-10 07:45:03 +10:00
Martin Budden
3a0f8388ee Changed tabs to spaces in io/ 2016-07-09 13:29:01 +01:00
borisbstyle
cc5cde1112 Add CPU load to MSP 2016-07-06 00:29:57 +02:00
blckmn
924c891bf1 Update to LED STRIP to use new IO 2016-07-02 14:38:04 +10:00
Martin Budden
4d238b27d5 Moved targetLooptime into gyro_t, tidied gyro_sync and gyro 2016-06-26 16:15:06 +01:00
blckmn
00c0ca7c71 Merge remote-tracking branch 'betaflight/betaflight' into development 2016-06-26 08:52:28 +10:00
borisbstyle
3d9b180b33 Fix Configurator Pid Controller Reset // Fix luxfloat no filter bug // Defaults for Version 2.9.0 2016-06-26 00:30:45 +02:00
blckmn
b953e1c0b4 Additional delay never eventuates with new pwm_protocol and disabling of feature for OS42 and MS - why needed for 125? 2016-06-25 10:37:53 +10:00
borisbstyle
f70f2960a8 Remove double parameter // Fix missing parameter 2016-06-23 23:37:44 +02:00
blckmn
86459a77ed Warning fixes 2016-06-23 20:25:31 +10:00
blckmn
cd9a97006f Merge remote-tracking branch 'betaflight/betaflight' into development
# Conflicts:
#	src/main/config/config.c
#	src/main/io/serial_cli.c
2016-06-23 20:12:05 +10:00
borisbstyle
4c59769b02 Add delta from measurement // rc smooth interval // More MSP 2016-06-23 01:53:51 +02:00
blckmn
ee165d37be Tabs to Spaces 2016-06-22 07:03:14 +10:00
blckmn
af2ddeeffd Re-added use_unsyncPwm 2016-06-22 06:55:27 +10:00
blckmn
3e72bb5e3b Merge branch 'betaflight' into ready_to_merge
# Conflicts:
#	src/main/version.h
2016-06-22 06:30:38 +10:00
borisbstyle
6f28ba0f56 Add Sensor Config MSP commands 2016-06-20 23:25:49 +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
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
Nathan
19779e000d Merge pull request #495 from savaga/sirinfpv-dev
New target SirinFPV
2016-06-18 09:05:01 -07:00
kc10kevin
49defe8c68 Initial FURYF3 Target 2016-06-18 00:36:59 +02:00
nathan
8b581d945b msp for display and layout 2016-06-16 23:49:15 -07:00
nathan
e9868c4e37 namespace a few vars add some #defines for clarity 2016-06-16 19:36:00 -07:00
Martin Budden
e9a46c6ebb Cleanup of acc device drivers extern usage CF PR#2117 2016-06-16 18:09:05 +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
Martin Budden
f0f2941bb6 Moved scheduler into separate directory. Moved task declarations into header file. 2016-06-15 07:35:17 +01:00
Evgeny Sychov
067c02bbd6 remove sirinfpv related stuff from config.c, rename rtc6705 to soft_spi_rtc6705, fix some minor bugs 2016-06-14 01:05:51 -07:00
nathan
0fd8774d50 takin' a look 2016-06-13 22:53:37 -07:00
Evgeny Sychov
e42870e7bf Merge remote-tracking branch 'borisbstyle/development' into sirinfpv-dev 2016-06-13 19:17:02 -07:00
Evgeny Sychov
21b5dce0e9 merge upstream into sirinfpv-dev branch 2016-06-13 09:41:19 -07:00
4712
a40c0c0442 Cleanup 4way-if from cleanflight 2016-06-13 00:41:45 +02:00
Martin Budden
91e7c160a3 Fixed CONFIG_FASTLOOP_PREFERRED_ACC related magic numbers 2016-06-11 07:17:11 +01:00
Evgeny Sychov
eb5963809d merge upstream into sirinfpv branch 2016-06-10 19:42:54 -07:00
blckmn
67b1b20c59 Last of the STM32F3 system files removed from target directories and merge of the FURYF3 target @kc10kevin 2016-06-09 22:20:00 +10:00
blckmn
51a99e74c6 STM32F4: USARTS 4,5,6 added
Flag initialisation for motor_pwm_protocol
Fixes for AlienFlightF4 and timers
2016-06-08 05:43:28 +10:00
Evgeny Sychov
a1a71d68ac merge upstream into sirinfpv branch 2016-06-06 21:05:49 -07:00
kc10kevin
1e68552a0c Initial FURYF3 Target 2016-06-05 05:53:27 -05:00
borisbstyle
bb880e68d3 Cleanup Modes 2016-06-01 22:44:56 +02:00