Commit Graph

8689 Commits

Author SHA1 Message Date
Martin Budden cca6d1ad6a Merge pull request #3321 from jflyper/bfdev-set-spi-cs-initial-high-2
Preset CS lines for SPI devices initial high
2017-06-23 10:36:16 +01:00
Michael Keller 691260f38d Merge pull request #3339 from betaflight/revert-3327-bfdev-configurable-oled-display
Revert "Configurable OLED display bus and address"
2017-06-23 20:17:21 +12:00
Michael Keller 20260aa8e2 Revert "Configurable OLED display bus and address" 2017-06-23 20:17:00 +12:00
Michael Keller 9c2e1ddf46 Merge pull request #3327 from jflyper/bfdev-configurable-oled-display
Configurable OLED display bus and address
2017-06-23 19:48:24 +12:00
borisbstyle e05f00e1ff Merge pull request #3334 from mikeller/add-runcam-split-support
From cleanflight: Add runcam split support
2017-06-23 09:20:45 +02:00
Michael Keller 8ab13665bb Merge pull request #3333 from Faduf/master
YupiF4 : Correction for PPM support and S6 output
2017-06-23 08:59:47 +12:00
Michael Keller 0492925ff6 Merge pull request #3330 from mikeller/fixed_cli_buffers
Fixed CLI buffer defines.
2017-06-23 08:49:58 +12:00
Dominic Clifton 32fa109a64 Merge pull request #2852 from azolyoung/add-runcam-split-support
Add runcam split support
2017-06-23 08:48:07 +12:00
Faduf 88495cf7f9 Correction for PPM support 2017-06-22 20:18:31 +02:00
jflyper 5845f96c1e RX_CE_PIN doesn't need to be initialized 2017-06-22 23:15:45 +09:00
mikeller 2b2894a96f Fixed CLI buffer defines. 2017-06-23 00:43:45 +12:00
Shang2017 53eb07c56a remove config of hmc5883 and ms5611 (#3260)
* Add frsky f3 directory

* add F4

* ADD F4 CONFIG.C

* restore rx.c and fix some issues

* restore Makefile

* restore Makefile

* 1.USE DEF_TIM in target.c
2.remove unneeded include and config items in xonfig.c
3.adjusted indentation in all of the files.

* solve the whitespace issue in taget.c and config.c
In FRSKYF3/target.h remove the line UNDEF USE_I2C

* Fixed tabbing.

* remove config of mag and ms5611

* test

* remove white space

* Add Baro config

* rebase and remove Mag and MS5611
2017-06-22 23:07:48 +12:00
Michael Keller 19ebc38e0d Merge pull request #3326 from DanNixon/osd_fix_typo
Fix broken if-else from 41668fa
2017-06-22 13:01:07 +12:00
Michael Keller bed5f0a58b Merge pull request #3328 from brycedjohnson/fixreversemotors
Explicit initialization for reverse motors
2017-06-22 07:55:01 +12:00
Bryce Johnson cb8c20107e explicit initialization for reverse motors 2017-06-21 14:30:26 -05:00
borisbstyle d4bd8a366d Merge pull request #3318 from mikeller/fixup_dshot
Fixup Dshot / Proshot implementation.
2017-06-21 15:34:46 +02:00
jflyper 858d910d07 Make I2C bus for OLED display configurable 2017-06-21 21:01:56 +09:00
Dan Nixon 5ba8d39ad8 Fixes broken if-else from 41668fa 2017-06-21 11:29:43 +01:00
Michael Keller 0a17e416da Merge pull request #3325 from bnn1044/CLRACINGF7
ADD ICM-20602 support for CLRACINGF7
2017-06-21 15:05:13 +12:00
jflyper a2718a91cd Even more devices (RX_SPI and RX_NRF24) 2017-06-21 03:12:05 +09:00
Cheng Lin 7d2c278213 ADD ICM-20602 support for CLRACINGF7 2017-06-20 11:57:24 -04:00
jflyper 8a03089569 More SPI devices 2017-06-21 00:54:33 +09:00
jflyper 1cda1b44ab Created OWNER_SPI_PREINIT 2017-06-20 22:20:59 +09:00
Michael Keller 939dedb043 Merge pull request #3320 from jflyper/bfdev-fix-isMPUSoftReset-for-f4-f7
Fix isMPUSoftReset for F4 and F7
2017-06-21 00:40:18 +12:00
mikeller 76869eb3dd Changed function pointer semantics. 2017-06-21 00:38:01 +12:00
mikeller 559079ff31 Fixup Dshot / Proshot implementation. 2017-06-21 00:12:01 +12:00
jflyper 682d4d4014 Preset CS lines for SPI devices initial high 2017-06-20 21:10:31 +09:00
borisbstyle 1a082d5c7e Change cli naming for proshot 2017-06-20 11:18:58 +02:00
jflyper d51d66f8f1 Use cached value instead of RCC->CSR 2017-06-20 09:45:46 +09:00
Michael Keller 7b762e640c Merge pull request #3304 from mikeller/add_cli_array
Added support for array variables to CLI.
2017-06-19 21:39:49 +12:00
borisbstyle 3575ff4515 Merge pull request #3242 from betaflight/float_conversion_moved
Convert motor values at the final stage // Increase resolution
2017-06-19 09:51:57 +02:00
borisbstyle b21877438e Convert motor values at the final stage // Increase resolution 2017-06-19 09:51:17 +02:00
borisbstyle c5054f9e9d Merge pull request #3316 from betaflight/proshot_cli
Add proshot to cli
2017-06-19 08:26:16 +02:00
borisbstyle 72f5a7940b Merge pull request #3308 from mikeller/added_osd_visual_beeper
Added visual beeper to OSD.
2017-06-19 08:23:43 +02:00
borisbstyle 9a8ece36e4 Merge pull request #3313 from mikeller/add_esc_data_osd
From cleanflight: OSD: display temperature and speed from ESC sensor.
2017-06-19 08:21:27 +02:00
borisbstyle 98b301f1e8 Merge pull request #3302 from blckmn/config_led
Making status LEDs configurable.
2017-06-19 08:19:06 +02:00
borisbstyle a01a48337d Add proshot to cli 2017-06-19 08:03:48 +02:00
borisbstyle 9a4e93fa60 Merge pull request #3162 from TonyBazz/master
ProShot Implementation
2017-06-19 07:57:02 +02:00
Michael Keller a907f4b9a8 Merge pull request #3303 from mikeller/improvement-64bit-boxid
From cleanflight: array based box masks
2017-06-19 13:46:53 +12:00
Michael Keller f380c3d774 Fixed unit tests. 2017-06-19 13:33:29 +12:00
Hydra d93218f21c CF/BF - Fix incorrect use of pointer. 2017-06-19 13:31:08 +12:00
Hydra 0227b7fb28 CF/BF - Update re-instated unit tests due to rc_modes changes. 2017-06-19 13:31:08 +12:00
Dominic Clifton 75511249d8 Merge pull request #2867 from cleanflight/fix-flight-mode-flags
CF/BF - Fix missing initialiser in flightModeFlags
2017-06-19 13:31:08 +12:00
mikeller a10e1d05ed Fixed tests. 2017-06-19 13:31:08 +12:00
Dominic Clifton db006b1585 Merge pull request #2856 from ledvinap/improvement-64bit-boxid
array based box masks
2017-06-19 13:31:08 +12:00
Dominic Clifton 57e85ea061 Merge branch 'rosek86-master' 2017-06-19 09:13:21 +12:00
Krzysztof Rosiński 64d92963e1 braces style corrected. 2017-06-19 09:08:44 +12:00
Michael Keller 47e91874f5 Merge pull request #3309 from jflyper/bfdev-omnibusf4sd-target-remove-redundent-conditional
[OMNIBUSF4SD] Remove redundant conditional
2017-06-19 08:57:10 +12:00
Michael Keller f65249e137 Increased buffer size. 2017-06-19 08:45:19 +12:00
blckmn 3cfcf8a4b3 Fix for SITL target 2017-06-19 06:35:40 +10:00