jflyper
ed68e57d48
Poll state change after command several times, not continuous
2017-11-11 10:02:35 +09:00
Michael Keller
0c84506336
Merge pull request #4534 from mikeller/added_matekf411_target
...
Added target definition for MATEKF411.
2017-11-11 12:34:58 +13:00
Michael Keller
fd79424f07
Merge pull request #4533 from mikeller/cleanup_use_transition
...
Cleaned up some leftovers of the transition to 'USE_'.
2017-11-11 12:18:31 +13:00
Michael Keller
3b76568397
Added target definition for MATEKF411.
2017-11-11 11:59:26 +13:00
mikeller
5f64bcfa09
Cleaned up some leftovers of the transition to 'USE_'.
2017-11-11 11:42:40 +13:00
Michael Keller
228aec6253
Merge pull request #4529 from codecae/vtx_low_power_disarm
...
vtx_low_power_disarm: minimize vtx power output while disarmed
2017-11-11 11:31:25 +13:00
Michael Keller
60bce27e66
Merge pull request #4516 from DanNixon/fix_3d_arm_checks
...
Improve 3D arming checks
2017-11-11 11:24:44 +13:00
Curtis Bangert
c1265dd0a5
vtx_low_power_disarm: minimize vtx power output while disarmed
2017-11-10 11:21:53 -05:00
Martin Budden
8b334e5674
Merge pull request #4526 from mikeller/cleanup_bind_pin
...
Cleaned up usages of SPEKTRUM_BIND_PIN / BINDPLUG_PIN / RX_FLYSKY_BIND_PIN.
2017-11-10 07:37:45 +00:00
Martin Budden
9c77db811b
Merge pull request #4527 from mikeller/update_matekf722
...
Updates to the MATEKF722 target.
2017-11-10 07:37:07 +00:00
jflyper
a03b586eb8
Merge pull request #4525 from jflyper/bfdev-smartaudio-init-refactor
...
SmartAudio: Refactor initialization code
2017-11-10 12:15:10 +08:00
jflyper
9e48fb5f11
Refactor initialization code
2017-11-10 12:28:49 +09:00
Michael Keller
cf29e0cec7
Cleaned up usages of SPEKTRUM_BIND_PIN / BINDPLUG_PIN / RX_FLYSKY_BIND_PIN.
2017-11-10 16:17:58 +13:00
Michael Keller
224c69e054
Updates to the MATEKF722 target.
2017-11-10 15:56:23 +13:00
Michael Keller
364afcbf25
Merge pull request #4521 from martinbudden/bf_cms_onglobalexit
...
Remove almost entirely unused CMS ononGlobalExit function
2017-11-10 10:35:13 +13:00
Michael Keller
b90f7bd88e
Merge pull request #4520 from martinbudden/bf_cms_guards
...
Removed CMS menu guards when not debugging
2017-11-10 10:34:43 +13:00
Michael Keller
e974f09355
Merge pull request #4522 from martinbudden/bf_vtx_tidy
...
Tidy of VTX common
2017-11-10 10:33:43 +13:00
Martin Budden
3c12367c84
Tidy of VTX common
2017-11-09 21:05:36 +00:00
Michael Keller
39727ce384
Merge pull request #4455 from codecae/vtx_settings_pg_rework
...
Move vtxSettingsConfig to vtx_common. Rework MSP_SET_VTX_CONFIG and CMS.
2017-11-10 08:14:36 +13:00
Martin Budden
243e8390a2
Removed CMS menu guards when not debugging
2017-11-09 19:09:17 +00:00
Martin Budden
9a9884e4af
Remove almost entirely unused CMS ononGlobalExit function
2017-11-09 19:06:25 +00:00
Michael Keller
2bc0d5bc93
Merge pull request #4519 from martinbudden/bf_cms_size_optimise
...
Size optimise CMS modules. Improve const correctness
2017-11-10 07:43:56 +13:00
Martin Budden
f8c47f6751
Size optimise CMS modules. Improve const correctness
2017-11-09 17:24:44 +00:00
Michael Keller
1b279d7139
Merge pull request #4515 from AndersHoglund/shrink_omnibu
...
OMNIBUS. Remove SOFTSERIAL to make room for other features.
2017-11-09 10:23:59 +13:00
Dan Nixon
c97fbd04b8
Fix 3D arming checks when using switched 3D mode
...
When FEATURE_3D is on and BOX3DONASWITCH is configured the "standard"
throttle arming condition is used.
2017-11-08 20:14:07 +00:00
Dan Nixon
0315005445
Fix 3D arming checks for BOX3DDISABLE
...
When FEATURE_3D is on and BOX3DDISABLE is on then the normal throttle
arming check is performed.
When FEATURE_3D is on and BOX3DDISABLE is off then the reduced 3D
throttle arming check is performed.
2017-11-08 20:14:07 +00:00
Dan Nixon
eadcf42650
Fix 3D arming checks for throttle value
...
When FEATURE_3D is on the arm switch does not need to be toggled when
the throttle returns to a valid value (i.e. in the 3D deadband) from
either direction.
This allows the previous "arm and slowly raise throttle" arming
behaviour for 3D flight.
2017-11-08 20:14:00 +00:00
Anders Hoglund
da507a9716
OMNIBUS. Remove SOFTSERIAL support to make room for other features.
2017-11-08 19:06:55 +01:00
Unknown
d9caabefa1
Removed vtx_settings_config in favor of vtx_common. Removed implicit EEPROM writes for vtx_ changes.
...
Updated MSP_VTX_CONFIG
Updated MSP_SET_VTX_CONFIG
Updated MSP_VTX_CONFIG (again)
Implemented VTX update schedule
Removed unneeded initialization blocks from io/vtx implementations
Prevent VTX settings from being applied in CLI. Sync Band/Chan/Freq on init
Correct issues in SA CMS
Moved vtxCommonInit and vtxCommonProcess to io/vtx
2017-11-08 10:28:09 -05:00
Michael Keller
8962f0af40
Merge pull request #4512 from AndersHoglund/shrink_furyf3
...
FURYF3 FURYF3OSD. Remove SONAR support to make room for other features.
2017-11-09 01:51:24 +13:00
Michael Keller
09d5a21daa
Merge pull request #4511 from jflyper/bfdev-fix-STM32F1.mk-sob
...
Why did I find this ...
2017-11-09 01:21:54 +13:00
Anders Hoglund
cb154f8a24
FURYF3 FURYF3OSD. Remove SONAR support to make room for other features.
2017-11-08 12:55:31 +01:00
jflyper
97e9e9eed4
Why did I find this ...
2017-11-08 19:42:44 +09:00
Michael Keller
94d6ab3f56
Merge pull request #4509 from jamming/KakuteF4-debug
...
KakuteF4V2 Adc issue
2017-11-08 17:35:48 +13:00
jamming
e4b7b0f74b
KakuteF4V2 Adc issue
2017-11-08 11:46:17 +08:00
Michael Keller
c866870df4
Merge pull request #4507 from basdelfos/msp-tx-info
...
Set RSSI value with MSP (e.g. with SmartPort)
2017-11-08 09:42:38 +13:00
Bas Delfos
f87e768ce6
Receive RSSI value via MSP/SmartPort
2017-11-07 20:54:45 +01:00
Michael Keller
6f46ba74bd
Merge pull request #4478 from bjoern79de/master
...
show inflight adjustments in osd
2017-11-08 00:32:57 +13:00
Bjoern Schultze
03b1f5f54c
show inflight adjustments in osd
2017-11-07 11:30:14 +01:00
Michael Keller
9a5cefbfa3
Merge pull request #4502 from mikeller/added_drivers_for_matekf405_mini
...
Added drivers for Matek F405 mini to MATEKF405 target.
2017-11-07 22:52:42 +13:00
Michael Keller
1877e2e076
Merge pull request #4158 from mikeller/added_frsky_fport_support
...
Added support for the FrSky FPort protocol
2017-11-07 22:46:47 +13:00
Michael Keller
037313f995
Merge pull request #3898 from jflyper/bfdev-configurable-adc
...
Configurable ADC
2017-11-07 22:39:18 +13:00
mikeller
3873463fcf
Added support for the FrSky FPort protocol.
2017-11-07 22:25:02 +13:00
jflyper
7a57468c8c
Configurable ADC
2017-11-07 17:50:45 +09:00
Michael Keller
e1a177a998
Merge pull request #4497 from mikeller/convert_defines_to_use_2
...
Converted more 'feature' type defines to use the 'USE_<x>' convention: LED_STRIP TARGET_CONFIG BRUSHED_ESC_AUTODETECT SERIAL_RX TELEMETRY TELEMETRY_CRSF TELEMETRY_FRSKY TELEMETRY_HOTT TELEMETRY_IBUS TELEMETRY_JETIEXBUS TELEMETRY_LTM TELEMETRY_MAVLINK TELEMETRY_SMARTPORT TELEMETRY_SRXL TELEMETRY_NRF24_LTM TELEMETRY_LTM SPEKTRUM_BIND NAV BUTTONS
2017-11-07 19:18:28 +13:00
jflyper
884e58d0f5
Merge pull request #3838 from martinbudden/bf_rx_crc
...
Use common code for rx CRC calculations
2017-11-07 14:06:13 +08:00
mikeller
b78d8ad83e
Converted more 'feature' type defines to use the 'USE_<x>' convention: LED_STRIP TARGET_CONFIG BRUSHED_ESC_AUTODETECT SERIAL_RX TELEMETRY TELEMETRY_CRSF TELEMETRY_FRSKY TELEMETRY_HOTT TELEMETRY_IBUS TELEMETRY_JETIEXBUS TELEMETRY_LTM TELEMETRY_MAVLINK TELEMETRY_SMARTPORT TELEMETRY_SRXL TELEMETRY_NRF24_LTM TELEMETRY_LTM SPEKTRUM_BIND NAV BUTTONS
2017-11-07 18:49:12 +13:00
Michael Keller
cd2fc5254d
Merge pull request #4503 from mikeller/fix_frskyf3
...
Fixed FRSKYF3 firmware size.
2017-11-07 18:46:00 +13:00
mikeller
8945c96d92
Fixed FRSKYF3 firmware size.
2017-11-07 18:45:24 +13:00
Michael Keller
f4bb2f92bf
Merge pull request #4498 from mikeller/add_blackbox_always_on_option
...
Added option to have blackbox always on.
2017-11-07 18:06:38 +13:00