Commit Graph

13640 Commits

Author SHA1 Message Date
Nick Hesson 4a1c33ea2b
Update Profiles.md 2019-02-20 17:07:27 -08:00
Nick Hesson 5ed49f587b
Update Profiles.md 2019-02-20 16:57:44 -08:00
Nick Hesson 3cc322898e
Update Profiles.md 2019-02-20 16:53:14 -08:00
Nick Hesson a50750f0d0
Update Profiles.md
Updating the Profile doc with current changes to BetaFlight.
2019-02-20 16:22:31 -08:00
J Blackman d9e9056cf6
Merge pull request #7618 from blckmn/target_dir_cleanup
Moved hal config headers etc to ./src/main/startup
2019-02-21 03:09:03 +11:00
Dominic Clifton 622e8be944 TESTS - Prevent -pthread and --coverage from creating errors when
building using clang on cygwin.
2019-02-20 15:24:00 +01:00
Dominic Clifton f475683366 Ensure target is rebuilt if ANY of the make files changes.
Prior to this, editing say make/source.mk didn't cause a rebuild.
2019-02-20 14:25:28 +01:00
Dominic Clifton 456ebfa9be Toggle all LEDs for hard-faults.
* If they all flash yo have a better chance of finding it.
* Boards with only 1 LED (LED0) had no indication of failure.
2019-02-20 14:20:49 +01:00
mikeller 541ba7072f Updated styling of file to be generated, generated the file. 2019-02-21 01:49:09 +13:00
Dominic Clifton 5cbdd51bf4 Add GPIO 'H'. 2019-02-20 13:30:37 +01:00
mikeller 0b95ce6335 Added 'do ... while (0)' to function syntax defines. 2019-02-21 01:14:09 +13:00
Anders Hoglund fe45689ea8 Spektrum TM. Added ESC combined average RPM. 2019-02-20 12:25:25 +01:00
Michael Keller 6e28a50bc4
Merge pull request #7610 from salavatov/patch-2
Update FrSky SPI RX.md
2019-02-20 23:52:48 +13:00
Michael Keller e062e21690
Merge pull request #7609 from salavatov/patch-1
Update Board - CrazyBeeF4FRPro.md
2019-02-20 23:52:27 +13:00
Michael Keller 728e6c1d3f
Merge pull request #7600 from AndersHoglund/spektrum_tm_core_temp
Spektrum TM. Core Temp added to RPM report.
2019-02-20 23:04:03 +13:00
blckmn 1bedb1b911 Moved hal config headers etc to ./src/main/startup 2019-02-20 18:24:16 +11:00
Anders Hoglund 3ba2799867 Spektrum TM. Core Temp added to RPM report. Added some symbolic names for magic numbers. 2019-02-19 23:19:53 +01:00
Michael Keller 637f5b1ca3
Merge pull request #7599 from AndersHoglund/spektrum_tm_cell_voltage
Spektrum TM, added support for cell voltage.
2019-02-20 06:52:04 +13:00
Michael Keller 7f3a9e4c8b
Merge pull request #7589 from etracer65/arming_disabled_count
Fix arming disabled flags count
2019-02-20 06:51:02 +13:00
Michael Keller 26558ae91e
Merge pull request #7591 from mikeller/add_elinf722_target
Added target config for ELINF722 target. Also added list of manufacturer ids.
2019-02-20 06:45:24 +13:00
Michael Keller 08004e2652
Merge pull request #7605 from jflyper/bfdev-fix-hard-fault-in-cms-VTX_TR-menu
[CMS, TRAMP] One level back if Tramp is not configured
2019-02-20 06:42:28 +13:00
Konstantin Salavatov 228394b5c3
Update FrSky SPI RX.md
added link to CrazyBee F4 FR Pro
2019-02-19 15:13:39 +07:00
Konstantin Salavatov c5a85ced35
Update Board - CrazyBeeF4FRPro.md
Added link to manual
2019-02-19 15:05:55 +07:00
Michael Keller 3114d2e562
Merge pull request #7596 from etracer65/unused_macro_hal_conflict
Fix UNUSED() macro conflict with STM libraries
2019-02-19 09:22:10 +13:00
Bruce Luckcuck 02a368a8e7 Fix UNUSED() macro conflict with STM libraries
Added `#if !defined(` blocks around the `UNUSED()` definitions in the libraries to prevent conflicts.
2019-02-18 11:26:03 -05:00
J Blackman 12a843ae4d
Merge pull request #7603 from fujin/smartaudio-lite-softserial
SmartAudio Lite compatibility: Send 0x00 bit(s) (always) even with Soft Serial.
2019-02-19 01:55:36 +11:00
mikeller d2c306f941 Added target config for ELINF722 target. Also added list of manufacturer ids. 2019-02-19 02:08:16 +13:00
Michael Keller a79cae310c
Merge pull request #7594 from dthubereng/mode_ranges_extra_api_doc_fix
Fix documentation for MSP_MODE_RANGES_EXTRA
2019-02-19 01:58:24 +13:00
Michael Keller 839d4072b6
Merge pull request #7593 from dthubereng/mode_range_extras_link_permanentid
Fix MSP_MODE_RANGES_EXTRA link to permanentId
2019-02-19 01:58:06 +13:00
jflyper 69f6088497 One level back if Tramp is not configured 2019-02-18 21:31:36 +09:00
Michael Keller 7fe45f40bc
Merge pull request #7483 from joelucid/airmode_noise_fix
Airmode noise fix
2019-02-19 00:54:12 +13:00
Michael Keller e5e45faa9b
Merge pull request #7595 from dthubereng/aux_cli_linkedto_fix
Fixed cliAux acknowledge to show permanentId's
2019-02-19 00:09:14 +13:00
Thorsten Laux e16ef1db4f First attempt low throttle airmode oscillation fix
raise dc offset immediately

Add airmode noise fix

no filter when inactive and slightly more throttle

hpf throttle to avoid large moves increasing throttle persistently

fix ws

fix ununsed variable and default to off

include airmode throttle offset in loggingThrottle
2019-02-18 23:48:36 +13:00
AJ Christensen ca2c9ecf84 SmartAudio Lite compatibility: Send 0x00 bit even with Soft Serial. 2019-02-18 21:46:06 +13:00
Anders Hoglund 8a67fe2ad8 Spektrum TM, added support for cell voltage. 2019-02-17 22:52:36 +01:00
Michael Keller 966971c750
Merge pull request #7584 from joelucid/nox_led
make LEDs work on NOX again and move bidir support to separate branch
2019-02-18 02:10:51 +13:00
Michael Keller fe1a06730b
Merge pull request #7583 from joelucid/fix_7582
Fixing missing upper notch limit #7582
2019-02-18 02:10:33 +13:00
Bruce Luckcuck b96ed557a9 Fix arming disabled flags count
Changed to being based on the required last entry `ARMING_DISABLED_ARM_SWITCH` in the flags enumeration so that future changes to the flags won't require updating the count.
2019-02-17 08:04:50 -05:00
Dave Huber e11d113653 Fixed cliAux acknowledge to show permanentId's 2019-02-17 01:06:06 -06:00
Dave Huber c2c4641ee6 Fix documentation for MSP_MODE_RANGES_EXTRA 2019-02-17 00:41:39 -06:00
Dave Huber 3d1dee8009 Fix MSP_MODE_RANGES_EXTRA link to permanentId 2019-02-17 00:34:11 -06:00
Michael Keller da7608f513
Merge pull request #7581 from jflyper/bfdev-fix-dmaopt-for-sdio
[SDIO, DMA] Fix dmaopt for SDIO DMA
2019-02-17 15:28:15 +13:00
Dominic Clifton ba5b4c7375 Save ~3K of flash by re-ordering and packing the OSD_Entry structure. 2019-02-17 00:18:24 +01:00
Dominic Clifton 78f38daa4f Drastically reduce the CMS RAM usage.
Previously the runtime page state was mixed with the page configuration.

This resolves this by:
a) making the configuration entries constant so they do not need to be
in RAM.
b) Maintaining page state independently.
2019-02-17 00:18:24 +01:00
jflyper c5b008ca9d NUCLEOF722 configures SDIO, too. 2019-02-16 22:39:03 +09:00
Thorsten Laux 10c7ef8812 adjust max notch frequency to gyro freq / 2 2019-02-16 14:07:25 +01:00
Michael Keller fefa2a83e4
Merge pull request #7573 from joelucid/bugfix_7548
Ensure all timer channels are initialized when using dshot burst #7548
2019-02-17 01:46:32 +13:00
Michael Keller b0c65b3bd2
Enable warnings element by default for all OSD profiles (#7577)
Enable warnings element by default for all OSD profiles
2019-02-17 01:41:22 +13:00
Thorsten Laux cd90d78b48 make LEDs work on NOX again and move bidir support to separate branch 2019-02-16 13:37:02 +01:00
Michael Keller d523d8af3d
Fix OSD USE_CMS usage (#7576)
Fix OSD USE_CMS usage
2019-02-17 00:56:49 +13:00