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
42c4fcad63
commit
3d33505808
@ -63,8 +63,10 @@
|
||||
* [将 AWTK 移植到 STM32f103ze 裸系统](porting_to_stm32f103ze.md)
|
||||
* [将 AWTK 移植到 STM32f429igtx 裸系统](porting_to_stm32f429igtx.md)
|
||||
* [将 AWTK 移植到 AWorksOS 平台](porting_to_awtk_aworks_rt1052.md)
|
||||
* [将 AWTK 移植到 TinyOS 平台](https://github.com/zlgopen/awtk-stm32f103ze-tencentos/blob/master/docs/tos-port.md)
|
||||
* [将 AWTK 移植到 TencentOS 平台](https://github.com/zlgopen/awtk-stm32f103ze-tencentos/blob/master/docs/tos-port.md)
|
||||
* [将 AWTK 移植到 RT-Thread 平台](https://github.com/zlgopen/awtk-stm32f103ze-rtthread/blob/master/docs/rtt-port.md)
|
||||
* [将 AWTK 移植到 LPC1867 裸系统(推荐)](https://github.com/zlgopen/awtk-lpc1768-raw/blob/master/docs/lpc1768_port.md)
|
||||
* [将 AWTK 移植到 STM32H743(TencentOS)平台(推荐)](https://github.com/zlgopen/awtk-stm32h743iitx-tencentos/blob/master/docs/stm32h743iitx_port.md)
|
||||
|
||||
### 5. 技术笔记
|
||||
* [LCD 接口的三种实现方式](lcd.md)
|
||||
|
@ -110,6 +110,7 @@
|
||||
| i.MX283 | Linux | https://github.com/zlgopen/awtk-linux-fb | [ZLG](http://www.zlg.cn) |
|
||||
| LPC54608 | 无 | 请联系作者 | [ZLG](http://www.zlg.cn) |
|
||||
| LPC54018 | 无 | 请联系作者 | [ZLG](http://www.zlg.cn) |
|
||||
| LPC1768 | 无 | https://github.com/zlgopen/awtk-lpc1768-raw | [ZLG](http://www.zlg.cn) |
|
||||
|
||||
- #### ST
|
||||
|
||||
@ -118,6 +119,7 @@
|
||||
| STM32F103 | 无 | https://github.com/zlgopen/awtk-stm32f103ze-raw | [ZLG](http://www.zlg.cn) |
|
||||
| STM32F103 | RT-Thread | https://github.com/zlgopen/awtk-stm32f103ze-rtthread | [ZLG](http://www.zlg.cn) |
|
||||
| STM32F103 | TencentOS | https://github.com/zlgopen/awtk-stm32f103ze-tencentos | [ZLG](http://www.zlg.cn) |
|
||||
| STM32H743 | TencentOS | https://github.com/zlgopen/awtk-stm32h743iitx-tencentos | [ZLG](http://www.zlg.cn) |
|
||||
| STM32F429 | 无 | https://github.com/zlgopen/awtk-stm32f429igtx-raw | [ZLG](http://www.zlg.cn) |
|
||||
| STM32F767 | 无 | https://github.com/zlgopen/awtk-stm32f767igtx-raw | [ZLG](http://www.zlg.cn) |
|
||||
| STM32F769 | FreeRTOS | https://github.com/wpmyj/awtk-stm32f769-freertos | [王培明](https://github.com/wpmyj) |
|
||||
|
@ -1,5 +1,8 @@
|
||||
# 最新动态
|
||||
|
||||
* 2020/05/10
|
||||
* 更新文档。
|
||||
|
||||
* 2020/05/09
|
||||
* 更新文档(感谢俊杰提供补丁)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user