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

10490 commits

Author SHA1 Message Date
Michael Keller
3038eb79ea Merge pull request #4317 from AlienWiiBF/AK8963_SPI
Configurable compass drivers based on jflyper's PR #3613
2017-10-18 11:18:05 +13:00
Michael Jakob
ae8256f142 Updates according to ledvinap's recomendations 2017-10-17 23:28:18 +02:00
Michael Keller
5ae3933db4 Changed make target for 'all' to not include unsupported, added 'all_with_unsupported' (formerly 'all') and 'unsupported' targets. 2017-10-18 09:56:44 +13:00
Michael Jakob
60b8e0f05e Configurable compass drivers based on jflyper's PR #3613
Eliminate static variables in mag drivers
AK8975 and HMC5883l driver cleanup
replace magic numbers with definitions
Switched AK8963/Ak8975 to 16 bit mode
Update Mag gain calculations to use integer varables (ledvinap
recomendation)
Update interrupt handling for HMC5883L
Reschedule compass task only if slave mode is realy active
Change bustye definitions to an enumeration set
Fix dispatch functions and remove redundant dispatch functions from Baro
and Mag drivers 
Fix unittest
2017-10-17 22:22:11 +02:00
mikeller
e70de9d06b Added support for the Winbond W25Q256 flash chip (32MB). 2017-10-17 17:57:37 +13:00
Michael Keller
316845227d Merge pull request #4378 from Jahnkeanater/patch-4
Change VTX colors to custom defined colours
2017-10-17 14:55:01 +13:00
Jahnkeanater
81705f5dcd Change VTX colors to custom defined colours 2017-10-16 20:34:15 -05:00
Michael Keller
e6fdd266e0 Removed F1 targets from the target lists used for CI, added warning about deprecation. 2017-10-17 11:34:09 +13:00
Michael Keller
cb222465e9 Merge pull request #4375 from mikeller/increased_eeprom_version_after_3_2_1
Increased EEPROM config version after 3.2.1.
2017-10-17 01:47:46 +13:00
Michael Keller
9a41e483f4 Merge pull request #4347 from AndersHoglund/spektrum_rssi
Spektrum real RSSI from SRXL Rx and fake RSSI from both int and ext bound satellites.
2017-10-17 00:35:59 +13:00
mikeller
ef6610d8d7 Increased EEPROM config version after 3.2.1. 2017-10-16 21:30:08 +13:00
Michael Keller
f20408bee3 Merge pull request #4366 from mikeller/removed_markup_from_templates
Removed markup notation for URLs from issue / request templates, since markup isn't supported in the entry field (and the template should be removed before posting).
2017-10-16 21:14:53 +13:00
Michael Keller
3942536012 Merge pull request #4369 from azolyoung/fix_rcsplitwifi_toogle_bug
fix toggle wi-fi  will cause rcsplit turnoff
2017-10-15 23:31:27 +13:00
Michael Keller
9efc6423ea Merge pull request #4165 from sambas/F7dhothack
F7 Dshot fix part 2
2017-10-15 23:21:33 +13:00
Michael Keller
be00fb6586 Merge pull request #4370 from DanNixon/use_arm_disbale_flag_names_in_cli_when_names_are_compiled
Use arming flag names in CLI whenever possible
2017-10-15 23:21:12 +13:00
Sami Korhonen
7c58d6d896 fix badly used outputinverter 2017-10-15 10:08:41 +03:00
Sami Korhonen
fa6112e1b8 F7 Dshot hack 2017-10-15 10:08:41 +03:00
Dan Nixon
646d757460 Use arming flag names in CLI whenever possible
Some targets define both MINIMAL_CLI and OSD, in this case the arming
disable flan name strings are present but unused for the CLI.

Match the test in the cli.c with that in runtime_config.[ch] so that
the flag names are used whenever they are included.
2017-10-15 07:50:18 +01:00
azolyoung
eaca2ed157 fix toggle wi-fi will cause rcsplit turnoff 2017-10-15 14:24:32 +08:00
Michael Keller
b67dcdbeb2 Merge pull request #4367 from DieHertz/dshot-prescaler-fix
Apply rounding rules to dshot prescaler to minimize error
2017-10-15 14:06:18 +13:00
Michael Keller
88dea3c813 Merge pull request #4368 from DieHertz/camera-control-key-holding
Allow hold repeating of stick commands
2017-10-15 14:06:02 +13:00
DieHertz
1d4e07a494 Allow hold repeating of stick commands 2017-10-15 02:56:21 +03:00
DieHertz
9321c18e0a Apply rounding rules to dshot prescaler to minimize error 2017-10-15 02:45:07 +03:00
Michael Keller
2e05656104 Merge pull request #4360 from mikeller/fix_dshot_beacon_frequency
Changed Dshot beacon to not activate when beeper is turned off.
2017-10-15 11:53:07 +13:00
Michael Keller
76a8dd3a51 Fixed punctuation. 2017-10-15 10:41:38 +13:00
mikeller
60e487399d Removed markup notation for URLs from issue / request templates, since markup isn't supported in the entry field (and the template should be removed before posting). 2017-10-15 10:38:53 +13:00
Michael Keller
33461b99e5 Merge pull request #4359 from mikeller/added_diff_instructions
Added instructions on how to do a diff to the issue template.
2017-10-15 10:32:38 +13:00
Michael Keller
09b910da2e Merge pull request #4362 from Jahnkeanater/patch-2
Fix frequency lookup table in ledstrip.c
2017-10-15 10:08:28 +13:00
Jahnkeanater
6cc664683e Fix frequency lookup table.
frequency = vtx58frequencyTable[band][channel];
returns the wrong frequency. Shifting left and up by 1 row and column should fix it.
2017-10-14 02:29:07 -05:00
mikeller
6db49b06d8 Changed Dshot beacon to not activate when beeper is turned off. 2017-10-14 16:47:34 +13:00
Michael Keller
45596fc20b Merge pull request #4351 from Jahnkeanater/patch-1
VTX color based on frequency
2017-10-14 10:51:20 +13:00
mikeller
3dffa3e46e Added instructions on how to do a diff to the issue template. 2017-10-14 10:20:40 +13:00
Jahnkeanater
c1763bc0cb Update ledstrip.c
Fixed 5828 so it does not fall directly on B6.
2017-10-13 15:22:52 -05:00
Jahnkeanater
09cbe88a38 Update ledstrip.c 2017-10-13 13:22:34 -05:00
Jahnkeanater
bf230e175e Update ledstrip.c
rewrite based on si618's code.
2017-10-13 13:09:54 -05:00
Michael Keller
25a216994d Merge pull request #3868 from spuder/small_angle
adds small_angle for configurator
2017-10-13 19:53:42 +13:00
Jahnkeanater
f52e4c23af Update ledstrip.c 2017-10-12 23:31:04 -05:00
Jahnkeanater
be16caa05a VTX color based on frequency
VTX controlled LED color. 8 fixed colors rather than a variable hue. This ensures a perceivable color difference. The channel groups are based on 39Mhz spacing across the full spectrum.
2017-10-12 22:44:43 -05:00
Anders Hoglund
a9017ebf28 Spektrum real RSSI from SRXL Rx and fake RSSI from both int and ext bound satellites. 2017-10-12 23:51:38 +02:00
Michael Keller
512f2c22e0 Merge pull request #4293 from AndersHoglund/camosd_fix
Camera control. Added forced OSD timeout so camera menues are alone on display.
2017-10-13 09:06:01 +13:00
Michael Keller
ed29295d7a Merge pull request #4320 from mikeller/add_disable_arming_msp_command
Added MSP command to disable arming.
2017-10-12 12:20:59 +13:00
Michael Keller
21622ed603 Merge pull request #4343 from mikeller/4way-if_v2.1.0
From cleanflight: Add GD32F350x6 support
2017-10-12 11:42:23 +13:00
Michael Keller
8a250117dd Merge pull request #4332 from jirif/frsky_telemetry_cleanup
Frsky telemetry cleanup
2017-10-12 11:39:19 +13:00
Michael Keller
d97e0cb5a1 Merge pull request #4227 from brycedjohnson/3donaswitch
3d on a mode switch
2017-10-12 11:38:33 +13:00
Michael Keller
26437fb266 Merge pull request #4319 from mikeller/increase_msp_version_after_3_2_0
Increased MSP version number after 3.2.0.
2017-10-12 11:18:28 +13:00
Spencer Owen
8d0b6cfb40 Add output for small_angle 2017-10-11 15:09:41 -06:00
4712
a4bfac04fc Merge pull request #2961 from 4712/4way-if_v2.1.0
Add GD32F350x6 support
2017-10-12 10:08:49 +13:00
jirif
805854dac2 Frsky telemetry cleanup 2017-10-11 21:54:24 +02:00
Bryce Johnson
374dd3f327 Fix so airmode threshold works 2017-10-11 13:08:55 -05:00
Bryce Johnson
aeb9399722 Whitespace cleanup 2017-10-11 13:08:55 -05:00