1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00
Commit graph

8485 commits

Author SHA1 Message Date
Martin Budden
811b80a7ad Merge pull request #3178 from jflyper/bfdev-disable-uncommon-servo-mixers
Disable uncommon servo mixers if NOT USE_UNCOMMON_MIXERS
2017-06-01 17:51:10 +01:00
Martin Budden
c70c83ae39 Merge pull request #3186 from mikeller/update_gitignore
Added VS Code / CLion metadata to .gitignore.
2017-06-01 17:50:09 +01:00
Martin Budden
9d71718363 Merge pull request #3192 from jflyper/bfdev-smartport-and-dport-telemetry-inversion-to-default-set
Set telemetry_inversion to default on
2017-06-01 17:49:36 +01:00
jflyper
eb0f098264 Set telemetry_inversion to default on 2017-06-01 18:09:40 +09:00
Michael Keller
b9098d56e1 Merge pull request #3189 from DanNixon/osd_disarmed_element
Add back the OSD disarmed element
2017-06-01 10:53:46 +12:00
Dan Nixon
1366676880 Add back the OSD disarmed element 2017-05-31 16:29:10 +01:00
Michael Keller
270817a4c8 Merge pull request #3158 from AlienWiiBF/AcroWhoop
Adding various PikoBLX based FuriousFPV targets
2017-05-31 07:57:05 +12:00
mikeller
4e82a4aa10 Added VS Code / CLion metadata to .gitignore. 2017-05-31 00:03:14 +12:00
Michael Keller
323d0ae734 Merge pull request #3175 from bnn1044/clracingf7
Add ICM20689 support for CLRACINGF7
2017-05-30 13:00:40 +12:00
Michael Jakob
337d9823a3 Final reduction of targets 2017-05-29 21:08:38 +02:00
Michael Jakob
b333e5cfd8 First run to reduce number of targets 2017-05-29 20:48:29 +02:00
Michael Jakob
6050bd4600 Rename FuriousFPV targets (prefix all with FF_) 2017-05-29 20:48:25 +02:00
Michael Jakob
ee582df432 Adding various PikoBLX based FuriousFPV targets 2017-05-29 20:48:22 +02:00
Cheng Lin
6412cb3be7 Update target.h 2017-05-29 10:09:22 -04:00
Cheng Lin
57f5ea8993 Update target.c 2017-05-29 10:08:26 -04:00
Cheng Lin
492e863814 Fix tab aliment problem in target.c 2017-05-29 10:07:03 -04:00
jflyper
260b897d3c bfdev disable servo mixers for uncommon mixers 2017-05-29 19:30:06 +09:00
Michael Keller
3042e58957 Merge pull request #3166 from ledvinap/improvement-box-serialization-bf
Improve box serialization
2017-05-29 21:18:30 +12:00
Michael Keller
7a821b7bc4 Merge pull request #3176 from jflyper/bfdev-reset-unsupported-mixer-to-custom-followup
Avoid custom mixers from resetting into MIXER_CUSTOM
2017-05-29 19:13:15 +12:00
Michael Keller
1978444178 Merge pull request #3157 from AlienWiiBF/PIKOF4
FuriousFPV PIKOF4 target support
2017-05-29 19:11:15 +12:00
jflyper
5af12d40b8 Avoid MIXER_CUSTOM, MIXER_CUSTOM_AIRPLANE and MIXER_CUSTOM_TRI from resetting into MIXER_CUSTOM 2017-05-29 15:38:33 +09:00
Michael Jakob
c68e2e1bbf FuriousFPV PIKOF4 target support 2017-05-29 08:01:53 +02:00
Michael Keller
4645b8765b Merge pull request #3174 from jflyper/bfdev-reset-unsupported-mixer-to-custom
Reset mixer to MIXER_CUSTOM if configured mixer is not supported
2017-05-29 16:59:25 +12:00
Cheng Lin
77d4c028f9 Add ICM20689 support for clracingf7 2017-05-29 00:57:21 -04:00
jflyper
93d554516a Omit special case of USE_OSD_SLAVE and USE_QUAD_MIXER_ONLY 2017-05-29 13:30:21 +09:00
jflyper
ba99a372a1 Reset mixer to MIXER_CUSTOM if configured mixer is not supported 2017-05-29 12:13:33 +09:00
Michael Keller
01cc28acf4 Merge pull request #3173 from jflyper/bfdev-fix-cms-freeze-after-flash-erase
Prevent CMS from freezing after flash erase
2017-05-29 14:54:55 +12:00
jflyper
5694b97dda Prevent CMS from freezing after flash erase 2017-05-29 09:28:18 +09:00
Michael Keller
bc736c7754 Merge pull request #3153 from AlienWiiBF/FORTINIF4
Support for FuriousFPV FORTINI F4
2017-05-29 12:06:16 +12:00
Michael Keller
d1dec2558c Merge pull request #3171 from theseankelly/cf2_bq_buzzer
Adding support for the BigQuad buzzer/beeper pin
2017-05-29 12:03:06 +12:00
Michael Keller
36270b39a4 Merge pull request #2819 from ros-gopigo/naze_rx_msp
activate 'USE_RX_MSP' on NAZE targets
2017-05-29 11:52:16 +12:00
Sean Kelly
0d9703e883 Adding support for the BigQuad buzzer/beeper pin 2017-05-28 14:12:20 -07:00
Martin Budden
dafac79ebf Merge pull request #3142 from DanNixon/osd_animate_battery_icon
Animate the battery symbols on OSD based on voltage
2017-05-28 14:42:59 +01:00
Martin Budden
a1df39b67b Merge pull request #3165 from ledvinap/fix-IOGetByTag-bf
IOGetByTag did not handle empty Tag correctly
2017-05-28 14:40:17 +01:00
Petr Ledvina
7582cf86b4 Make SBufWriteString write string without terminating zero 2017-05-28 15:00:13 +02:00
Petr Ledvina
2eb36ed969 Improve box serialization
- active boxes use bitmask instead of array
- active box serialization is loop based instead of huge expression

Was included in
https://github.com/cleanflight/cleanflight/pull/2075/commits, but never
ported to BF and eventually lost

Conflicts:
	src/main/fc/fc_msp.c
2017-05-28 14:59:46 +02:00
Petr Ledvina
5fc2b4a8ac IOGetByTag did not handle empty Tag correctly 2017-05-28 14:47:58 +02:00
Martin Budden
dc40954e60 Merge pull request #3163 from martinbudden/bf_remove_sprintf
Replace sprintf with tfp_sprintf
2017-05-28 13:40:02 +01:00
Martin Budden
2c028629db Merge pull request #3164 from mikeller/fixed_osd_status_page_settings
Fixed CLI settings for OSD status page.
2017-05-28 13:39:42 +01:00
mikeller
e8af269862 Fixed CLI settings for OSD status page. 2017-05-29 00:14:02 +12:00
Michael Keller
c287e688b7 Merge pull request #3143 from mikeller/unify_frsky_ibus_voltage_setting
Unified 'frsky_vfas_cell_voltage' and 'ibus_report_cell_voltage' into 'report_cell_voltage'.
2017-05-28 23:35:01 +12:00
Michael Keller
d393746647 Merge pull request #3138 from mikeller/added_beeper_indication_to_led_warning
Added orange indication when beeper active to 'Warning' beeper mode.
2017-05-28 23:34:33 +12:00
Martin Budden
6c9ef6df21 Fix pragma poison sprintf compile errors 2017-05-28 12:09:27 +01:00
Michael Keller
af5a59ce69 Removed coveralls link. 2017-05-28 22:38:08 +12:00
Martin Budden
a6ba19aa97 Poisoned sprintf and snprintf 2017-05-28 11:31:37 +01:00
Martin Budden
3a5010ea65 Replace sprintf with tfp_sprintf 2017-05-28 07:17:35 +01:00
Anders Höglund
63aa212efa Merge pull request #3161 from AndersHoglund/conditional_coverage
Coverage only created and published if PUBLISHCOV is defined.
2017-05-27 20:25:07 +02:00
Anders Hoglund
a612065acc Coverage only created and published if PUBLISHCOV is defined. 2017-05-27 15:11:48 +02:00
Michael Jakob
c1052d1c4c Support for FuriousFPV FORTINI F4 2017-05-27 13:51:10 +02:00
Michael Keller
81b740fd44 Merge pull request #3151 from DrClaes/DrClaes-patch-2
Improved Throttle LED functionality
2017-05-27 20:54:12 +12:00