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

283 commits

Author SHA1 Message Date
Michael Keller
b7114ecc22 Merge pull request #2279 from mluessi/ml_fix_strtok
CLI: use strtok_r instead of strtok
2017-02-03 19:06:33 +13:00
Bryce Johnson
22d11e35b2 Added blackbox erase for flashchips
revert back initBlackbox

Fixed blackbox erase when full.
Change BOXBLACKBOXERASE to the end

Blackbox erase changes
Moved the ARM detect into the blackbox statemachine
Added blackbox erase start and end beep

Tab to space
2017-02-01 22:07:56 -06:00
borisbstyle
51b19855dd Merge tag 'v3.1.2' 2017-02-02 00:23:33 +01:00
mikeller
f0cd1c8b03 Fixed CLI setting names. 2017-02-02 00:02:33 +01:00
Martin Budden
9828b7c444 Merge pull request #2204 from martinbudden/bf_pg_preparation
Preparation for conversion to parameter groups
2017-02-01 09:18:36 +00:00
Martin Budden
79d4b2146d Preparation for conversion to parameter groups 2017-02-01 08:46:19 +00:00
blckmn
023309245a Update based on suggestion from @ledvinap 2017-02-01 08:34:27 +11:00
Martin
17f25d370d fix strtok_r 2017-01-31 12:43:59 -05:00
Martin
8c96d9e1ab CLI: use strtok_r instead of strtok 2017-01-31 12:25:44 -05:00
Martin Budden
7e76dc80a4 Put #includes into alphabetical order 2017-01-31 14:20:35 +01:00
Martin Budden
cbc4629834 Preparation for doing PG differencing in CLI 2017-01-31 14:20:27 +01:00
Martin Budden
1c08319ef9 Updates as per iNav 2017-01-31 14:20:26 +01:00
DieHertz
0e75b4131e Added PWM inversion to motor config 2017-01-31 14:20:17 +01:00
Michael Keller
950ed79749 Clarified resource remapping output and fixed output in case of double mapping. 2017-01-31 12:52:41 +01:00
borisbstyle
02b778438f Change Warning to Note 2017-01-31 00:40:15 +01:00
borisbstyle
ed48051f5b Merge pull request #2274 from mikeller/fix_map_diff_default_bug
Fixed bug causing 'map' to be shown in 'diff' even if it was default.
2017-01-31 00:12:45 +01:00
blckmn
4364fcb230 Allow resources to be reassigned (when in the same resource group)
Minor improvement to allow index for non-indexable settings, such that duplicate code removed for DIFF.
2017-01-31 10:00:24 +11:00
Michael Keller
d375906742 Fixed bug causing 'map' to be shown in 'diff' even if it was default. 2017-01-31 11:52:49 +13:00
jflyper
3bcf96e6eb Manage BLINK attribute separate from config vars 2017-01-30 15:02:15 +01:00
borisbstyle
d1944b532c Simplify cli names // flash space savings 2017-01-30 15:02:11 +01:00
borisbstyle
cf04294f70 Prevent ItermAccel and windup to clash with each other 2017-01-30 15:02:10 +01:00
borisbstyle
ad892400e5 Cleanup and optimize new anti windup // Simplify relaxFactor to Dterm 2017-01-29 02:35:11 +01:00
Martin Budden
9dfb3e45ee Add ITerm anti-windup based on motor output saturation
Added noise threshold for PID ITerm accumulation

Removed ITerm setpoint scaler. Added CLI and MSP settings

Made default ITerm noise threshold zero. Added CLI setting.

Removed itermWindupPointPercent from MSP
2017-01-29 01:30:35 +01:00
mikeller
990c13b7ea Set MINIMAL_CLI to be default for F3. Added more size reductions to MINIMAL_CLI. 2017-01-29 01:15:42 +01:00
Dan Nixon
1ad3d74f9f Add PID and rate profile and battery warn to OSD 2017-01-29 00:27:25 +01:00
mikeller
f32580601a Fix for problem with CLI 'diff' in the case of nonexistent default values. 2017-01-26 15:57:42 +01:00
borisbstyle
e84f2c8796 Increase Configurable Filter Range 2017-01-23 09:27:19 +01:00
Martin Budden
8e79e8092e Fixed up whitespace 2017-01-22 22:42:45 +00:00
Martin Budden
5aa6187b00 Saved ROM in CLI valuTable by limiting min/max to int16_t 2017-01-21 07:42:18 +00:00
borisbstyle
093115a2a0 Add anti_gravity_gain // new defaults 2017-01-19 00:00:33 +01:00
jflyper
d33977a506 Add displayPortProfile 2017-01-16 19:37:40 +09:00
Michael Keller
1ef293a3c5 Cleaned up output of diff / dump when CLI_MINIMAL_VERBOSITY is on. 2017-01-13 12:18:29 +13:00
mikeller
5e45ec3293 Renamed 'serial_cli' and 'fc_main'. 2017-01-11 23:22:03 +13:00
Renamed from src/main/fc/serial_cli.c (Browse further)