Commit Graph

12662 Commits

Author SHA1 Message Date
Momme Jürgensen 50373574ee add some PR links in Upgrading from 3.2 to 3.3 2018-10-11 15:21:29 +02:00
mikeller 402a0c2c59 Fix conditionals for telemetry protocols. 2018-10-12 00:42:43 +13:00
jflyper b47a95d478 Refactor serial_usb_vcp.c for clarity 2018-10-11 17:04:59 +09:00
Michael Keller 1edb5411d9
Merge pull request #6891 from etracer65/arming_disabled_osd_display_improvements
Increase priority of arming disabled OSD warnings and cycle through all
2018-10-11 02:07:33 +13:00
Michael Keller 93c38d09bd
Merge pull request #6901 from jflyper/bfdev-improve-USE_SERVOS-handling
Improve handling of USE_SERVOS in mixer.c
2018-10-11 01:16:04 +13:00
Michael Keller fb8473df6f
Merge pull request #6904 from jflyper/bfdev-better-handling-of-USE_UART-and-USE_INVERTER
Better handling of USE_UART and USE_INVERTER
2018-10-11 01:15:45 +13:00
Michael Keller 7951919fc4
Merge pull request #6905 from jflyper/bfdev-fix-rx-conditionals
Add conditionals for receiver protocols
2018-10-11 01:13:48 +13:00
Michael Keller 08f0500c1d
Merge pull request #6913 from jflyper/bfdev-fix-overlooked-USE_xxx-conversion-case-of-ADC
Fix overlooked USE_xxx case of ADC
2018-10-11 00:52:44 +13:00
Michael Keller 47903b0c75
Merge pull request #6899 from AndersHoglund/srxl_tidy
Spektrum SRXL Telemetry tidying.
2018-10-11 00:39:37 +13:00
Michael Keller c3ffd0bdd0
Merge pull request #6907 from jflyper/bfdev-make-reportExtendedEscSensors-conditional
Protect reportExtendedEscSensors with USE_ESC_SENSOR to avoid unused warning
2018-10-11 00:01:58 +13:00
Michael Keller 05ec15d876
Merge pull request #6906 from jflyper/bfdev-fix-DEF_TIM_DMA_COND-macro
Fix DEF_TIM_DMA_COND usage to including leading comma
2018-10-10 23:53:59 +13:00
jflyper f6aae5160c Fix overlooked USE_xxx case (ADC) 2018-10-09 23:12:43 +09:00
Andrey Mironov a663588dd0
Merge pull request #6909 from jflyper/bfdev-fix-singed-unsigned-comparison-warning
target/system_stm32f{4,7}xxx.c: Prevent signed and unsigned comparison warning
2018-10-09 09:49:56 +03:00
jflyper 90bfc51f71 Prevent signed and unsigned comparison warning
This only comes up when building for debugging (DEBUG=GDB).
2018-10-09 04:20:13 +09:00
jflyper 46bdcac9d7 Fix DEF_TIM_DMA_COND to include a leading comma inside usage 2018-10-09 00:56:20 +09:00
jflyper b14e38e51a Protect reportExtendedEscSensors by USE_ESC_SENSOR to avoid unused message 2018-10-08 23:46:12 +09:00
jflyper 0981433277 Add conditionals for receiver protocols 2018-10-08 20:53:31 +09:00
Michael Keller 8283aba668
Merge pull request #6889 from jflyper/bfdev-remove-stale-resource-def
Remove stale gyro cs defs from resource
2018-10-09 00:51:12 +13:00
Michael Keller 81ab2695a9
Merge pull request #6890 from jflyper/bfdev-omnibusf4fw-add-pc13-and-pc14-as-valid-io
OMNIBUSF4FW: Allow PC13 and PC14 for Omnibus F4 V6
2018-10-09 00:49:28 +13:00
Anders Hoglund 064a196c06 Spektrum SRXL Telemetry tidying. 2018-10-08 12:45:01 +02:00
jflyper 00dab4288f More strict application of USE_UART and USE_INVERTER 2018-10-08 15:06:42 +09:00
jflyper 120b67647b More strict application of USE_SERVOS in mixer.c 2018-10-08 12:43:38 +09:00
Michael Keller 66657486e1
Merge pull request #6900 from mikeller/fix_crazybeef3fr_flash_overflow
Fixed flash overflow on CRAZYBEEF3FR.
2018-10-08 10:43:44 +13:00
Michael Keller 7745664ec7 Fixed flash overflow on CRAZYBEEF3FR. 2018-10-08 09:15:46 +13:00
Michael Keller 2f1643924e
Merge pull request #6656 from timman2er/add_stat_esc_max_temp_rpm
added esc max temp and rpm to OSD
2018-10-08 01:03:20 +13:00
Michael Keller cc820d99de
Merge pull request #6865 from chibaron/add_sfhss
Add SFHSS-SPI-RX
2018-10-08 01:01:13 +13:00
Michael Keller c28e42d32f
Merge pull request #6895 from mikeller/update_customised_version_doc
Updated path in documentation for customised versions.
2018-10-07 14:32:29 +13:00
mikeller 047d5d6a22 Updated path in documentation for customised versions. 2018-10-07 13:04:40 +13:00
Bruce Luckcuck 8205bb74e3 Increase priority of arming disabled OSD warnings and cycle through all
Previously the OSD arming disabled warnings were given a low priority so other warnings like "LOW BATTERY" would obscure the arming arming disabled reason(s). Increased the piority so that arming disabled reasons will always be displayed.

Also change the logic to cycle through all arming disable reasons rather than only show the first active flag.
2018-10-06 11:04:28 -04:00
jflyper 7af04088d6 Allow PC13 and PC14 for Omnibus F4 V6 2018-10-06 22:49:49 +09:00
jflyper 09026dcc88 Remove stale gyro cs defs from resource 2018-10-06 22:43:26 +09:00
Michael Keller 811364c2ec
Merge pull request #6810 from azolyoung/fix_rcsplit_t_control_bug
fix rcdevice can't work
2018-10-06 15:38:20 +13:00
Michael Keller 1c5568cd8d
Merge pull request #6877 from etracer65/headfree_osd_flightmode_display
Add HEADFREE indicator to the OSD flight mode and warnings display elements
2018-10-06 15:35:20 +13:00
Michael Keller ba05be54b1
Merge pull request #6882 from jflyper/bfdev-fix-msp-from-calling-sdcard_getMetadata-when-card-is-not-present
SDCARD: Prevent msp from calling sdcard_getMetadata when card is not ready
2018-10-06 15:31:19 +13:00
chibaron bcaa9a2b7a fix coding style. use astyle 2018-10-05 14:30:58 +09:00
Michael Keller a5a0f9aa73
Merge pull request #6873 from AlienWiiBF/SDCARD_GENERIC
Update SDCARD driver for generic target
2018-10-05 08:52:46 +13:00
Michael Keller 0a01aff0da
Merge pull request #6880 from jflyper/bfdev-sdcard_spi-refactor-to-use-busDevice_t
SPI: Refactor sdcard_spi.c to use busDevice_t (again)
2018-10-05 08:50:21 +13:00
jflyper 57a6060005 Prevent sdcard_getMetadata from being called when card is not inserted or not ready 2018-10-05 03:41:53 +09:00
chibaron d688a5e1cc fix code style 2018-10-04 22:40:21 +09:00
jflyper 6307277d50 Refactor sdcard_spi.c to use busDevice_t (again) 2018-10-04 18:36:05 +09:00
jflyper a598d06fe5
Merge pull request #6868 from jflyper/bfdev-consolidate-sdcard-spi-and-sdio-part-2
SDCARD: Consolidation of SPI and SDIO variants (Part 2: Use VTable to switch between SPI and SDIO)
2018-10-04 18:34:49 +09:00
Bruce Luckcuck a3fb5cc156 Add HEADFREE indicator to the OSD flight mode and warnings display elements
Provide multiple mechanisms to alert the pilot that he is attempting to fly in HEADFREE mode while in FPV - which will likely result in disorientation and loss of control.
2018-10-03 19:06:59 -04:00
chibaron 7f26db0b07 separate TELEMETRY and RSSI 2018-10-04 00:42:52 +09:00
MJ666 b380a343a6 Update SDCARD driver for generic target
remove enabled PG paramter
2018-10-03 14:36:54 +02:00
jflyper a1589766a2 Switch between SPI and SDIO based on mode 2018-10-03 21:14:07 +09:00
Michael Keller f34af48dcd
Merge pull request #6871 from AlienWiiBF/MAX7456_GENERIC
Update MAX7456 driver for generic target
2018-10-03 23:44:43 +13:00
Michael Keller 29015af2e2
Merge pull request #6872 from AlienWiiBF/GYRO_GENERIC
Update Gyro driver for generic target
2018-10-03 23:44:01 +13:00
Michael Keller b4a5133039
Merge pull request #6874 from AlienWiiBF/FLASH_GENERIC
Update Flash driver for generic target
2018-10-03 23:37:25 +13:00
Michael Keller 172c208979
Merge pull request #6867 from conkerkh/fix_sdio_det_pin
Fixes SD Card detect pin on SDIO targets.
2018-10-03 23:08:34 +13:00
MJ666 f05337e019 Update Flash driver for generic target 2018-10-03 08:09:53 +02:00