mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
update docs
This commit is contained in:
parent
5db7721a41
commit
3a5cefd8c2
@ -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
16
src/platforms/README.md
Normal 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等平台。
|
||||
|
Loading…
Reference in New Issue
Block a user