MMX
|
30077dd512
|
Fix PVS warnings (#4277)
* Fixing PVS warns
* pvs: additional fixes
---------
Co-authored-by: hedger <hedger@nanode.su>
|
2025-09-24 21:00:39 +04:00 |
|
Anna Antonenko
|
e1bccf66b3
|
Fix NULL dereference in CLI completions (#4184)
* cli_completions: fix null dereference
* cli: mark free_blocks as parallel safe
* codeowners: add me to co-owners of cli
|
2025-04-11 23:38:28 +01:00 |
|
Anna Antonenko
|
096c088bf1
|
vcp, cli: Handle Tx/Rx events before Connect/Disconnect + extra fixes (#4181)
* cli_vcp: handle tx/rx before connext/disconnect
* cli_vcp: disable trace
* cli_perf: advanced error reporting
* cli_vcp: reset tx flag directly in event handler
* fix formatting
* cli_vcp: make tx flag volatile
* storage_settings: fix scene ids
* cli_shell: add safety check to set_prompt
* cli_registry: move from bptree to dict, fix memory leak
* cli_vcp: go back to message queue for event signaling
* loader: move BeforeLoad event even earlier
* fix formatting
|
2025-04-11 14:53:10 +04:00 |
|
Anna Antonenko
|
7192c9e68b
|
[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>
|
2025-04-05 02:58:58 +04:00 |
|