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
Magnus Ivarsson
9e77f9c4c8
control build verbosity for the unit tests
2017-03-31 16:57:56 +02:00
borisbstyle
2d9306652d
Add anti gravity as feature and mode
2017-03-31 15:55:31 +02:00
Martin Budden
9715508c7b
Added debug fields to OSD
2017-03-31 08:01:01 +01:00
Michael Keller
3408d9d613
Merge pull request #2781 from martinbudden/bf_code_tidy
...
Code tidy. Renamed vbatscale in blackbox
2017-03-31 19:58:24 +13:00
Martin Budden
318fd2ee15
Code tidy. Renamed vbatscale in blackbox
2017-03-31 07:44:28 +01:00
Michael Keller
86b3d862a2
Merge pull request #2776 from mikeller/fix_def_tim
...
[from cleanflight] Fix compile issues deactivating led strip
2017-03-30 13:45:56 +13:00
Michael Keller
1a70a10a73
Merge pull request #2772 from martinbudden/bf_sbuf_bigendian
...
Added big-endian support to sbuf and used it in CRSF
2017-03-30 13:43:31 +13:00
Michael Keller
294c5e00c7
Merge pull request #2771 from martinbudden/bf_osd_gps
...
Added GPS position to OSD
2017-03-30 13:40:53 +13:00
Michael Keller
8a215a1c1b
Merge pull request #2770 from martinbudden/bf_rc_adjustments_tidy
...
Tidy rc_adjustments
2017-03-30 13:40:02 +13:00
Dominic Clifton
88f55d51c9
Merge pull request #2677 from McGiverGim/fix-compile-issues-deactivating-led-strip
...
Fix compile issues deactivating led strip
2017-03-30 13:34:21 +13:00
Martin Budden
fbec992456
Optimised sensor lookup tables in cli
2017-03-29 16:59:28 +01:00
Martin Budden
96e89d7788
Added big-endian support to sbuf and used it in CRSF
2017-03-29 16:18:28 +01:00
Martin Budden
b370cec537
Added GPS position to OSD
2017-03-29 16:00:03 +01:00
Martin Budden
9f07785e33
Tidy rc_adjustments
2017-03-29 15:56:37 +01:00
mikeller
b71a5a808f
Fixed ADC current meter for negative offset.
2017-03-30 01:35:55 +13:00
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
Martin Budden
13b353ea3f
Got rid of extiConfig_t, ust use ioTag directly instead
2017-03-29 11:01:26 +01: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