效果

image.png
一个终端一样的东西,没有操作系统,使用串口来模拟终端操作。

代码

涉及到的文件:
06ASCLIN-Shell - 图2

ASCLIN_Shell_UART.c

对uart的一些基本配置和初始化
image.png

IfxStdIf_DPipe.c / Ifx_Console.c

在配置一个窗口终端程序前,要初始化一个标准接口和控制台,函数:IfxAsclin_Asc_stdIfDPipeInit()、 Ifx_Console_init()
引用IfxAsclin_Asc.h and Ifx_Console.h两个头文件

Ifx_Shell.c

用Ifx_Shell_initConfig()函数中对Ifx_Shell_Config结构体进行初始化,然后在 initShellInterface()中进行配置。
image.png
最后使用Ifx_Shell_init()完成初始化。