Commit Graph

10618 Commits

Author SHA1 Message Date
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
Dominic Clifton 045a3bd16c CF/BF - Port VTX button from CF v1.x.
Features:
* Channel Cycle
* Band Cycle
* Power Cycle
* Save Settings
* Works with any VTX using VTX API.
2018-01-08 12:19:35 +13:00
Miguel Angel Mulero Martinez 888984f573 Documentation for combine ibus serial rx and telemetry on same UART 2018-01-08 12:19:35 +13:00
Rogier van den Berg 75ed2cc14b 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:19:35 +13:00
Miguel Angel Mulero Martinez 233b818397 Update doc: common.h file is now common_fc_pre.h 2018-01-08 12:19:35 +13:00
Dingo420 1d07cc8e0f Create Board - Naze32.md
Update note about GPS is not supported
2018-01-08 12:19:35 +13:00
Bastian Schroll adf0488d8d Update Battery.md
False formula for the virtual current sensor
2018-01-08 12:19:35 +13:00
Phil Hord 579f6e1de8 Fix markdown links to filenames with spaces
Markdown links cannot have actual spaces in the filename.  Use URL-encoded
spaces (%20) instead.

robo-fixed using:
   sed -i -e 's/\(]([^ )]*\) \([^"]\)/\1%20\2/g' **/*.md

If you don't use zhell, you may need to customize the ** part of that command.
2018-01-08 12:19:35 +13:00
sspw 1988097a98 CF/BF - Add EasyRaceLapTimer transponder provider 2018-01-08 12:19:35 +13:00
Hydra eb800966d9 CF - restore docs folder from master_v1.x 2018-01-08 12:19:35 +13:00
Moto Moto b931284a58 Fix power control for RTC6705 VTXs 2018-01-07 16:14:16 -06:00
Steffen Windoffer e0b95fb0fb remove unused debug modes 2018-01-07 21:38:18 +01:00
Kalyn Doerr 6e6aafe6d5 Fast Kalman Gyro Filter: Implementation and parameter groups only
Signed-off-by: AJ Christensen <aj@junglistheavy.industries>
2018-01-08 08:15:20 +13:00
jflyper 3999562830
Merge pull request #4858 from conkerkh/wormfc
Add WORMFC target
2018-01-08 02:45:30 +09:00
jflyper fae369acc5
Merge pull request #4857 from conkerkh/lps25hb
Add LPS25HB driver
2018-01-08 02:24:49 +09:00
Chris efc556f91a Add LPS25HB driver 2018-01-07 18:00:19 +01:00
Martin Budden 13dc428203 Moved some alt_hold settings under build flag 2018-01-07 10:25:17 +00:00
Martin Budden 23eefc6841 Added more servosMixers to USE_UNCOMMON_MIXERS 2018-01-07 10:09:33 +00:00
Martin Budden 172c1e370b
Merge pull request #4894 from martinbudden/bfa_gyro_filter_tidy
Tidied gyro filter code
2018-01-05 10:35:50 +00:00
Martin Budden 91bca2825a
Merge pull request #4893 from martinbudden/bfa_use_defines2
Removed unnecessary USE_ #defines from target.h files
2018-01-04 17:21:55 +00:00
Martin Budden f63b39c709
Merge pull request #4892 from martinbudden/bfa_use_defines1
Rationalise USE_ #defines
2018-01-04 17:20:26 +00:00
Martin Budden 93b25ba213
Merge pull request #4897 from AndersHoglund/bff3_remove_damr
BetaFlighF3, Motors 2 and 3 fail with DMAR on Dshot600. Disabled DMAR.
2018-01-03 22:54:02 +00:00
Anders Hoglund cc129c7266 BetaFlighF3, Motors 2 and 3 fail with DMAR on Dshot600. Disabled DMAR. 2018-01-03 19:47:58 +01:00