Commit Graph

12738 Commits

Author SHA1 Message Date
Michael Keller 6ab67274da
Merge pull request #7097 from TonyBlit/gps_rescue_gpslost
GPS Rescue: Add GPS LOST to Sanity Checks
2018-11-23 01:14:49 +13:00
Michael Keller c3e1e6a900
Merge pull request #7094 from jflyper/bfdev-protect-max7456-driver-from-unconfigured-spi
[MAX7456] Protect MAX7456 driver from unconfigured SPI
2018-11-23 01:08:50 +13:00
Michael Keller 233a68c9c1
Merge pull request #6163 from RicoKirstein/pll_osd_clock
added the USEMCO2ASOSDCLOCK define for the F7 cpus.
2018-11-22 20:58:25 +13:00
Michael Keller af8383993d
Merge pull request #7091 from etracer65/launch_control_iterm_limit
Launch Control: Add yaw iterm windup limit
2018-11-22 20:43:07 +13:00
Tony Cabello 888c0e48f6 GPS Rescue: Add GPS LOST to Sanity Checks 2018-11-16 15:01:24 +01:00
jflyper f434f53c35 Protect MAX7456 driver from unconfigured SPI 2018-11-16 16:43:09 +09:00
Michael Keller f57b3f3dc7
Merge pull request #7086 from jflyper/bfdev-fix-dashboard-buffer-overrun2
[DASHBOARD] Fix buffer overruns
2018-11-15 11:40:30 +13:00
Bruce Luckcuck 932b8e01c8 Launch Control: Add yaw iterm windup limit
When operating in `launch_control_mode = FULL` mode (all axes), limit the yaw iterm to reduce the risk of windup.
2018-11-14 17:23:20 -05:00
Michael Keller 3bf98bd9c7 Fixed outdated define. 2018-11-15 10:34:08 +13:00
Michael Keller 37c314976b
Merge pull request #7090 from mikeller/fix_spracingf3neo_flash_overflow
Fixed flash overflow on SPRACINGF3NEO.
2018-11-15 09:52:53 +13:00
mikeller 16b93eb618 Fixed flash overflow on SPRACINGF3NEO. 2018-11-15 07:18:15 +13:00
Michael Keller f0f98c920c
Merge pull request #7085 from etracer65/rc_smoothing_auto_factor
RC Smoothing: allow the user to adjust the "smoothness" of the auto cutoff calc
2018-11-15 07:07:23 +13:00
Michael Keller fd35d871d6
Merge pull request #7020 from conkerkh/PIRX
Add Pirx F4 target.
2018-11-15 07:00:28 +13:00
Michael Keller 3210245f39
Merge pull request #7019 from conkerkh/SDIO1bit
Add option for 1Bit SDIO on F4XX targets.
2018-11-15 06:58:58 +13:00
Chris 7d29c6e4d1 Fix awkward define. 2018-11-14 11:59:46 +00:00
Chris 2a0f71b695 Fix indentation. 2018-11-14 11:56:57 +00:00
jflyper f43dc4e294 Fix buffer overruns in dashboard.c 2018-11-14 12:09:28 +09:00
Chris 84794f7526 Fix compiler errors. 2018-11-13 16:46:59 +00:00
Bruce Luckcuck 47b29a4d45 RC Smoothing: added parameter to allow user to adjust the smoothness of the auto cutoff calc
Adds `rc_smoothing_auto_smoothness` parameter that allows the user to tune the filter auto cutoff calculation. Increasing the value makes the resulting rcCommand traces smoother.

Allows the user to retain the "auto" calculation which is important for protocols that can change rate (like CRSF), but still tune the resulting "smoothness" to their preference.
2018-11-13 08:42:09 -05:00
Michael Keller a2cfa7b1f0
Merge pull request #7080 from jflyper/bfdev-fix-do-not-call-flashIsReady-when-no-flash
[FLASHFS] Avoid calling flashIsReady when flash chip is non-existent
2018-11-13 23:07:22 +13:00
Michael Keller 68eaf9e1aa
Merge pull request #7068 from mikeller/eliminate_adjustment_range_dependency
Removed issue with sparse 'defaultAdjustmentConfigs' in adjustment ranges.
2018-11-13 12:49:38 +13:00
Michael Keller bd71341285
Merge pull request #7067 from mikeller/fix_hott_textmode_reset
Added guard against repetitive task resetting to hott text mode.
2018-11-13 08:32:17 +13:00
Michael Keller 8f1745e1b6
Merge pull request #7066 from mikeller/optimise_task_statistics
Omit task names if task statistics are not collected.
2018-11-13 08:31:52 +13:00
Michael Keller e287a949de
Merge pull request #7065 from mikeller/add_equals_to_test_makefile
Added '=' after defines in test Makefile to avoid conflicts because gcc defaults to '1' for command line defines.
2018-11-13 08:31:35 +13:00
mikeller bc09e929b5 Removed issue with sparse 'defaultAdjustmentConfigs' in adjustment ranges. 2018-11-13 01:29:02 +13:00
Michael Keller ebeb473761
Merge pull request #7072 from etracer65/osd_ah_invert
Add osd_ah_invert to allow reversing the direction of the OSD artificial horizon
2018-11-13 01:19:10 +13:00
Michael Keller 2edf0340f5
Merge pull request #7070 from etracer65/channel_forwarding_max_aux_channels
Limit aux channel servo forwarding by max_aux_channels setting
2018-11-13 01:18:44 +13:00
Chris 2ed54dcaa2 Requested changes 2018-11-12 11:59:14 +00:00
Chris 5d8cc42871 Fix board orientation. 2018-11-12 11:55:13 +00:00
Chris 4c17d40f1f Add Pirx F4 target. 2018-11-12 11:55:13 +00:00
Chris 4af7393f19 Identation fix 2018-11-12 11:54:23 +00:00
Chris cdb4c1ef44 Add PG for 4Bit SDIO, fix whitespaces. 2018-11-12 11:54:23 +00:00
Chris aa8d6b3676 Add option for 1Bit SDIO on F4XX targets. 2018-11-12 11:54:23 +00:00
Michael Keller 00e53dbc46
Merge pull request #7071 from jflyper/bfdev-add-adc-internal-sensor-debug
[ADC] Add debug mode for adc internal sensor calibration
2018-11-12 22:13:00 +13:00
jflyper 715e54cf3c Avoid calling flashIsReady when flash chip is non-existent
Ideally, the flashfs driver should keep track of information regarding
underlying flash chip device, but it is nearly stateless.
2018-11-12 12:32:46 +09:00
jflyper a672861184 Keep coreTemperature's position for bblog backward compatibility 2018-11-12 04:51:06 +09:00
Michael Keller 91c4a496a7
Merge pull request #7044 from pulquero/telm_config
Support for enabling individual ESC telemetry sensors.
2018-11-12 01:11:44 +13:00
Michael Keller 3259abfbc0
Merge pull request #7061 from pulquero/support_uint32_set_vars
Support for setting uint32 vars.
2018-11-12 01:10:55 +13:00
Bruce Luckcuck b5cb1bf65a Add osd_ah_invert to allow reversing the direction of the OSD artificial horizon 2018-11-10 15:28:10 -05:00
Mark Hale 2b2b6e8c53 Support for enabling individual ESC telemetry sensors.
Signed-off-by: Mark Hale <mark.hale@physics.org>
2018-11-10 19:53:19 +00:00
Bruce Luckcuck 003e89d747 Limit aux channel servo forwarding by max_aux_channels setting
No reason process forwarding for channels that aren't going to be active from the RX.
2018-11-10 13:54:46 -05:00
jflyper 635f8fc18a Add debug mode for adc internal sensor calibration 2018-11-11 03:33:41 +09:00
mikeller abcdb0a90c Added guard against repetitive task resetting to hott text mode. 2018-11-11 00:30:22 +13:00
mikeller da52d827d4 Omit task names if task statistics are not collected. 2018-11-11 00:12:24 +13:00
mikeller 0d5b2c417c Added '=' after defines in test Makefile to avoid conflicts because gcc defaults to '1' for command line defines. 2018-11-10 20:10:55 +13:00
Michael Keller b58e8f827f
Merge pull request #7056 from etracer65/fix_osd_warning_blinking
Improve behavior of OSD warnings element blinking
2018-11-10 20:00:10 +13:00
Michael Keller 3cbf8ae02f
Merge pull request #7062 from etracer65/add_tpa_d_only_mode
Make TPA configurable to affect P/D or D only
2018-11-10 19:54:29 +13:00
Michael Keller 4367a66778
Merge pull request #7043 from TonyBlit/gps_total_distance
Total distance flown added to OSD and Stats
2018-11-10 13:32:17 +13:00
Michael Keller b776bf3a9e
Merge pull request #7058 from jflyper/bfdev-configurable-internal-ADC-sensor-calibration-values
[ADC] Configurable ADC internal sensor calibration values
2018-11-10 13:28:53 +13:00
Michael Keller 051baf5d39
Merge pull request #7059 from pulquero/remove_esc_telm_from_f3
Added USE_ESC_SENSOR_TELEMETRY and removed from F3 targets.
2018-11-10 13:11:53 +13:00