1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00
Commit graph

11315 commits

Author SHA1 Message Date
Michael Keller
95544151f1
Add new symbols to max7456_symbols.h (#8138)
Add new symbols to max7456_symbols.h
2019-05-04 13:54:34 +12:00
root
ad43631a8b clean up some spaces before newlines 2019-05-02 23:24:36 +00:00
laz2wiringpi
a4fcceb04b code style issues 2019-05-02 09:51:32 -04:00
Thorsten Laux
51ae8d99d2 Avoid high dshot lines with telemetry during startup 2019-05-02 15:26:00 +02:00
Thorsten Laux
093c2864ca inverted dshot for f7 2019-05-02 15:02:14 +02:00
Thorsten Laux
f1e9c9f19a invert csum in telemetry 2019-05-02 14:18:19 +02:00
Thorsten Laux
4a7be33c25 invert dshot 2019-05-02 14:18:19 +02:00
root
6885d27400 comment out unused symbols, use some symbols
Also turns out the Core Temperature widget is subjected to unit tests
2019-05-01 22:17:56 +00:00
Michael Keller
bcac7f2e0b
Report NONE for baro and mag MSP requests if not USE_ed. (#8135)
Report NONE for baro and mag MSP requests if not USE_ed.
2019-05-02 09:16:39 +12:00
Michael Keller
9898dd4378
Respect USE_MAG in GPS rescue code (#8136)
Respect USE_MAG in GPS rescue code
2019-05-02 09:15:28 +12:00
jflyper
45bab9dfba Respect USE_MAG in GPS rescue code 2019-05-01 22:08:59 +09:00
Michael Keller
adb4ca39ec
Altitde source calculation option (#8127)
Altitde source calculation option
2019-05-02 00:26:05 +12:00
root
a8a997fb59 Add new symbols to max7456_symbols.h
Fixes the crosshair
Also changed GPS LAT and LON elements to use new symbols
2019-05-01 00:12:45 +00:00
root
130266af7b Fix to make the AND Logic work on all modes
This fixes #8118
2019-04-30 22:43:17 +00:00
MJ666
0c80b1a92a Add SPI RX to STM32F7xx unified targets
Avoid crash if CC2500 is not present on unified targets
2019-04-30 20:17:56 +02:00
jflyper
e3fd11014f Report BARO_NONE and MAG_NONE for baro and mag MSP requests
Responding with zero (BARO_DEFAULT and MAG_DEFAULT) will cause
configurator to display these sensors enabled, and since write (set)
side is ignored, they can never be displayed as disabled.
2019-05-01 01:55:59 +09:00
mikeller
33a956d123 Fixed USE_VARIO conditional.Also fixed some indentation. 2019-05-01 00:41:04 +12:00
Maciej Bunia
12cd248233 add comment 2019-04-30 13:56:12 +02:00
Maciej Bunia
bd5b73d6b0 add missing haveGpsAlt and haveBaroAlt checks
simplify conditions
2019-04-30 13:07:45 +02:00
Michael Keller
465779e561
Use PT1 for source frame RSSI filtering (#8013)
Use PT1 for source frame RSSI filtering
2019-04-30 08:55:00 +12:00
Michael Keller
b9fc77db3b
When GPS Rescue is engaged after a Failsafe, pilot has to manually sw… (#7936)
When GPS Rescue is engaged after a Failsafe, pilot has to manually sw…
2019-04-30 08:24:59 +12:00
Maciej Bunia
fe4c3ac149 add POSITION_ALT_SOURCE lookup table to enum
add cli setting to choose alt source
modify alt calculation
2019-04-29 20:41:28 +02:00
Michael Keller
574af4cc9e
Handle overlooked cases of missing USE_BARO and USE_MAG conditionals (#8121)
Handle overlooked cases of missing USE_BARO and USE_MAG conditionals
2019-04-30 01:17:10 +12:00
Michael Keller
212aa197cb
Call initEscEndPoints after changing profiles. (#8108)
Call initEscEndPoints after changing profiles.
2019-04-30 01:11:56 +12:00
MJ666
cf1a0514fc
Merge pull request #8120 from AlienWiiBF/CC2500_FIX
CC2500 resoure configuration fix
2019-04-28 20:20:18 +02:00
SteveCEvans
91b6f420fc Use PT1 filter for frame based RSSI using rssi_src_frame_lpf_period when rssi_src_frame_errors = ON 2019-04-28 16:00:18 +01:00
Michael Keller
95be4b0195
Merge pull request #8102 from etracer65/dyn_lpf_gyro_to_use
Change gyro dynamic lpf throttle update to use the active gyro selection
2019-04-29 01:23:17 +12:00
jflyper
625959aa2f Enforce USE_BARO and USE_MAG 2019-04-28 21:55:10 +09:00
MJ666
1729255eca CC2500 resoure configuration fix 2019-04-28 14:17:47 +02:00
blckmn
4e529e1c25 moved the linker files to the src directory head 2019-04-28 16:04:44 +10:00
MJ666
dddd75a3f2
Merge pull request #8046 from AlienWiiBF/RACEPIT
FuriousFPV RacePIT target updates
2019-04-28 06:42:51 +02:00
Michael Keller
c383f0cb32
pr Implements feature request #1887 rebase add osd (#8012)
pr Implements feature request #1887  rebase add osd
2019-04-28 15:02:31 +12:00
mikeller
2d958f8d8a Removed non-library header from 'lib/'. 2019-04-28 14:58:53 +12:00
Michael Keller
5a3340311a
Merge pull request #8089 from Cleric-K/cms-debug-fix
CMS Debug Mode fix
2019-04-28 12:54:16 +12:00
Michael Keller
5127e53c41
Move default DEBUG_MODE from common_pre.h into common_defaults_post.h (#8085)
Move default DEBUG_MODE from common_pre.h into common_defaults_post.h
2019-04-28 12:50:49 +12:00
Michael Keller
99a31fe2f3
CLRACINGF7 TARGET, add default feature OSD and default RX provider Sbus (#8078)
CLRACINGF7 TARGET, add default feature OSD and default RX provider Sbus
2019-04-28 12:47:43 +12:00
Michael Keller
11c8772003
Cleanup deprecated ACC_1_ALIGN and ACC_2_ALIGN defines (#8076)
Cleanup deprecated ACC_1_ALIGN and ACC_2_ALIGN defines
2019-04-28 12:46:50 +12:00
Michael Keller
c61fd32b13
Reduce feature cut for BFF3 (#8068)
Reduce feature cut for BFF3
2019-04-28 12:41:45 +12:00
Michael Keller
1488c8cdcd
show power level in the smartaudio cms menu (#8064)
show power level in the smartaudio cms menu
2019-04-28 12:39:57 +12:00
Michael Keller
3c3cc30936
prevent max7456 screen_buffer from overflow (#8063)
prevent max7456 screen_buffer from overflow
2019-04-28 12:36:31 +12:00
Michael Keller
3589824b7c
For Discussion: modify filter defaults to reduce risk of flyaways (#8043)
For Discussion: modify filter defaults to reduce risk of flyaways
2019-04-28 12:22:31 +12:00
Michael Keller
69561cf2c2
Changes to vtx cli command (#7917)
Changes to vtx cli command
2019-04-28 12:18:01 +12:00
Michael Keller
2df780a1d9
Fixed assignment of random timer for pins without configured timer option. (#8093)
Fixed assignment of random timer for pins without configured timer option.
2019-04-28 11:58:11 +12:00
Michael Keller
0e19ffd299
OSD: allow to present odometer on post flight screen (#8014)
OSD: allow to present odometer on post flight screen
2019-04-28 11:53:31 +12:00
Bruce Luckcuck
a6e3c257ae Cleanup deprecated ACC_1_ALIGN and ACC_2_ALIGN defines 2019-04-27 18:39:43 -04:00
Kenneth Mitchell
82d1736890
Call initEscEndPoints after auto changing profiles.
Reset escEndPoints with OSD.

Fix include order.
2019-04-27 18:32:25 -04:00
J Blackman
c0585ca2ec
Merge pull request #8005 from mikeller/re_enable_vtx_table
Re-enabled VTX table support.
2019-04-28 08:30:06 +10:00
Michael Keller
6357e1d9a3
Added rx configuration for DJI_HDL receiver (#7881)
Added rx configuration for DJI_HDL receiver
2019-04-28 10:07:08 +12:00
MJ666
f25c5dfcfa FuriousFPV RacePIT target updates 2019-04-27 11:12:34 +02:00
blckmn
39e0e4dc73 Removing deprecated ACC_X_ALIGN 2019-04-27 10:57:09 +10:00