update docs

This commit is contained in:
lixianjing 2021-08-05 11:38:09 +08:00
parent 5db7721a41
commit 3a5cefd8c2
2 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# 最新动态
2021/08/05
* 增加src/platforms/README.md
2021/08/04
* 增加函数combo\_box\_remove\_option。
* 完善demoui(感谢兆坤提供补丁)。

16
src/platforms/README.md Normal file
View File

@ -0,0 +1,16 @@
## 目录介绍
* common 公共代码。
* raw 基于裸系统的实现(无RTOS的嵌入式系统)。
* 基于[freertos](https://www.freertos.org/)的实现。
* rtt 基于[RT-Thread](https://www.rt-thread.org/)的实现。
* tos 基于腾讯[tiny OS](https://github.com/Tencent/TencentOS-tiny)的实现。
* cmsis\_os 基于cmsis\_os抽象接口的实现。
* pc 基于PC(SDL/Posix)的实现主要用于Windows, MacOS, Linux, Android和iOS等平台。