Commit Graph

8163 Commits

Author SHA1 Message Date
Hydra 4f743a0b40 CF/BF - Update MSP_GPS_CONFIG 2017-04-02 19:57:58 +01:00
Hydra 10205731b9 CF/BF - SPRACINGF3NEO - Add target specific config. 2017-04-02 19:57:51 +01:00
Hydra 2fb950b543 CF/BF - Fix GPS lat/lon symbols to use symbols that are actually in the
default CF/BF fonts.
2017-04-02 19:57:43 +01:00
Hydra 1f4644557d CF/BF - Ensure that ESC voltage/current meters do not read random memory
when reading data from unconfigured motors.
2017-04-02 19:57:35 +01:00
Hydra 3be9b63b7c CF/BF - Fix AK8963 mag broken by
60c2b812d1.

I think the cause of the broken commit was a search/replace failure
since SPI WRITES were replaced with I2C WRITES to a NULL I2C device.

This is a quick hack to get things working again, no-doubt @martinbudden
will want to inspect the changes and make appropriate changes.
2017-04-02 16:34:01 +01:00
Hydra e6d84112e7 don't discard the ack from the mpuRegisterReadI2C call. 2017-04-02 16:33:59 +01:00
Hydra 15bdc15bb2 CF/BF - SPRACINGF3EVO add missing USE_MPU9250_MAG. Cleanup some include ordering. 2017-04-02 16:33:57 +01:00
jflyper cdf1bbb087 Rebased on to master 2017-04-02 22:46:33 +09:00
jflyper 5d92b62393 Resurrect multi-display cycling 2017-04-02 22:42:35 +09:00
Hydra 837f24f098 fix wrong flash sector on F4 targets. 2017-04-02 10:08:52 +01:00
Miguel 60cf02354f Change the timerHardware_t to use the DEF_TIM macro 2017-04-02 10:08:51 +01:00
Hydra a5261e3c54 SPRACINGF4EVO - Initial target support 2017-04-02 10:08:50 +01:00
Dominic Clifton 37496e3d0f Merge pull request #2631 from cleanflight/fix-f4-transponder
Fix F4 transponder transponder.
2017-04-02 09:40:22 +01:00
mikeller 2ca124f747 Moved hardware specific parts into 'transponder_ir.c'. 2017-04-02 09:40:21 +01:00
mikeller 012864beec Added transponder driver for F4. 2017-04-02 09:40:21 +01:00
Anders Höglund 526c15521d Merge pull request #2791 from AndersHoglund/fix_osd_warnings
Fix compile warning on unused osdDisplayPort
2017-04-02 10:36:46 +02:00
Sami Korhonen 42a7977087 Switch SD card detect polarity for production boards 2017-04-02 11:30:34 +03:00
Hydra 6bbd6c3894 CF/BF - Fix STM32F4 DMA mappings for TIM8_CH2.
For Tim8Ch2, it should be
0: DMA2_ST3/DMA_Channel_0
1: DMA2_ST2/DMA_Channel_7

https://github.com/cleanflight/cleanflight/pull/2683#discussion_r109164830

See DM00031020 STM32F405xx Reference Manual page 309.

Thanks @ledvinap and @McGiverGim
2017-04-02 09:11:18 +01:00
Hydra ead5d9582c BF - Add SPRACINGF4EVO to list of official targets. 2017-04-02 09:06:38 +01:00
Hydra 07d355a18c CF/BF - Add SPRacingF4EVO to travis group 4 targets. 2017-04-02 09:05:21 +01:00
Miguel 13ac3abbb5 Change the timerHardware_t to use the DEF_TIM macro 2017-04-02 09:03:02 +01:00
Hydra 3d2c776825 SPRACINGF4EVO - Initial target support 2017-04-02 09:03:02 +01:00
Hydra 5a59013a46 CF/BF - Fix STM32F4 DMA mappings for TIM8_CH2.
For Tim8Ch2, it should be
0: DMA2_ST3/DMA_Channel_0
1: DMA2_ST2/DMA_Channel_7

https://github.com/cleanflight/cleanflight/pull/2683#discussion_r109164830

See DM00031020 STM32F405xx Reference Manual page 309.

Thanks @ledvinap and @McGiverGim
2017-04-02 09:03:01 +01:00
jflyper 3df4a84c1c comment tidy 2017-04-02 11:04:52 +09:00
DieHertz 8768dfd3df Cleaned USE_PARAMETER_GROUPS remainders 2017-04-02 03:04:37 +03:00
Anders Hoglund dfb219038f Fix compile warning on unused osdDisplayPort- 2017-04-01 18:35:01 +02:00
jflyper e186a2d709 Further fix CMS displayPort registration
1. Avoid OSD over MSP_DISPLAYPORT case (not ready yet).
2. osdInit to take care NULL displayPortToUse.
2017-04-02 01:26:49 +09:00
Michael Keller d74f7aed50 Merge pull request #2787 from jflyper/bfdev-fix-cms-registration-order
Fix CMS invocation failure
2017-04-01 16:44:25 +13:00
borisbstyle 02b8204fb1 Remove GPS for FURYF3 2017-03-31 23:29:17 +02:00
borisbstyle a5872041cc Cleanup pidsum code 2017-03-31 23:23:31 +02:00
borisbstyle 839df10e8c Backport rssi inversion from #2540 2017-03-31 23:15:28 +02:00
Michael Keller 6aee42dad2 Merge pull request #2763 from jflyper/bfdev-omnibusf4sd-led-fix
OMNIBUSF4SD Add UART6 inverter and LED timer
2017-03-31 23:15:26 +02:00
Michael Keller 83537aef18 Merge pull request #2759 from vgoodsun/master
add board VGOODDHF4
2017-03-31 23:15:24 +02:00
Michael Keller b388f6e4b9 Merge pull request #2758 from mikeller/fix_omnibusf4_ppm
Fixed OMNIBUSF4 PPM input.
2017-03-31 23:15:22 +02:00
Michael Keller f94d35ee87 Merge pull request #2753 from jamming/master
Fix kakuteF4 DSHOT and SBUS issue.
2017-03-31 23:15:20 +02:00
Martin Budden 7641c8eb67 Merge pull request #2711 from betaflight/spracingf3neo-fix-1
CF/BF - SPRACINGF3NEO - Fix incorrect LED strip output pin.
2017-03-31 23:15:18 +02:00
Martin Budden 2698861e3a Merge pull request #2712 from Faduf/master
Add OSD support to YuPiF4 target
2017-03-31 23:15:16 +02:00
Michael Keller 806a834480 Fixed BEEROTORF4 / KROOZX target for 3.1.7. 2017-03-31 23:15:14 +02:00
Michael Keller e2ac3a95ad Merge pull request #2690 from mikeller/added_beerotorf4_target
Added BEEROTORF4 target.
2017-03-31 23:15:11 +02:00
Michael Keller 094087d10c Merge pull request #2688 from mikeller/added_cl_racingf4_target
Added CL_RACINGF4 target.
2017-03-31 23:15:09 +02:00
Michael Keller 30240f8e87 Merge pull request #2667 from flyinglemonfpv/master
Added PLUM F4 target
2017-03-31 23:15:07 +02:00
Michael Keller 198c8d9d5e Merge pull request #2562 from softsr/kroozx_port
Added KroozX board
2017-03-31 23:15:05 +02:00
Anders Hoglund 2cc05e0ade BFF3, fix ibat_scale reset default problem. 2017-03-31 23:15:03 +02:00
larryho5 2ab44c9384 - take off PWM_TYPE_MULTISHOT 2017-03-31 23:15:00 +02:00
larryho5 d08e405149 - Set defualt to PPM 2017-03-31 23:14:58 +02:00
larryho5 05f6161e2a - Default change to CRSF
- And Fix RX Serial number problem.
2017-03-31 23:14:56 +02:00
larryho5 fa232ed7e8 - SERIAL RX UART3 is UART2 in configuator 2017-03-31 23:14:54 +02:00
borisbstyle 8d57f5fa1f Remove files 2017-03-31 23:14:51 +02:00
Faduf 458cf6601d Beeper PWM support
Beeper PWM frequency set limited to positive values

Removal of all the defined(BEEPER_PWM)

tabs and spaces cleanup in beeper functions

Add IOGetByTag and timerGetByTag check to Beeper Pwm Init

Add IO check before every Beeper Pwm functions in pwm_output

Update pwm_output.c after comments from Mikeller
2017-03-31 20:23:27 +02:00
jflyper d2fe67aa45 Fix (bad) CMS device registration order 2017-04-01 02:07:55 +09:00