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

532 commits

Author SHA1 Message Date
borisbstyle
f4796c3676 Drop Betaflight PIDc support for OPBL 2016-08-24 01:07:04 +02:00
borisbstyle
5e5b44f593 Various cleanups and increase in D setpoint weight range 2016-08-24 00:34:28 +02:00
borisbstyle
0668493ddd Busy wait reduction // Cleanup // New defaults 2016-08-20 23:24:25 +02:00
mikeller
de9f57d016 Removed doubled up servo output in CLI 'diff'/'dump'. 2016-08-18 21:58:07 +12:00
borisbstyle
6f06561782 Merge branch 'master' of https://github.com/borisbstyle/betaflight 2016-08-18 01:37:13 +02:00
borisbstyle
926bc982d6 Change some commands 2016-08-18 01:24:46 +02:00
borisbstyle
bd04f4d22b coding style // refactor 2016-08-18 01:21:09 +02:00
mikeller
fe0a8d602e Added default value display for CLI dump / diff. 2016-08-18 11:17:01 +12:00
Gary Keeble
69e2c991e3 Test Mode Blackbox Logging
Prevent pausing of the log in test mode if a mode switch is configured

Add CLI Command and protect against blackbox storage full

Added CLI command blackbox_on_motor_test (ON/OFF).

Test Mode Blackbox Logging

Prevent pausing of the log in test mode if a mode switch is configured

Add CLI Command and protect against blackbox storage full

Added CLI command blackbox_on_motor_test (ON/OFF).

Cleanup as per BorisB recommendations

Remove un-needed header file entries and convert to millis().

Updated as per latest comments
2016-08-18 00:58:27 +02:00
Michael Keller
eb83ffa58c Merge pull request #997 from mikeller/added_cli_terse_define
Added 'CLI_TERSE' option for reduced image size. Reenabled LED_STRIP for CC3D.
2016-08-18 10:46:13 +12:00
mikeller
287d398b13 Added 'CLI_MINIMAL_VERBOSITY' option for reduced image size. Reenabled LED_STRIP for CC3D. 2016-08-16 10:34:33 +12:00
mikeller
2d1a1865de Readded rateprofile setting to profile dump, as it's part of the profile. 2016-08-13 20:19:18 +12:00
borisbstyle
0d057ddf0d Fix crash bug on diff // dump command 2016-08-11 19:19:24 +02:00
Michael Keller
511117d41c Fixed 'diff commented' CLI command. 2016-08-11 08:10:30 +12:00
KiteAnton
22a55ce313 Fix issue with newline for MAC users 2016-08-10 15:38:25 +02:00
blckmn
66f1abe1be Added missing delay for F4 to CLI 2016-08-10 20:54:26 +10:00
borisbstyle
98eb820cdb defaults 2016-08-09 23:34:12 +02:00
borisbstyle
e9924eb13a Merge branch 'master' of https://github.com/borisbstyle/betaflight 2016-08-09 22:59:42 +02:00
borisbstyle
220145d788 Set back the max limit for rc rates 2016-08-09 22:57:54 +02:00
TheAngularity
a396ba0c11 cleanup cli commands outputs and over
- deleted printSectionBreak and his #define (not more used)
- cleaned cli commads output (dump, sd_info, version)
2016-08-09 19:53:18 +02:00
Anders Hoglund
629f96969c Added MPU9250 to acc lookup table. Duplication. Missing in Allowed Values printout. Duplication... 2016-08-09 16:38:38 +02:00
borisbstyle
da9673b982 Increase sensor Array size 2016-08-09 15:23:14 +02:00
borisbstyle
9ae06cd2df Merge pull request #944 from AndersHoglund/fix_sparky2_acc
Fix MPU9250 acc detection
2016-08-09 15:00:36 +02:00
Anders Hoglund
1300952472 Added MPU9250 ACC detection. 2016-08-09 14:52:22 +02:00
mikeller
f9354e53b3 Graft of 'cli_diff_command' into 'master'. 2016-08-10 00:03:53 +12:00
borisbstyle
81c06ace92 Refactor rate limit 2016-08-05 14:18:31 +02:00
borisbstyle
cb72f0a6d6 Match configurator output 2016-08-05 13:23:52 +02:00
borisbstyle
2427ad1478 New defaults // FIX for slow defaults on SPI targets // refactor 2016-08-05 13:02:06 +02:00
borisbstyle
38e812a5a5 Add roll pitch velocity 2016-08-05 00:55:12 +02:00
borisbstyle
7d119ae669 Cleanup ONESHOT125 feature // Default denom 2016-08-04 11:47:40 +02:00
borisbstyle
c0c64deff5 More appropriate cli names for filter types 2016-08-04 01:51:02 +02:00
borisbstyle
b4e61d49c9 More efficiency in PID code // add yaw velocity to setpoint 2016-08-04 01:22:38 +02:00
rav
0e905e01d3 set lower filter cutoff instead of Q
fix error in gyro pt1 filter
2016-08-04 00:09:22 +02:00
borisbstyle
cc7ea13e66 Convert Notch Q to BW 2016-08-03 20:56:37 +02:00
borisbstyle
771feb8fde Add more filter freedom 2016-08-03 11:51:12 +02:00
borisbstyle
ca703b1ff1 Change defaults // Add optional filter config 2016-08-03 10:26:27 +02:00
Evgeny Sychov
69955d7b07 display craft name, current mesurement on OSD 2016-08-01 02:14:40 -07:00
blckmn
1b73a8f2aa Whitespace cleanup and simplification of delay for serial cli F4 support 2016-07-31 11:20:27 +10:00
Martin Budden
0cc07e75fe Improved formatting of cli tasks 2016-07-28 09:11:03 +01:00
borisbstyle
c11c50287e Finalisation of Betaflight PID controller // RC smoothing added back 2016-07-28 00:54:40 +02:00
TheAngularity
6691eafaf5 delete space to see all rate columns in a row 2016-07-27 21:17:18 +02:00
Martin Budden
4505623403 Added average and maximum loads to cli task info 2016-07-27 16:50:06 +01:00
Martin Budden
3686b89121 Improved formatting of tasks info in cli 2016-07-27 15:25:09 +01:00
Martin Budden
61166efae4 Merge pull request #828 from martinbudden/bf_rom_saving
Improved use of build #defines to save some ROM
2016-07-26 23:45:31 +01:00
TheAngularity
6f286315d2 Update serial_cli.c 2016-07-25 16:10:48 +02:00
TheAngularity
ba2d8d115f cleaner cli dump output 2016-07-25 13:59:34 +02:00
Martin Budden
d9733b8206 Various measures to save ROM 2016-07-25 08:56:28 +01:00
Evgeny Sychov
6a82c66970 Add CPPM support to Sirin target, fix vtx_channel size in cli 2016-07-20 09:35:50 -07:00
borisbstyle
ddf1f80b48 Revert "Revert "Betaflight led strip resubmit""
This reverts commit 63c7ae18ff.
2016-07-18 09:19:13 +02:00
borisbstyle
0ae5d9734e Add option to fully disable PID controller on zero throttle 2016-07-18 02:23:14 +02:00