mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-13 05:12:01 +04:00
[FL-3965] Separate cli_shell into toolbox (#4175)
* cli_shell: separate into toolbox * fix: cmd flags * fix formatting * cli: increase default stack depth * cli_shell: fix loader lock logic * cli: fix command flags * fix f18 * speaker_debug: fix * cli_registry: fix docs * ufbt: rename cli target back * cli: rename app and record * cli: fix and simplify help command * cli_master_shell: fix ext commands * fix formatting * cli: rename master to main * fix formatting --------- Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,10 @@ env.Append(
|
||||
],
|
||||
SDK_HEADERS=[
|
||||
File("api_lock.h"),
|
||||
File("cli/cli_ansi.h"),
|
||||
File("cli/cli_command.h"),
|
||||
File("cli/cli_registry.h"),
|
||||
File("cli/shell/cli_shell.h"),
|
||||
File("compress.h"),
|
||||
File("manchester_decoder.h"),
|
||||
File("manchester_encoder.h"),
|
||||
|
||||
Reference in New Issue
Block a user