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

10106 commits

Author SHA1 Message Date
toastedcornflakes
dd492d1ba0 Move LSM303DLHC I2C pins to the correct config 2017-10-30 23:21:15 +00:00
toastedcornflakes
d597a9aea7 Do not compile L3GD20 if it's not used 2017-10-30 23:21:15 +00:00
Anon
90f396349e
Updated domain of Slack
Changed .tk to .ch as old domain simply redirects to the tk domain page.
2017-10-30 23:47:19 +11:00
Michael Keller
fb3bc456e5
Merge pull request #3924 from DanNixon/configurable_osd_warnings
Configurable OSD warnings
2017-10-30 00:55:49 +13:00
Michael Keller
8f3f350dab
Merge pull request #4457 from mikeller/fix_current_meter_cli_list
Added missing 'MSP' entry to current meter source list for CLI.
2017-10-30 00:41:06 +13:00
Michael Keller
d449238c1b
Merge pull request #4456 from AndersHoglund/shrink_sprf3neo
SPRACINGF3NEO, removed BARO and MAG support. Making room for new features.
2017-10-30 00:38:20 +13:00
Dan Nixon
6621ed9818 Allow OSD warnings to be toggled 2017-10-29 10:10:29 +00:00
mikeller
1b451cf192 Added missing 'MSP' entry to current meter source list for CLI. 2017-10-29 16:47:06 +13:00
Anders Hoglund
1aa8f7a463 SPRACINGF3NEO, removed BARO and MAG support. Making room for new features. 2017-10-29 01:11:43 +02:00
Miguel Angel Mulero Martinez
21f2433653 Fix negative direction in HOME ARROW in OSD 2017-10-28 10:56:16 +02:00
Michael Keller
8a471deddc
Merge pull request #4451 from DanNixon/no_stat_screen_refresh
Ensure OSD is refreshed when stat screen disabled
2017-10-28 14:52:23 +13:00
Dan Nixon
bb4f573615 Ensure OSD display is refreshed when stat screen disabled 2017-10-27 19:54:43 +01:00
Michael Keller
2592f406c9 Merge pull request #4434 from AndersHoglund/spektrum_vtx_control
Spektrum VTX control added.
2017-10-27 00:36:29 +13:00
Michael Keller
70e19317c6 Merge pull request #4447 from McGiverGim/bf-fix_osd_gps_two_symbols
Fix the GPS image in OSD to use two symbols
2017-10-27 00:10:15 +13:00
Anders Hoglund
37608a0585 Spektrum VTX Control added. 2017-10-26 11:18:57 +02:00
Miguel Angel Mulero Martinez
06728f360a Fix the GPS image in OSD to use two symbols 2017-10-26 10:04:43 +02:00
Michael Keller
8f39eab1b7 Merge pull request #4444 from ethomas999/etVtxFreqViaMspTrampFix
Fix saving vtx_tramp power to 'vtx_power' setting
2017-10-26 19:56:00 +13:00
Michael Keller
4b2e8f384e Merge pull request #4439 from mikeller/fix_impulsercf3_target
Fixed IMPULSERCF3 target definition.
2017-10-26 19:42:35 +13:00
Michael Keller
cd66bcc8cb Merge pull request #4442 from codecae/vtx_settings_config_refactor
Refactored vtx_settings_config to reduce duplication and improve readability
2017-10-26 19:39:40 +13:00
ethomas999
ff48fae9b8 Fixed saving vtx_tramp power to 'vtx_power' setting
In vtx_tramp.c 'trampSetBandAndChannel()' removed call to 'vtxSettingsSaveBandAndChannel()'

In vtx_tramp.c 'vtxTrampSetBandAndChannel()' added call to 'vtxSettingsSaveBandAndChannel()'

In cms_menu_vtx_tramp.c 'trampCmsCommence()' added call to 'vtxSettingsSaveBandChanAndPower()'
2017-10-26 00:39:11 -04:00
Curtis Bangert
caf463a3c6 Refactored vtx_settings_config to reduce duplication and improve readability 2017-10-25 21:44:41 -04:00
mikeller
493f47a2ed Fixed IMPULSERCF3 target definition. 2017-10-25 19:57:30 +13:00
Michael Keller
6626995047 Merge pull request #4436 from jflyper/bfdev-add-platform-inclusion-to-vtx_settings_config
Add platform.h inclusion
2017-10-25 15:24:14 +13:00
jflyper
83a8db625b Add platform.h inclusion 2017-10-25 09:34:01 +09:00
Michael Keller
10c18d8473 Merge pull request #4428 from McGiverGim/bf-osd_stats_only_when_enabled
Show stats only if enabled
2017-10-24 22:52:37 +13:00
Miguel Angel Mulero Martinez
dadedd059f Show stats only if enabled
If no enabled stat to show, don't show the stats page in the OSD
2017-10-24 10:14:15 +02:00
Michael Keller
94db0c925b Merge pull request #4427 from jamming/KakuteF4-V2
Update KakuteF4 to V2, add UART4, UART5, I2C1 and BMP280 baro
2017-10-24 18:43:39 +13:00
jamming
37b68afff0 move TARGET_IO_PORTD defination 2017-10-24 11:58:10 +08:00
jamming
cd4e8e9b15 Code standardization 2017-10-24 10:34:48 +08:00
jamming
5d53e49942 Update KakuteF4 to V2, add UART4, UART5, I2C1 and BMP280 2017-10-24 10:06:50 +08:00
Michael Keller
e1068b3057 Merge pull request #4419 from mikeller/revo-additional-baro-support
CF/BF - Add BMP085/BMP280 baro support to REVO targets.
2017-10-24 09:13:00 +13:00
Michael Keller
219e4be81b Merge pull request #4424 from vladisenko/fix-a7105-timeout
Fix mistake in comparison operator. Fix whitespace and line breaks.
2017-10-24 09:12:46 +13:00
e.vladisenko
391da169e2 Fix mistake in comparison operator. Fix whitespace and line breaks. 2017-10-23 20:05:04 +03:00
Dominic Clifton
4dd8bfa2e2 Merge pull request #2967 from cleanflight/revo-additional-baro-support
CF/BF - Add BMP085/BMP280 baro support to REVO targets.
2017-10-23 03:45:21 +13:00
Michael Keller
e6e08984dd Merge pull request #4412 from mikeller/enabled_slew_filter_for_mpu6500
Enabled gyro slew filter for gyros using the MPU6500 driver (needed for ICM20608G).
2017-10-23 03:42:49 +13:00
Michael Keller
a44c2c34c5 Merge pull request #4416 from codecae/crsf_rx_telemetry_tune
Tuned CRSF rx and telemetry
2017-10-23 03:27:41 +13:00
Michael Keller
f37066eb12 Merge pull request #4418 from wind0r/remove_esc_sensor_if_dshot_is_undefined
remove esc sensor if dshot is undefined
2017-10-23 03:25:11 +13:00
Curtis Bangert
97f173dfbb Tuned CRSF rx and telemetry 2017-10-21 19:34:32 -04:00
Steffen Windoffer
721ba0d047 remove esc sensor if dshot is undefined 2017-10-21 21:50:04 +02:00
MJ666
71ccfdd326 Merge pull request #4417 from AlienWiiBF/HMC5883L_gain_fix
Fix HMC5883L gain calculation
2017-10-21 20:04:53 +01:00
Michael Jakob
785070d75e Fix HMC5883L gain calculation 2017-10-21 20:29:16 +02:00
Michael Keller
42f1bfef0f Merge pull request #4404 from mikeller/fix_vtx_rtc6705_no_power_pin
Fixed power configuration for RTC6705 based VTX with no power pin.
2017-10-21 19:10:41 +13:00
mikeller
dfd92688e0 Fixed power configuration for RTC6705 based VTX with no power pin. 2017-10-21 18:37:25 +13:00
mikeller
814597ae9f Enabled gyro slew filter for gyros using the MPU6500 driver (needed for ICM20608G). 2017-10-21 13:15:43 +13:00
Michael Keller
40f224bb81 Merge pull request #4401 from mikeller/clarify_pull_request_template
Made a clarification to the pull request instructions in the template.
2017-10-21 09:57:49 +13:00
Michael Keller
485fb84a6a Merge pull request #4400 from mikeller/fixed_crash_recovery_beeper
Added switching off of beeper in all cases when crash recovery is disabled.
2017-10-21 09:55:18 +13:00
mikeller
46624d28ca Added switching off of beeper in all cases when crash recovery is disabled. 2017-10-21 09:12:46 +13:00
Michael Keller
5e77763c7b Merge pull request #4224 from jflyper/bfdev-max7456-add-debug-mode
MAX7456: Convert debug statements into debug modes
2017-10-21 09:05:06 +13:00
jflyper
e50414459d Forgot about this one 😭 2017-10-20 23:48:26 +09:00
Michael Keller
97c3e4b6f4 Merge pull request #4265 from ethomas999/etVtxCfgCMSFreqViaMsp
Implement 'vtx_' settings and SetFreqByMHzMsp support
2017-10-20 17:21:37 +13:00