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

253 commits

Author SHA1 Message Date
cruwaller
885c520adb cli: fix baudrate reconfigure based on USB VCP baudrate 2021-05-25 14:29:16 +03:00
Michael Keller
b414be320f
Merge pull request #10727 from ctzsnooze/PT2-PT3-options-for-filters 2021-05-25 01:53:53 +12:00
ctzsnooze
636d563abe major rc changes ctzsnooze 2021 2021-05-07 14:40:43 +10:00
mikeller
687c7014c0 Added MCU id / name for STM32G474. 2021-04-27 01:37:33 +12:00
ctzsnooze
a096c99664 PT2 and PT3 filter maths PT3 for RC smoothing 2021-04-26 14:12:54 +12:00
Steve Evans
bb119e95c5 Display late execution stats in tasks command 2021-03-08 17:46:31 +00:00
Michael Keller
243be1d216
Merge pull request #9119 from IvoFPV/add-tuning-sliders 2021-01-06 02:19:29 +08:00
Michael Keller
7fc3c7cea6 Renamed 'tuning sliders' to 'simplified tuning'. 2020-12-26 14:26:56 +01:00
IvoFPV
cff19dc113 Implement tuning sliders, add to CMS, MSP 2020-12-26 14:26:50 +01:00
Michael Keller
0b81b26ce0 Fixed MSP command to send Dshot commands. 2020-12-15 16:12:11 +01:00
jflyper
1feb306674 [H7] H723/H725 support 2020-11-11 23:45:15 +09:00
jflyper
697d0f7ed3 [H7] H7A3 support 2020-11-01 00:32:39 +09:00
Michael Keller
b92f030434
Merge pull request #10113 from knoopx/improve-custom-builds 2020-10-11 13:45:15 +13:00
Michael Keller
b085bf77ab
Merge pull request #10237 from jflyper/bfdev-fix-dmaopt-timup-numbering
Fix dmaopt peripheral numbering for TIMUP
2020-10-07 00:57:21 +13:00
jflyper
24b4ffa912 Fix dmaopt peripheral numbering for TIMUP 2020-10-04 00:06:04 +09:00
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