1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
Commit graph

7158 commits

Author SHA1 Message Date
Anders Hoglund
1ea0756718 BFF3 correct Spektrum sat bind pin. 2017-01-21 13:40:37 +01:00
borisbstyle
e1024619cd Merge pull request #2174 from martinbudden/bf_cli_valuetable_rom_save
Saved ROM in CLI valuTable by limiting min/max to int16_t
2017-01-21 09:03:34 +01:00
Martin Budden
5aa6187b00 Saved ROM in CLI valuTable by limiting min/max to int16_t 2017-01-21 07:42:18 +00:00
Anders Höglund
a1aa44945c Merge pull request #2144 from blckmn/patch
Added define for turning on MSP on first UART for custom build
2017-01-20 18:08:18 +01:00
borisbstyle
33316a40df Merge pull request #2158 from jflyper/bfdev-remove-contamenation-vtx_singularity
Remove bogus files vtx_singularity.[ch]
2017-01-19 17:24:08 +01:00
borisbstyle
cdce6d59fe Merge pull request #2163 from AndersHoglund/usb_vcp_f1_only
USB VCP Interrupt fix only for STM32F10X, problem on DOGE fixed.
2017-01-19 17:23:06 +01:00
J Blackman
85ce599bdd Merge pull request #2164 from raphaelcoeffic/sport-no-timeout
smartport: removed disabling on timeout
2017-01-20 03:21:31 +11:00
Raphael Coeffic
07a6cf92b7 smartport: removed disabling on timeout
and refuse to initialise in case the port is shared with something else (would not work anyway).
2017-01-19 15:18:24 +01:00
Anders Hoglund
ec50e1c041 USB VCP Interrupt fix only for STM32F10X, problem on DOGE xied. 2017-01-19 14:53:03 +01:00
MJ666
3d6a331fc9 Merge pull request #2161 from AlienWiiBF/F7LibFix
Cleanup F7 CMSIS and HAL Library compiler warnings
2017-01-19 00:21:46 -08:00
Michael Jakob
d6f3a50a9b Cleanup F7 CMSIS and HAL Library compiler warnings 2017-01-19 08:58:27 +01:00
Michael Keller
8dfd820722 Merge pull request #2159 from mikeller/increase_msp_api_version
Increased MSP API version number for next release.
2017-01-19 19:33:58 +13:00
mikeller
759016ea69 Increased MSP API version number for next release. 2017-01-19 19:33:13 +13:00
jflyper
012e9e62da Remove bogus files vtx_singularity.[ch]
Remove contamination from other local branch.
2017-01-19 13:08:38 +09:00
J Blackman
c394687b37 Merge pull request #2152 from AlienWiiBF/F7_LIB
STM32F7 CMSIS Library and HAL driver update
2017-01-19 11:28:48 +11:00
borisbstyle
8f017b93e5 Some Flash space savings. Not relevant parameters are not shown 2017-01-19 00:14:24 +01:00
borisbstyle
a427e718a7 Merge branch 'master' of https://github.com/betaflight/betaflight 2017-01-19 00:01:07 +01:00
borisbstyle
093115a2a0 Add anti_gravity_gain // new defaults 2017-01-19 00:00:33 +01:00
Martin Budden
c4ff774df6 Merge pull request #2155 from blckmn/revolt
Added target default mixer, and updated REVOLT
2017-01-18 18:44:22 +00:00
Martin Budden
0ebff69584 Merge pull request #2153 from AndersHoglund/fix_usb_vcp_interrupts
CC3D_OPBL did not start, spurious interrupts during init.
2017-01-18 18:41:46 +00:00
blckmn
1e80ff1c5b Simplified target.c condition for revolt as per suggestion 2017-01-19 04:40:52 +11:00
blckmn
6f6fe4ad6f Added target default mixer, and updated REVOLT
Motors tested and correct motor spins on motors tab in configurator.
2017-01-19 04:24:21 +11:00
Michael Jakob
1da411fd7b Update F7 startupfiles
Fix NERO build problems
2017-01-18 16:44:02 +01:00
Anders Hoglund
5b3ac004b0 CC3D_OPBL did not start, spurious interrupts during init. Made sure NVIC is disabled early 2017-01-18 15:24:41 +01:00
Michael Jakob
35ca569c84 STM32F7 CMSIS Libraries V1.2.0 2017-01-18 13:58:05 +01:00
Michael Jakob
e930261808 STM32F7 HAL Drivers V1.2.0 2017-01-18 13:47:15 +01:00
borisbstyle
2e81bd0628 Merge pull request #2151 from basdelfos/kissfc-remap-dma-tim17
Allow remap motor output to PWM6 on KISS FC with DSHOT enabled
2017-01-17 23:24:01 +01:00
Bas Delfos
afd848e425 Enabled REMAP_TIM17_DMA for KISS FC to use PWM6 as spare motor output 2017-01-17 23:10:46 +01:00
Michael Keller
b3c5980683 Merge pull request #2149 from mikeller/remove_tinybeef3_default_features
Removed unsupported default features from TINYBEEF3 target.
2017-01-18 02:30:09 +13:00
mikeller
01b4614656 Removed unsupported default features from TINYBEEF3 target. 2017-01-18 02:28:24 +13:00
Michael Keller
043d858cda Merge pull request #2148 from mikeller/increase_msp_version
Increase MSP version.
2017-01-18 01:21:58 +13:00
mikeller
934fb84202 Increase MSP version. 2017-01-18 01:21:04 +13:00
blckmn
f541a10a5c Added define for turning on MSP on first UART when option set for custom build.
command line for custom firmware: make NAZE OPTIONS=USE_MSP_UART
2017-01-17 13:39:25 +11:00
borisbstyle
704b12f297 Fix FPV angle mix 2017-01-17 00:03:35 +01:00
borisbstyle
b314c36b81 Minor tidy processRcCommand 2017-01-16 22:53:02 +01:00
borisbstyle
5a68276784 Merge branch 'master' of https://github.com/betaflight/betaflight 2017-01-16 22:44:48 +01:00
J Blackman
e539200e67 Merge pull request #2143 from betaflight/fix-transponder-hardfault
Prevent hard-fault when no IO available for transponder.
2017-01-17 08:00:41 +11:00
Hydra
3c29725672 Prevent hard-fault when no IO available for transponder.
This cleans up the transponder api too.
2017-01-16 19:27:20 +00:00
Michael Keller
cd156dd685 Merge pull request #2141 from mikeller/change_aioracerf3_motor_timer
Fixes for AIORACERF3 target.
2017-01-17 08:12:52 +13:00
mikeller
720db640ae Fixes for AIORACERF3 target. 2017-01-17 08:08:37 +13:00
J Blackman
b7caf6f85e Merge pull request #2139 from jflyper/bfdev-remove-merge-artifact
Remove merge artifacts
2017-01-17 05:02:47 +11:00
jflyper
50d21cd991 Remove merge artifacts 2017-01-17 02:56:53 +09:00
borisbstyle
80f9e9dcb9 Merge pull request #2137 from raphaelcoeffic/tramp-vtx-common
tramp: implemented VTX common interface.
2017-01-16 17:33:00 +01:00
borisbstyle
663206debf Merge pull request #2136 from AndersHoglund/fic_cppcheck_issues
Fix cppcheck error, uninitialized var.
2017-01-16 17:26:42 +01:00
Raphael Coeffic
1768c1fda8 tramp: implemented VTX_COMMON interface. 2017-01-16 17:18:10 +01:00
Anders Hoglund
69e898a5f2 Fix cppcheck error, uninitialized var. 2017-01-16 16:52:39 +01:00
borisbstyle
94aa14889e Bump EEPROM and MSP 2017-01-16 16:24:49 +01:00
borisbstyle
584d96ba19 Merge pull request #2135 from jflyper/bfdev-displayport-adjustable-column
DISPLAYPORT+CMS: Add displayPortProfile
2017-01-16 16:21:19 +01:00
borisbstyle
bbfb8775c8 Merge pull request #2114 from jflyper/bfdev-vtx-abstraction-1
VTX abstraction (testing)
2017-01-16 16:19:05 +01:00
jflyper
2e0e4562be Fix power table lookup issue 2017-01-17 00:14:09 +09:00