1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00
Commit graph

7851 commits

Author SHA1 Message Date
sheaivey
e0ed02219d Adding VTX LED strip overlay
Squashed commits:
[6f4441f] Default to values out of range for initial check.
[85c1fa4] updating comments.
[24c004b] cleaning up loose ends
[83e015f] show led for each power level
[8f0d8ee] replacing “blink on landing” with VTX overlay.
[663aea3] Stubbing out the initial VTX overlay functionality.
2017-06-11 22:53:00 -07:00
jflyper
f9e416ef5e Drop I2C baro support
There’s no I2C bus defined.
2017-06-12 11:17:46 +09:00
Martin Budden
e9b2d7e223 Merge pull request #3252 from martinbudden/bf_osd_tidy
OSD tidy
2017-06-11 18:21:46 +01:00
Martin Budden
85eee3f12d Merge pull request #3253 from jflyper/bfdev-remove-mag-from-frskyf4
[FRSKYF4] Remove MAG support
2017-06-11 18:18:32 +01:00
jflyper
9943ecccd7 Remove MAG support from FRSKYF4 target
It does not define any I2C bus
2017-06-12 01:35:48 +09:00
Martin Budden
e59d17033c OSD tidy 2017-06-11 16:46:51 +01:00
Martin Budden
30c1f22990 Merge pull request #3241 from betaflight/rc_smoothing_level_modes
Disable setpointweight on other modes than acro // Remove forced rc s…
2017-06-11 13:19:01 +01:00
Martin Budden
9c8e994feb Merge pull request #3251 from DanNixon/enable_tests
Enabled some disabled unit tests
2017-06-11 13:17:44 +01:00
Dan Nixon
3dae29611e Refactor IMU unit test 2017-06-11 11:44:52 +01:00
Dan Nixon
fa4517fa8b Reenable GPS conversion unit test 2017-06-11 09:13:15 +01:00
Dan Nixon
ed93775ee3 Reenabled RX ranges unit test 2017-06-11 09:08:42 +01:00
Michael Keller
763a9354bf Merge pull request #3207 from mikeller/fix_hal_serial_wordlength
Changed serial word length to be 9 bits with parity when HAL is used.
2017-06-11 18:15:04 +12:00
mikeller
91178b520f Remove 9 bit word length on parity to fix SBus support for F1. 2017-06-11 18:13:30 +12:00
Cheng Lin
5f9f23a134 fix LED strip no DMA timer by swap to PPM and Timer def in target.h 2017-06-10 22:30:55 -04:00
Dan Nixon
97be1698e7 Reenable LED strip unit test 2017-06-10 20:12:21 +01:00
Dominic Clifton
fac694ce4b Cherry-pick CF/fbb3f92 2017-06-11 02:07:17 +09:00
jflyper
d373857e59 Fix up fc_msp.c 2017-06-11 01:55:30 +09:00
Hydra
72e67a882c Cherry-pick 0e6e19c (without fc_msp.c) 2017-06-11 01:53:17 +09:00
jflyper
d8ff795327 Fixup fc_msp.c (and fc_core.c) 2017-06-11 01:49:52 +09:00
Dominic Clifton
a4ee4102d7 Cherry-pick CF/9f7f2f2 2017-06-11 01:47:01 +09:00
Dan Nixon
50339b1c09 Reenable WS2812 unit test 2017-06-10 17:25:14 +01:00
Dan Nixon
45a436129b Reenable failsafe unit test 2017-06-10 17:14:32 +01:00
Dan Nixon
9fd036e899 Fix a typo causing MAX7456 col adjust to not work 2017-06-09 18:36:53 +01:00
U-DESKTOP-12PPI61\boris.bozic
45c578c8b6 Disable setpointweight on other modes than acro // Remove forced rc smoothing for level modes 2017-06-09 14:34:06 +02:00
frsky
3638dab351 Added FrSky F3 / F4 targets.
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.
2017-06-09 14:34:00 +12:00
Michael Keller
11616f9230 Merge pull request #3237 from DanNixon/osd_gps_speed_fmt_fix
Fix formatting of GPS speed
2017-06-09 08:27:59 +12:00
Michael Keller
c0c8be1f5d Merge pull request #3238 from grizewald/master
Update LED1 and BEEPER pins to match circuit diagram.
2017-06-09 08:00:28 +12:00
Cheng Lin
8308b75e3d Change default Current scale on CL_RACINGF4 FC 2017-06-08 15:18:17 -04:00
Dan Nixon
c3cccb888b Fix formatting of GPS speed
Fixes #3236
2017-06-08 15:16:45 +01:00
mikeller
cef13c2a2b Fixed the fix. 2017-06-09 00:36:36 +12:00
Dominic Clifton
534a252342 Merge pull request #2845 from cleanflight/betaflight-master
merge recent BF changes
2017-06-09 00:29:41 +12:00
TonyBazz
b4d2388103 Some simple changes to allow for Proshot (Another digital protocol). 2017-06-08 21:44:15 +10:00
malcolm
5bd6bd932f Fix sparky2 target 2017-06-08 07:53:07 +01:00
jflyper
a7c6c3fbef Add transponder to REVO/AIRBOTF4 and variants 2017-06-07 21:35:27 +09:00
jflyper
25deb20b15 Add transponder to OMNIBUSF4 and variants 2017-06-07 21:34:24 +09:00
grizewald
353acbe940 Update LED1 and BEEPER pins to match circuit diagram. 2017-06-07 13:03:53 +02:00
jflyper
18b4c48499 Fix OSD slave serial port initialisation
Per cleanflight/#2847.
2017-06-07 10:13:36 +09:00
mikeller
c5c459c7ab Removed stale EXTI callback handler counts. 2017-06-07 00:52:37 +12:00
Adrian Miriuta
64c3df565b enable BOXHEADADJ when HEADFREEE is enabled, to enable correction of gyro drift 2017-06-05 10:42:40 +02:00
Dominic Clifton
15a786d7f1 Merge pull request #2839 from cleanflight/cleanup-dashboard-1
Cleanup some dashboard code.
2017-06-05 09:55:32 +12:00
Dominic Clifton
a72f98e4f3 Merge pull request #2841 from McGiverGim/fix-compile-issues-ifndef-USE_SERVOS
Fix compiles issues when not defined USE_SERVOS
2017-06-05 09:51:36 +12:00
mikeller
a2dd2f9c08 Changed serial word length to be 9 bits with parity when HAL is used. 2017-06-05 09:23:57 +12:00
Michael Keller
671d453709 Merge pull request #3097 from jflyper/bfdev-uart-refactor-and-configurable
UART refactor and configurable
2017-06-05 08:35:29 +12:00
Martin Budden
da042a2331 Merge pull request #3200 from mikeller/added_spracingf4neo
SPRACINGF4NEO - Initial target support.
2017-06-04 15:14:26 +01:00
Martin Budden
70eef18497 Merge pull request #3198 from mikeller/spracingf3neo-current-sensor-scale
CF/BF - SPRACINGF3NEO - Use appropriate current sensor scale.
2017-06-04 15:10:40 +01:00
Martin Budden
91e9101808 Merge pull request #3197 from mikeller/cleanup-osd
CF/BF - Cleanup OSD default positions.
2017-06-04 15:10:13 +01:00
Martin Budden
926c5e4184 Merge pull request #3206 from martinbudden/bf_beebrain_blheli
Restored BLHELI 4WAY interface on BEEBRAIN
2017-06-04 15:08:04 +01:00
Martin Budden
eac5cec261 Merge pull request #3205 from martinbudden/bf_code_tidy
Code tidy
2017-06-04 15:07:23 +01:00
Martin Budden
5e553ea35d Restored BLHELI 4WAY interface on BEEBRAIN 2017-06-04 14:17:39 +01:00
Martin Budden
39d6b31036 Code tidy 2017-06-04 14:12:56 +01:00