外部导入命令实现gcc环境

This commit is contained in:
2025-06-14 13:12:18 +08:00
parent 21c737d54d
commit 252bc7116a
2 changed files with 1997 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
* 使能此宏,则`shellTask()`函数会一直循环读取输入一般使用操作系统建立shell
* 任务时使能此宏,关闭此宏的情况下,一般适用于无操作系统,在主循环中调用`shellTask()`
*/
#define SHELL_TASK_WHILE 1
#define SHELL_TASK_WHILE 0
/**
* @brief 是否使用命令导出方式
@@ -122,7 +122,7 @@
* @brief shell格式化输出的缓冲大小
* 为0时不使用shell格式化输出
*/
#define SHELL_PRINT_BUFFER 128
#define SHELL_PRINT_BUFFER 512
/**
* @brief shell格式化输入的缓冲大小