freertos_f407/User/system/letter_shell
许晟昊 0d9aa2d8d2 Refactor USB and application task handling
- Updated USB OTG FS interrupt priority to the highest level for improved responsiveness.
- Refactored application task to use a flow control structure for better timing management.
- Removed unnecessary FreeRTOS dependencies from shell port implementation.
- Disabled shell task loop for non-RTOS environments, allowing for more flexible shell usage.
- Adjusted flow tick rate for finer control over timing.
- Cleaned up project configuration to remove unused FreeRTOS task definitions and streamline NVIC settings.
2026-03-23 19:12:44 +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 USB and application task handling 2026-03-23 19:12:44 +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 USB and application task handling 2026-03-23 19:12:44 +08:00
shell_port.h Refactor USB and application task handling 2026-03-23 19:12:44 +08:00