1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00
Commit graph

10490 commits

Author SHA1 Message Date
Michael Keller
2979056b66
Merge pull request #4936 from mikeller/fix_frsky_spi_rx
Improved FrSky SPI RX detection / LED output.
2018-01-11 23:29:13 +13:00
Martin Budden
eb5884c781
Merge pull request #4938 from martinbudden/bfa_f1_builds
Fix F1 builds
2018-01-11 10:02:23 +00:00
Martin Budden
740234c909 Fix F1 builds 2018-01-11 09:35:08 +00:00
mikeller
daa8762f71 Improved FrSky SPI RX detection / LED output. 2018-01-11 21:55:29 +13:00
Michael Keller
b20e31f140
Merge pull request #4923 from mikeller/add_rx_unidirectional_check
Added check for serial RX being unidirectional for sharing with telemetry.
2018-01-11 19:20:28 +13:00
Michael Keller
e040fd2b93
Merge pull request #4933 from jflyper/bfdev-adc-internal-followup-446
Add definition of temperature ADC sensor channel for STM32F446xx
2018-01-11 18:34:22 +13:00
Michael Keller
ba526e323f
Merge pull request #4934 from jflyper/_bfdev-adc-internal-followup-to-2926
Internal ADC Enable scan conversion on main ADC even for channelCount = 1 case
2018-01-11 18:31:01 +13:00
jflyper
5d6bc8fa7b Enable scan conversion for injected channels 2018-01-11 12:32:14 +09:00
jflyper
e6db8ffc26 Add definition of temperature sensor channel for STM32F446xx 2018-01-11 10:59:19 +09:00
Michael Keller
392ff8eec8
Merge pull request #4930 from mikeller/rename_nucleo_f446re
Renamed `NUCLEO_F446RE` to `NUCLEOF446RE` to make nucleo board naming consistent.
2018-01-11 11:30:19 +13:00
Michael Keller
0a310961fa
Merge pull request #4929 from mikeller/fix_adc_for_f446
Disabled ADC_INTERNAL for F446 due to missing library.
2018-01-11 10:36:22 +13:00
Michael Keller
7dc6fcbf12 Renamed NUCLEO_F446RE to NUCLEO_F446RE to make nucleo board naming consistent. 2018-01-11 10:31:51 +13:00
Michael Keller
dd092a5bac Disabled ADC_INTERNAL for F446 due to missing library. 2018-01-11 10:29:47 +13:00
Michael Keller
c02f648dda
Merge pull request #4723 from jflyper/bfdev-f446-support-new
Add F446 support
2018-01-11 10:06:11 +13:00
Michael Keller
1024707014
Merge pull request #4922 from mikeller/adjust_cli_pwm_ranges
Adjusted CLI parameter value range for PWM input parameters to be the valid PWM input range.
2018-01-11 09:33:59 +13:00
Michael Keller
d709e87e0c
Merge pull request #4927 from martinbudden/bfa_whitespace_tidy
Whitespace tidy
2018-01-11 09:33:37 +13:00
Michael Keller
1d4073366c
Merge pull request #4925 from jflyper/bfdev-adc-internal-handle-empty-channel-case
Internal ADC (VREFINT, Core temp) Handle empty main ADC channel case
2018-01-11 07:31:24 +13:00
Martin Budden
3747d6742b Whitespace tidy 2018-01-10 16:56:54 +00:00
jflyper
b7b8aef459 Handle empty main ADC channel case 2018-01-11 00:26:15 +09:00
Anders Höglund
940d85e20b
Merge pull request #4920 from mikeller/fix_betaflightf3_target_definition
Cleanup BETAFLIGHTF3 target definition.
2018-01-10 11:37:30 +01:00
mikeller
015f27e122 Added check for serial RX being unidirectional for sharing with telemetry. 2018-01-10 20:54:35 +13:00
mikeller
88a7aeb672 Adjusted CLI parameter value range for PWM input parameters to be the valid PWM input range. 2018-01-10 18:55:00 +13:00
Michael Keller
4258651b3a
Merge pull request #4881 from jflyper/bfdev-adc-internal-full-task-version
VREFINT and core temperature support, full task polling version
2018-01-10 16:12:05 +13:00
jflyper
a03b85025c Internal ADC support, full task polling version 2018-01-10 11:49:56 +09:00
Michael Keller
122846890e Fixed broken BETAFLIGHTF3 target definition. 2018-01-10 12:10:03 +13:00
Michael Keller
68333cb27d
Merge pull request #4909 from bencrundwell/master
Adding support for external Magnetometer on MATEKF722
2018-01-10 11:18:02 +13:00
Ben Crundwell
28e410bd94 Adding support for external Magnetometer on MATEKF722
Update target.h
2018-01-09 21:42:16 +00:00
Michael Keller
70c1f9a361
Merge pull request #4908 from martinbudden/bfa_servos_uncommon
Added more servosMixers to USE_UNCOMMON_MIXERS
2018-01-10 01:32:36 +13:00
Michael Keller
6f28ea3082
Merge pull request #4912 from azolyoung/fix_split_firmware_initialize_bug
Improve initialization timing for RC Split
2018-01-10 01:21:59 +13:00
Michael Keller
2157bd67e0
Merge pull request #4916 from mikeller/convert_vtx_defines_to_use_use
Converted defines for `VTX_COMMON`, `VTX_CONTROL`, `VTX_RTC6705`, `VTX_RTC6705SOFTSPI`, `VTX_TRAMP`, `VTX_SMARTAUDIO` to use `USE_` prefix.
2018-01-10 01:04:39 +13:00
Michael Keller
05304e07d0
Merge pull request #4890 from fujin/rs2k-fast-kalman-implementation-only
Fast Kalman Gyro Filter: Implementation and parameter groups only
2018-01-10 00:55:02 +13:00
Martin Budden
5eabc8a568
Merge pull request #4915 from mikeller/fix_baro_lps
Fixed defines for BARO_LPS.
2018-01-09 08:52:57 +00:00
azol
7658c55e7d Fix initialization failed for RC Split[Issue:#4840] 2018-01-09 15:05:33 +08:00
Michael Keller
60c6924ca1
Merge pull request #3914 from mikeller/reinstate_docs_folder
[from cleanflight] Reinstate docs folder
2018-01-09 17:38:51 +13:00
mikeller
385623bd9d Converted defines for VTX_COMMON, VTX_CONTROL, VTX_RTC6705, VTX_RTC6705SOFTSPI, VTX_TRAMP, VTX_SMARTAUDIO to use USE_ prefix. 2018-01-09 17:34:34 +13:00
Michael Keller
72712b348d Fixed defines for BARO_LPS. 2018-01-09 17:22:06 +13:00
Michael Keller
ce2c3e28bd
Merge pull request #4907 from martinbudden/bfa_settings_alt_hold
Moved some alt_hold settings under build flag
2018-01-09 14:50:04 +13:00
Michael Keller
1b76929a3a
Merge pull request #4914 from mikeller/fix_define_stragglers
Fixed broken `USE_...`defines.
2018-01-09 14:09:52 +13:00
Michael Keller
01c34dde5e Fixed broken USE_...defines. 2018-01-09 11:07:09 +13:00
Michael Keller
b1a84c8557
Merge pull request #4913 from AlienWiiBF/PIKOF4OSD
Adding PIKOF4OSD to PIKOF4 target
2018-01-09 10:57:42 +13:00
MJ666
80d8865c4d Adding PIKOF4OSD to PIKOF4 target 2018-01-08 22:20:20 +01:00
Michael Keller
65c357bd9e
Merge pull request #4910 from wind0r/remove_unused_debug_modes
remove unused debug modes
2018-01-09 00:12:54 +13:00
Michael Keller
152f2ad762
Merge pull request #4879 from MotoLab/rtc6705_power_fixes
Fix power control for RTC6705 VTXs
2018-01-08 23:45:50 +13:00
Dave Johnson
8d21096f7f Correct improper article usage 2018-01-08 12:20:24 +13:00
Dave Johnson
445b77a702 Fix and clarify Virtual Current Sensor docs
-Fix incorrect formula in example section of charger method calibration
-Fix incorrect verb tense from "mAh draw" to "mAh drawn"
-Simplify instruction steps to be more direct
-Replace abstract example calculation values with rounded numbers to make formula more obvious for humans
-Make formula placeholder names to match those used in Configurator
-Cross fingers that is it so clear now that not even a grandmother would try to change it again ;)
2018-01-08 12:20:24 +13:00
grizewald
9e39732b43 Update example as well. 2018-01-08 12:20:24 +13:00
grizewald
b41f62cd45 Correct scale adjustment calculation for charger data. 2018-01-08 12:20:24 +13:00
Jacob Walser
6b6de6c925 Formatting 2018-01-08 12:20:23 +13:00
Rogier van den Berg
02fb8d32b9 CHG PID tuning Angle/Horizon GUI text labels
The description was not accurate (anymore) to Cleanflight 2. I changed the text accordingly.
2018-01-08 12:20:18 +13:00
Dingo420
61afba93c0 Create Board - Naze32.md
Update note about GPS is not supported
2018-01-08 12:20:06 +13:00