freertos_f407/User/system/letter_shell
xushenghao 9f37c7d763 Refactor shell task creation
- Removed the shell task handle from app.c as it is no longer needed.
- Moved the shell task creation to shell_port.c with updated parameters.
- Ensured the shell task is created with appropriate stack size and priority.
2025-09-10 00:41:42 +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 Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
shell_cfg_user.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +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 task creation 2025-09-10 00:41:42 +08:00
shell_port.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00