flyinglemonfpv
d7e0917a4f
Fixed KIWI/PLUM sbus issues, added KIWIV2 target
2017-04-03 16:33:26 +02:00
Michael Keller
f2fa06e52e
Merge pull request #2769 from mikeller/fix_adc_current_offset
...
Fixed ADC current meter for negative offset.
2017-04-03 09:52:35 +12:00
Martin Budden
806742262b
Merge pull request #2793 from DieHertz/clean-non-pg-remains
...
Cleaned USE_PARAMETER_GROUPS remainders
2017-04-02 22:35:44 +01:00
Martin Budden
011acfa4dd
Merge pull request #2796 from betaflight/spracingf4evo
...
Initial target support for SPRacingF4EVO
2017-04-02 22:34:44 +01:00
Martin Budden
787a927258
Merge pull request #2797 from sambas/betaflightF7
...
Switch SD card detect polarity for AnyFC-F7 production boards
2017-04-02 22:32:55 +01:00
Martin Budden
d6c3f8cb18
Merge pull request #2801 from betaflight/fix-spracingf3evo-mag-detection
...
Fix MPU9250 SPI AK8963 MAG detection
2017-04-02 22:30:10 +01:00
Michael Keller
4b63fe0672
Merge pull request #2804 from betaflight/minor-changes-from-cf-1
...
Minor changes from CF
2017-04-03 09:09:29 +12:00
Miguel
a2841d783b
Fix compile linking issues when USE_PWM is disabled
2017-04-02 20:01:41 +01:00
Hydra
efac0ee6a9
CF/BF - Fix Naze32 missing second softserial port.
...
The NAZE32_SP can only have one port because it the pins are not
available for use as soft serial.
The NAZE32_SP should only configure the I2C pins if USART3 is not used.
2017-04-02 19:58:36 +01:00
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
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
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
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
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
jflyper
d2fe67aa45
Fix (bad) CMS device registration order
2017-04-01 02:07:55 +09: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
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
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
jflyper
a6e1e2b696
Merge remote-tracking branch 'betaflight/master' into bfdev-omnibusf4sd-led-fix
2017-03-29 03:25:02 +09:00
jflyper
d0866ac50a
Add LED timer def and UART6 inverter for OMNIBUSF4SD
2017-03-29 03:24:02 +09:00
Michael Keller
c39ab90bc6
Merge pull request #2742 from blckmn/blackbox_feature
...
Removed feature SDCARD and BLACKBOX
2017-03-29 00:53:53 +13:00
blckmn
293dc08de9
Init flash regardless
2017-03-28 21:38:29 +11:00
blckmn
c0d18280d5
Removed feature SDCARD and BLACKBOX
...
Now uses blackboxConfig()->device instead. Requires co-ordination with configurator.
2017-03-28 21:29:50 +11:00
Michael Keller
c059c9f64d
Merge pull request #2754 from mikeller/make_direction_parameters_boolean
...
Changed direction parameters into boolean to ensure a direction is defined.
2017-03-28 23:08:27 +13:00
Michael Keller
b14abd819d
Merge pull request #2759 from vgoodsun/master
...
add board VGOODDHF4
2017-03-28 21:51:46 +13:00