Michael Keller
13da4de774
Merge pull request #2768 from mikeller/fix_get_reverted
...
Fixed GET_REVERTED.
2017-03-30 01:09:32 +13:00
mikeller
772026dafe
Fixed GET_REVERTED.
2017-03-30 01:08:26 +13:00
Michael Keller
d3f8385d4e
Merge pull request #2763 from jflyper/bfdev-omnibusf4sd-led-fix
...
OMNIBUSF4SD Add UART6 inverter and LED timer
2017-03-29 12:46:52 +13:00
Michael Keller
4d40e759f0
Merge pull request #2766 from basdelfos/esc_sensor_information
...
Added KISS ESC sensor information for rpm and temperature to debug fields
2017-03-29 12:03:05 +13:00
Bas Delfos
8dbb156ea0
Added KISS ESC sensor information for rpm and temperature to debug fields
2017-03-28 23:11:23 +02:00
jflyper
a6e1e2b696
Merge remote-tracking branch 'betaflight/master' into bfdev-omnibusf4sd-led-fix
2017-03-29 03:25:02 +09:00
jflyper
d0866ac50a
Add LED timer def and UART6 inverter for OMNIBUSF4SD
2017-03-29 03:24:02 +09:00
Michael Keller
c39ab90bc6
Merge pull request #2742 from blckmn/blackbox_feature
...
Removed feature SDCARD and BLACKBOX
2017-03-29 00:53:53 +13:00
blckmn
293dc08de9
Init flash regardless
2017-03-28 21:38:29 +11:00
blckmn
c0d18280d5
Removed feature SDCARD and BLACKBOX
...
Now uses blackboxConfig()->device instead. Requires co-ordination with configurator.
2017-03-28 21:29:50 +11:00
Michael Keller
c059c9f64d
Merge pull request #2754 from mikeller/make_direction_parameters_boolean
...
Changed direction parameters into boolean to ensure a direction is defined.
2017-03-28 23:08:27 +13:00
Michael Keller
b14abd819d
Merge pull request #2759 from vgoodsun/master
...
add board VGOODDHF4
2017-03-28 21:51:46 +13:00
vgoodsun
e3869496e0
add board VGOODDHF4
...
add a board named VGOODDHF4 of being a variant of OMNIBUSF4
2017-03-28 16:35:55 +08:00
Michael Keller
481f8d1113
Merge pull request #2758 from mikeller/fix_omnibusf4_ppm
...
Fixed OMNIBUSF4 PPM input.
2017-03-28 15:24:44 +13:00
mikeller
84f1d7180f
Fixed OMNIBUSF4 PPM input.
2017-03-28 15:23:08 +13:00
Michael Keller
d42e07d837
Merge pull request #2748 from toastedcornflakes/in-flight-strength-horizon
...
Adjustement for horizon strength
2017-03-28 14:41:04 +13:00
toastedcornflakes
bf798d0b45
Declare in scope
2017-03-28 00:54:26 +02:00
mikeller
bed980bb27
Changed direction parameters into boolean to ensure a direction is defined.
2017-03-27 21:21:01 +13:00
Michael Keller
380fa0e90e
Merge pull request #2753 from jamming/master
...
Fix kakuteF4 DSHOT and SBUS issue.
2017-03-27 15:23:21 +13:00
jamming
5b5ea7ce9a
changes log
2017-03-27 09:42:26 +08:00
toastedcornflakes
d4005e06f1
In flight adjustement for horizon strength
2017-03-26 17:06:05 +02:00
Martin Budden
9785c297cd
Merge pull request #2743 from martinbudden/bf_gyro_spi_selection2
...
Add AIRBOTF4SD with dual gyro support - selection of gyro in CLI
2017-03-26 10:38:44 +01:00
Martin Budden
d07e0c696e
Fixed pin assignments
2017-03-26 10:10:11 +01:00
Martin Budden
9a3cad9ca3
Further work on gyro SPI selection
2017-03-26 10:10:10 +01:00
Martin Budden
3545775fdf
Merge pull request #2586 from martinbudden/bf_gyro_spi_selection
...
Added runtime setting of gyro SPI pin
2017-03-26 10:07:34 +01:00
Martin Budden
60c2b812d1
Added runtime setting of gyro SPI pin
2017-03-26 07:43:51 +01:00
Martin Budden
1281d30eba
Merge pull request #2692 from mikeller/make_yaw_control_inversion_boolean
...
Changed 'yaw_control_direction' into 'yaw_control_inverted' and made it a boolean, to get rid of the 'undefined' case 0.
2017-03-25 07:26:40 +00:00
Martin Budden
9d26a7d148
Merge pull request #2741 from martinbudden/bf_revo_tidy
...
Reordered acc and gyro defines in revo target.
2017-03-24 18:45:02 +00:00
Martin Budden
05bcf77d32
Merge pull request #2740 from unitware/bf-enable-sdcard-bb-on-spracingf3neo-by-default
...
Enable feature SDCARD by default on SpracingF3NEO
2017-03-24 18:39:51 +00:00
Martin Budden
263676d61b
Reordered acc and gyro defines in revo target.
2017-03-24 16:49:03 +00:00
Magnus Ivarsson
2f6aa78c00
Enable feature SDCARD by default on SpracingF3NEO
2017-03-24 13:16:56 +01:00
mikeller
728adb3a86
Changed 'yaw_control_direction' into 'yaw_control_inverted' and made it a boolean, to get rid of the 'undefined' case 0.
2017-03-24 20:49:52 +13:00
Michael Keller
e59b48cf6b
Merge pull request #2734 from mikeller/fixed_target_configuration
...
Made 'resetConfigs()' take 'targetConfiguration()' into account.
2017-03-24 13:41:19 +13:00
mikeller
4d76bd8ea0
Made 'resetConfigs()' take 'targetConfiguration()' into account.
2017-03-24 03:05:18 +13:00
Anders Höglund
e4020d9e99
Merge pull request #2724 from unitware/bf-fix-broken-travis-target-build
...
Fix issue #2708 , travis did not fail if build TARGET=.. failed.
2017-03-23 12:26:10 +01:00
Magnus Ivarsson
b703bcef5a
Fix issue #2707 , travis did not fail if build TARGET=.. failed.
2017-03-23 12:09:08 +01:00
borisbstyle
53bd377742
Experimental throttle to Iterm coupling
2017-03-23 01:41:20 +01:00
borisbstyle
00ec17b6a3
Disable Airmode fully when airmode not active // Adjust default setpoints / pids
2017-03-22 23:40:24 +01:00
Martin Budden
95f4b80c89
Merge pull request #2730 from mikeller/fixed_serial_resource_display
...
Fixed display of SERIAL resources in CLI.
2017-03-22 21:38:13 +00:00
Michael Keller
6c115b4312
Fixed display of SERIAL resources in CLI.
2017-03-23 08:11:23 +13:00
borisbstyle
c11ffa3101
Merge pull request #2725 from mikeller/reinstate_bf_msp_commands
...
Reinstated 'MSP_BF_CONFIG' / 'MSP_SET_BF_CONFIG' as workaround to make it work with Betaflight configurator.
2017-03-22 14:23:17 +01:00
Anders Höglund
efd60180fc
Merge pull request #2723 from unitware/bf-speedup-travis-build
...
Speedup build by grouping the builds in a few groups to be run in par…
2017-03-22 12:44:57 +01:00
mikeller
11459f7bb9
Reinstated 'MSP_BF_CONFIG' / 'MSP_SET_BF_CONFIG' as workaround to make it work with Betaflight configurator.
2017-03-23 00:17:11 +13:00
Magnus Ivarsson
6622b36af8
Speedup build by grouping the builds in a few groups to be run in parallell
2017-03-22 12:05:40 +01:00
Michael Keller
2d90c27b0d
Merge pull request #2715 from martinbudden/bf_blackbox_align
...
Aligned blackbox header strings with CLI
2017-03-22 14:21:59 +13:00
Michael Keller
b55b46a2b5
Merge pull request #2716 from betaflight/remove-msp-cruft
...
Remove msp/bst cruft
2017-03-22 11:12:19 +13:00
Hydra
a45e974c38
CF/BF - Restore BST_API_VERSION and BST_BUILD_INFO based on updated
...
requirements from TBS engineers.
Larry Ho: "
BST_MAG_CALIBRATION,
BST_ACC_CALIBRATION,
BST_SET_PID,
BST_SET_RC_TUNING,
BST_SET_LOOP_TIME,
BST_SELECT_SETTING,
BST_SET_RX_MAP,
BST_SET_MISC,
BST_SET_DEADBAND,
BST_SET_FC_FILTERS,
BST_SET_FEATURE,
BST_SET_RX_CONFIG,
BST_SET_MODE_RANGE,
BST_SET_LED_COLORS,
BST_SET_LED_STRIP_CONFIG,
BST_EEPROM_WRITE,
BST_REBOOT,
BST_DISARM,
BST_ENABLE_ARM,
BST_PID,
BST_STATUS,
BST_RC_TUNING,
BST_LOOP_TIME,
BST_RX_MAP,
BST_MISC,
BST_DEADBAND,
BST_FC_FILTERS,
BST_FEATURE,
BST_RX_CONFIG,
BST_LED_COLORS,
BST_LED_STRIP_CONFIG,
BST_API_VERSION"
There was a required to keep `BST_BF_BUILD_INFO`, which is not on the
list above, but has been deprecated for ages. Since it was never used
we will keep the replacement `BS_BUILD_INFO` instead.
Dominic Clifton: "I will keep BST_BUILD_INFO and BST_API_VERSION and all
the ones on your list above."
2017-03-21 21:40:51 +00:00
Hydra
5ab2117a69
CF/BF - Further isolate BST to the Colibri_Race target. Remove even
...
more unused code.
It was partly isolated before, but now it's even clearer that only this
target uses it.
2017-03-21 21:17:40 +00:00
Hydra
a60a79eb82
CF/BF - Delete unused BST code.
...
"[20/03/2017, 13:46:12] Remo Masina: This is a list of al the frames we
currently use:
BST_MAG_CALIBRATION,
BST_ACC_CALIBRATION,
BST_SET_PID,
BST_SET_RC_TUNING,
BST_SET_LOOP_TIME,
BST_SELECT_SETTING,
BST_SET_RX_MAP,
BST_SET_MISC,
BST_SET_DEADBAND,
BST_SET_FC_FILTERS,
BST_SET_FEATURE,
BST_SET_RX_CONFIG,
BST_SET_MODE_RANGE,
BST_SET_LED_COLORS,
BST_EEPROM_WRITE,
BST_REBOOT,
BST_DISARM,
BST_ENABLE_ARM,
BST_PID,
BST_STATUS,
BST_RC_TUNING,
BST_LOOP_TIME,
BST_RX_MAP,
BST_MISC,
BST_DEADBAND,
BST_FC_FILTERS,
BST_FEATURE,
BST_RX_CONFIG"
See here:
https://github.com/cleanflight/cleanflight/pull/2664#issuecomment-287764706
2017-03-21 21:17:33 +00:00
Hydra
1c33cb1cf2
CF/BF - Rename MSP_BOARD_ALIGNMENT to MSP_BOARD_ALIGNMENT_CONFIG
2017-03-21 21:17:25 +00:00