Commit Graph

8046 Commits

Author SHA1 Message Date
jflyper 561f842585 And this... also dropped soft serial from STM32F3DISCOVERY 2017-02-11 23:37:47 +09:00
jflyper 33b9f4c9a0 Forgot to remove this 2017-02-11 22:32:01 +09:00
jflyper 0123905775 Typo 2017-02-11 22:24:28 +09:00
jflyper 9e9c9e9faa Rebased 2017-02-11 22:19:45 +09:00
jflyper 4bdbed9b8b Moved USE_SOFTSERIALx to target.h 2017-02-11 22:14:41 +09:00
jflyper 3188d7e2ad Added HAL driver support 2017-02-11 12:20:08 +09:00
borisbstyle 57208bb690 Remove Softserial on SPRACINGF3EVO 2017-02-10 23:30:07 +01:00
jflyper 2f119a41a7 Pre-define software uarts in common.h 2017-02-10 23:19:37 +01:00
jflyper ddd78af0e7 Complete KISSCC and fix simplex TX case 2017-02-10 23:19:35 +01:00
jflyper e34ad5d6c2 Force two software serial ports 2017-02-10 23:19:34 +01:00
Martin Budden c4c9c77dce Fix CMS compiler warning 2017-02-10 23:18:22 +01:00
borisbstyle ffc58e85b9 Merge pull request #2370 from AndersHoglund/gcc6_for_3.1.x
Rebase of #1917: Update SDK to 6.2.1 2016q4 (thanks to @TheAngularity).
2017-02-10 23:15:34 +01:00
jflyper 8eec98b344 Pre-define software uarts in common.h 2017-02-11 03:52:03 +09:00
Martin Budden 2506a881c4 Use sbufWriteData for some MSP serialisations 2017-02-10 16:41:03 +00:00
Michael Keller 5d824afaee Rebase of #1917: Update SDK to 6.2.1 2016q4 (thanks to @TheAngularity). 2017-02-10 17:24:17 +01:00
jflyper d7f79bc3ca Complete KISSCC and fix simplex TX case 2017-02-10 22:07:29 +09:00
jflyper b2ed74cd1e Force two software serial ports 2017-02-10 16:05:15 +09:00
borisbstyle 2dd4e84dad Refactor SOFTSERIAL BFF3 2017-02-10 00:15:06 +01:00
borisbstyle 1359685cb0 Enable Softserial for KISSCC/FC 2017-02-09 23:59:35 +01:00
Michael Keller af924726a8 Added LED_STRIP support for KISSFC. 2017-02-09 23:42:04 +01:00
Michael Keller 8fe14d6177 Fixed activation conditions for HEADFREE mode. 2017-02-09 23:41:22 +01:00
rotcehdnih b4060844eb Dshot now working on all 6 outputs 2017-02-09 23:39:32 +01:00
jflyper 011dd6ff20 INVERTED (S.PORT) working 2017-02-09 23:32:59 +01:00
jflyper 9754e0d67b Some touch-ups per @ledvinap's comment
#if 0 / #endif will be removed when some regression test is done.
2017-02-09 23:32:49 +01:00
jflyper 97b5dbc386 Softserial with monotimer and bidir 2017-02-09 23:32:37 +01:00
borisbstyle b2c32b84e3 Version increment 2017-02-09 23:31:49 +01:00
Michael Keller f299b0d3d9 Removed 'MAX_AUX_CHANNELS', replaced with 'MAX_AUX_CHANNEL_COUNT'. 2017-02-09 23:30:55 +01:00
Michael Keller cb2356ba76 Merge pull request #2358 from elf128/BT_rgSSD_F3
Fix of default VBat settings for rgSSD_F3
2017-02-09 12:54:48 +13:00
Vlad Adamenko ef0ad6876a Fix of default VBat settings for rgSSD_F3 2017-02-08 13:03:29 -05:00
Martin Budden eefe2323ce Merge pull request #2356 from martinbudden/bf_gyro_include_fix
Fixed include in sensors/gyro.h
2017-02-08 10:01:28 +00:00
Martin Budden adb42e6140 Fixed include in sensors/gyro.h 2017-02-08 09:35:46 +00:00
Martin Budden f6caf34806 Merge pull request #2329 from martinbudden/bf_imu_tidy
Tidy of IMU header
2017-02-08 09:23:25 +00:00
Martin Budden 5e01b8ef18 Merge pull request #2331 from martinbudden/bf_gyro_dev_split
Split gyro device out of gyro sensor struct
2017-02-08 09:16:37 +00:00
Michael Keller c3213cf6bf Merge pull request #2355 from brycedjohnson/blackboxerase2
Blackbox erase additions
2017-02-08 18:11:30 +13:00
Bryce Johnson e71e93ae02 Blackbox erase additions 2017-02-07 21:22:09 -06:00
J Blackman 88282e034f Merge pull request #2351 from blckmn/ref_remove
Moved reference docs to the wiki repo
2017-02-08 10:29:21 +11:00
blckmn 01e41bcf24 Moved reference docs to the wiki repo 2017-02-08 10:28:49 +11:00
borisbstyle 2b58d39311 Merge pull request #2348 from betaflight/patch_v3.1.5
Patch v3.1.5
2017-02-07 23:00:22 +01:00
borisbstyle ab405b1bdf Merge branch 'master' into patch_v3.1.5 2017-02-07 22:57:15 +01:00
Raphael Coeffic 4646f9df8f reversed vtx band lookup order
Ensures that 5880 is translated into R7 instead of F8
2017-02-07 22:54:18 +01:00
Raphael Coeffic c653a8772a tramp: fixed power menu on OSD (would allow ‘———‘) 2017-02-07 22:39:57 +01:00
Raphael Coeffic b209998286 tramp: fixed issue with multiple changes through MSP
This bug has been introduced with 662b9552df.
2017-02-07 22:39:47 +01:00
borisbstyle 39f3934ce3 Decouple throttle from min_throttle and max_throttle for altitude hold 2017-02-07 22:23:50 +01:00
borisbstyle 32f7ad829b Bump EEPROM 2017-02-07 21:50:22 +01:00
jflyper d47eb1e69f Add start channel for CHANNEL_FORWARDING 2017-02-07 21:48:21 +01:00
borisbstyle e21cea0ad2 Fix motor 6 for SIRINFPV 2017-02-07 21:40:50 +01:00
jflyper 34780e50e5 Consistency and friendly in operation 2017-02-07 21:21:06 +01:00
jflyper 73da590acb Fix status string for user frequency mode 2017-02-07 21:20:41 +01:00
borisbstyle 088e148ecc Bump patch version 2017-02-07 21:15:04 +01:00
borisbstyle c854ea771d Fix for uncalculated throttle 2017-02-07 21:14:24 +01:00