freertos_f407/User/system/letter_shell
许晟昊 2c45a45549 Refactor shell configuration and improve delay handling
- Changed delay function from vTaskDelay to HAL_Delay in lcd_test_clear to ensure proper timing in the LCD test.
- Updated shell_cfg.h to include "shell_cfg_user.h" by default if SHELL_CFG_USER is not defined.
- Modified shell_cfg_user.h to adjust shell behavior settings, including enabling/disabling command line triggers and memory allocation methods.
- Commented out shell lock and unlock functions in shell_port.c to disable locking mechanism for the shell.
2026-03-24 08:24:50 +08:00
..
shell.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
shell.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
shell_cfg.h Refactor shell configuration and improve delay handling 2026-03-24 08:24:50 +08:00
shell_cfg_user.h Refactor shell configuration and improve delay handling 2026-03-24 08:24:50 +08:00
shell_cmd_list.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
shell_companion.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
shell_ext.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
shell_ext.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
shell_port.c Refactor shell configuration and improve delay handling 2026-03-24 08:24:50 +08:00
shell_port.h Refactor USB and application task handling 2026-03-23 19:12:44 +08:00