1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00
Commit graph

338 commits

Author SHA1 Message Date
jflyper
08f1f91c50 [G4] CLI and config changes for overclocking 2020-10-01 20:40:44 +09:00
Victor Martinez
88f2fdcf7d prevent unused warning when using USE_QUAD_MIXER_ONLY 2020-08-19 00:42:52 +02:00
Bruce Luckcuck
ed35b1d773 Fix CLI range check error message formatting 2020-08-11 18:27:11 -04:00
Michael Keller
899cae197c
Merge pull request #9998 from mikeller/fix_stack_check
Fixed stack size monitoring.
2020-07-22 02:12:58 +12:00
mikeller
386be8d742 Added registration for bus devices. 2020-07-08 21:34:31 +12:00
mikeller
81abf873da Fixed stack size monitoring. 2020-07-08 20:08:39 +12:00
Michael Keller
3822d6eb75
Merge pull request #9688 from mikeller/show_configuration_status
Show configuration status in CLI.
2020-07-05 21:09:01 +12:00
Michael Keller
97ad043f9e
Merge pull request #9691 from mikeller/add_common_hardware_settings
Added the most common (reasonable) hardware settings to 'dump hardware'.
2020-06-22 01:07:17 +12:00
Michael Keller
88cf45872f
Merge pull request #9632 from mikeller/improve_error_formatting
Improved styling of error messages in CLI.
2020-06-22 00:22:24 +12:00
mikeller
15114d0e43 Added the most common (reasonable) hardware settings to 'dump hardware'. 2020-06-07 12:57:30 +12:00
Michael Keller
f101a730a1
Merge pull request #9871 from mikeller/fix_resource_command
Fixed pin id parsing in CLI.
2020-06-03 23:37:18 +12:00
mikeller
4b5273c34e Fixed parsing of over length custom default headers. 2020-06-01 23:08:18 +12:00
mikeller
a09ddb5f4e Fixed pin id parsing in CLI. 2020-06-01 13:01:45 +12:00
Michael Keller
6bada9c5e9
Merge pull request #9807 from mikeller/fix_osd_device_reporting 2020-05-28 01:19:04 +12:00
mikeller
c058da20b5 Fixed typo in CLI. 2020-05-18 01:32:53 +12:00
mikeller
98efe1a972 Fixed reporting of configured / detected OSD device. 2020-05-17 03:56:20 +12:00
Michael Keller
e060a0d507
Merge pull request #9712 from etracer65/fix_blocking_dshot_command
Fix blocking DSHOT commands
2020-04-20 23:07:40 +12:00
Bruce Luckcuck
c6c9ba7229 Fix blocking DSHOT commands
Motor and DSHOT refactoring broke blocking DSHOT commands as the check for commands being enabled was not taking into account that "blocking" type commands need to operate only when the motors are not enabled.

Fixes the CLI `dshotprog` command.
2020-04-17 08:29:24 -04:00
mikeller
547f161d27 Added missing linefeed after version in CLI. 2020-04-12 15:18:45 +12:00
mikeller
3174f5ab30 Show configuration status in CLI. 2020-04-12 01:01:49 +12:00
Michael Keller
2101326a1d
Merge pull request #9619 from mikeller/add_motor_protocol_disabled
Added 'disabled' motor protocol and made it the default.
2020-04-11 12:41:18 +12:00
Michael Keller
5be62ca162
Merge pull request #9653 from mikeller/cli_print_custom_defaults_data
Parse and print custom defaults header data in CLI.
2020-04-11 12:29:13 +12:00
mikeller
489156602f Fixed unnecessarily long startup time due to gyro detection. 2020-04-07 22:20:04 +12:00
mikeller
7b845150af Parse and print custom defaults header data in CLI. 2020-04-02 01:51:33 +13:00
mikeller
d1ac12eccd Added 'disabled' motor protocol and made it the default. 2020-04-01 20:33:29 +13:00
MadQ
6de521fe21 Fixed inconsistent CR/LF so that the Configurator CLI code can be simplified. 2020-03-30 09:27:00 -04:00
MadQ
d49390da22 Revert "Corrected inconsistent use of CR/LF."
This reverts commit 61b4a6b189.
2020-03-30 09:19:10 -04:00
MadQ
61b4a6b189 Corrected inconsistent use of CR/LF. 2020-03-29 23:22:18 -04:00
mikeller
5eb890cb66 Improved styling of error messages in CLI. 2020-03-24 02:36:07 +13:00
mikeller
d2605975a1 Improved CLI error messages. 2020-03-23 15:18:51 +13:00
mikeller
db4bd1f186 Cleaned up the scheduler. 2020-03-16 08:35:58 +13:00
Bruce Luckcuck
ad0e7154a7 Split initialization from gyro.c for flash savings
Move low performance requirements initialization code into gyro_init.c and optimize that for size.
2020-03-13 10:08:11 -04:00
mikeller
d13e83b91b Cleaned up the RX handler some. 2020-03-10 00:55:52 +13:00
TheIsotopes
b895e91552
fixes wrong comparison operators
fixes #9553 made in #9546
2020-03-07 09:37:18 +01:00
Michael Keller
c002d04356
Merge pull request #9546 from etracer65/fix_cli_led_validation
Fix CLI LED command validation
2020-03-07 15:58:39 +13:00
Bruce Luckcuck
04836e4e93 Fix CLI LED command validation 2020-03-05 17:16:02 -05:00
mikeller
5f733da444 Show errors when resetting to custom defaults. 2020-03-02 00:24:28 +13:00
Mathias Rasmussen
ef488b0a84 CLI: Print range info for strings 2020-02-20 02:30:40 +01:00
jflyper
ff16686893 White space tidy 2020-02-17 23:54:57 +13:00
Michael Keller
82ed38a5dc
Merge pull request #9484 from mikeller/remove_legacy_timer_index
Removed legacy timer index notation from CLI.
2020-02-17 08:11:03 +13:00
mikeller
e785d6eaae Removed legacy timer index notation from CLI. 2020-02-15 14:56:28 +13:00
mikeller
214d378e82 Detect revisions of the STM32H743. 2020-02-15 12:35:57 +13:00
mikeller
39b62cb6c1 Added command to bind RX to MSP. 2020-02-06 13:36:27 +13:00
Bruce Luckcuck
f584780944 Gyro native rate sampling, filtering, and scheduler restructuring 2020-02-04 18:19:35 -05:00
Bruce Luckcuck
c2770087c3 Fix compile errors if USE_VTX_TABLE is not defined 2020-01-27 09:07:20 -05:00
Michael Keller
e5046e4089
Merge pull request #9402 from etracer65/tasks_checkfn_max_reset
Fix tasks check function max time not being reset along with other stats
2020-01-24 12:53:44 +13:00
Bruce Luckcuck
1b5f553d2e Fix tasks check function max time not being reset along with other stats
Each time the `tasks` CLI command is executed the task stats are reset to allow the max and average stats to represent the data since the last `tasks` command. However the task check function stats were not being reset so the "max" would represent the maximum value since boot.
2020-01-21 15:09:20 -05:00
jflyper
a58f55c840 [G4] DMA support 2020-01-21 11:47:33 +09:00
Michael Keller
099e0a6064 Added OSD status to CLI 'status' output. 2020-01-15 23:32:38 +13:00
Bruce Luckcuck
b471577a14 Fix "may be uninitialized" debug build warnings 2019-12-23 12:44:00 -05:00