外部导入命令实现gcc环境

This commit is contained in:
iorebuild 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()`使shell
* 使`shellTask()` * 使`shellTask()`
*/ */
#define SHELL_TASK_WHILE 1 #define SHELL_TASK_WHILE 0
/** /**
* @brief 使 * @brief 使
@ -122,7 +122,7 @@
* @brief shell格式化输出的缓冲大小 * @brief shell格式化输出的缓冲大小
* 0使shell格式化输出 * 0使shell格式化输出
*/ */
#define SHELL_PRINT_BUFFER 128 #define SHELL_PRINT_BUFFER 512
/** /**
* @brief shell格式化输入的缓冲大小 * @brief shell格式化输入的缓冲大小

1995
Src/shell.c.bak Normal file

File diff suppressed because it is too large Load Diff