Mcu manager.

This commit is contained in:
xiaojiazhu 2023-08-08 08:45:19 -07:00
parent 7a693216d8
commit 548b2acfa6

View File

@ -121,7 +121,13 @@ libLogAbstract.a -->> -User:return
##### 1.4.2.2.4. MCU管理模块
   单片机通信接口库。
   MCU通信接口库一般使用串口进行通信需要考虑多态其它接口例如I2C考虑多态协议数据结构。MCU负责管理外设的电源控制 / 充当硬狗等。
###### 1.4.2.2.4.1. 串口开源库
使用下述开源库对串口数据进行收发。
```
https://gitee.com/RT-Thread-Mirror/TinyFrame
```
##### 1.4.2.2.5. IPC配置库