From b8e00165952da192d14a34d735454ff74d854229 Mon Sep 17 00:00:00 2001 From: supowang Date: Fri, 11 Oct 2019 15:47:57 +0800 Subject: [PATCH] Update README_en.md --- README_en.md | 89 +++++----------------------------------------------- 1 file changed, 7 insertions(+), 82 deletions(-) diff --git a/README_en.md b/README_en.md index 536df489..a5551c5b 100644 --- a/README_en.md +++ b/README_en.md @@ -62,18 +62,18 @@ The fault scene information is automatically uploaded to the cloud platform, whi TencentOS tiny currently supports mainstream MCUs such as STM32, NXP, Huada Semiconductor, National Technology, GD32, Nordic, and TI. Two sets of official custom development board designs have been completed, supporting the full range of STM32 NUCLEO official evaluation board kernel migration. TencentOS tiny will work together with partners to provide better IoT terminal software solutions for IoT terminal manufacturers, facilitating the rapid access of various IoT devices to Tencent Cloud, and jointly expanding the IoT ecosystem to better support smart cities, smart water meters, and smart homes. , smart wear, car networking and other industrial applications. # TencentOS tiny code directory -- [TencentOS tiny代码目录说明](./doc/TencentOS-tiny-代码目录说明.md) +- [TencentOS tiny code directory description](./doc/TencentOS-tiny-代码目录说明.md) # TencentOS tiny reference documentation ## 1、Porting guide -- [TencentOS tiny移植指南(KEIL版本)](./doc/TencentOS-tiny-porting-keil.md) -- [TencentOS tiny移植指南(IAR版本)](./doc/TencentOS-tiny-porting-iar.md) -- [TencentOS tiny移植指南(GCC版本)](./doc/TencentOS-tiny-porting-gcc.md) +- [TencentOS tiny Porting guide(KEIL version)](./doc/TencentOS-tiny-porting-keil.md) +- [TencentOS tiny Porting guide(IAR version)](./doc/TencentOS-tiny-porting-iar.md) +- [TencentOS tiny Porting guide(GCC version)](./doc/TencentOS-tiny-porting-gcc.md) ## 2、Development guide -- [TencentOS tiny内核开发指南](./doc/4.TencentOS-tiny开发指南.md) -- [TencentOS tiny API参考](./doc/5.TencentOS-tiny-SDK文档.md) -- [TencentOS tiny对接腾讯云IoTHub开发指南](./doc/8.TencentOS-tiny对接腾讯云IoTHub开发指南.md) +- [TencentOS tiny Kernel development guide](./doc/4.TencentOS-tiny开发指南.md) +- [TencentOS tiny API reference](./doc/5.TencentOS-tiny-SDK文档.md) +- [The development Guide for use TencentOS tiny access to Tencent Cloud IoTHub ](./doc/8.TencentOS-tiny对接腾讯云IoTHub开发指南.md) # TencentOS tiny opensource license * TencentOS tiny follow [BSD-3 Open source license agreement](LICENSE) @@ -104,80 +104,5 @@ Scan the QR code plus group, please note the TencentOS tiny developer, the staff ![](./doc/picture/introduction/qq.png) -# Third-party developer contributions - -Thanks to the contribution of CSDN blog expert Jiejie - -Based on the wildfire stm32f103 development board to transplant TencentOS tiny routines, source code analysis, video explanation. - -## Simple to get started - -- [超详细的 TencentOS tiny 移植到STM32F103全教程](https://blog.csdn.net/jiejiemcu/article/details/101034426) - -## Deep source analysis - -- [【TencentOS tiny学习】源码分析(1)——task](https://blog.csdn.net/jiejiemcu/article/details/99618912) - -- [【TencentOS tiny学习】源码分析(2)——调度器](https://blog.csdn.net/jiejiemcu/article/details/99665883) - -- [【TencentOS tiny学习】源码分析(3)——队列](https://blog.csdn.net/jiejiemcu/article/details/99687678) - -- [【TencentOS tiny学习】源码分析(4)——消息队列](https://blog.csdn.net/jiejiemcu/article/details/99781093) - -- [【TencentOS tiny学习】源码分析(5)——信号量](https://blog.csdn.net/jiejiemcu/article/details/100052643) - -- [【TencentOS tiny学习】源码分析(6)——互斥锁](https://blog.csdn.net/jiejiemcu/article/details/100056641) - -- [【TencentOS tiny学习】源码分析(7)——事件](https://blog.csdn.net/jiejiemcu/article/details/100492219) - -- [【TencentOS tiny学习】源码分析(8)——软件定时器](https://blog.csdn.net/jiejiemcu/article/details/101846089) - -## Example Code - -- [【TencentOS tiny学习】例程(0)——hello world](https://github.com/jiejieTop/TencentOS-Demo/tree/master/hello-world) - -- [【TencentOS tiny学习】例程(1)——task](https://github.com/jiejieTop/TencentOS-Demo/tree/master/01-task) - -- [【TencentOS tiny学习】例程(2)——队列](https://github.com/jiejieTop/TencentOS-Demo/tree/master/02-queue) - -- [【TencentOS tiny学习】例程(3)——消息队列](https://github.com/jiejieTop/TencentOS-Demo/tree/master/03-msg_queue) - -- [【TencentOS tiny学习】例程(4)——信号量](https://github.com/jiejieTop/TencentOS-Demo/tree/master/04-sem) - -- [【TencentOS tiny学习】例程(5)——互斥锁](https://github.com/jiejieTop/TencentOS-Demo/tree/master/05-mutex) - -- [【TencentOS tiny学习】例程(6)——事件](https://github.com/jiejieTop/TencentOS-Demo/tree/master/06-event) - -- [【TencentOS tiny学习】例程(7)——软件定时器](https://github.com/jiejieTop/TencentOS-Demo/tree/master/07-timer) - -- [【TencentOS tiny学习】例程(8)——内存池](https://github.com/jiejieTop/TencentOS-Demo/tree/master/08-mmblk) - -- [【TencentOS tiny学习】例程(9)——内存堆](https://github.com/jiejieTop/TencentOS-Demo/tree/master/09-mmheap) - - -## Video tutorial - -- [【TencentOS tiny学习】视频汇总](https://www.bilibili.com/video/av70478596?from=search&seid=10160676184801585522) -- [【视频】01-初识TencentOS tiny](https://www.bilibili.com/video/av70478596/?p=1) -- [【视频】02-TencentOS tiny基础知识](https://www.bilibili.com/video/av70478596/?p=2) -- [【视频】03-TencentOS tiny移植](https://www.bilibili.com/video/av70478596/?p=3) -- [【视频】04-TencentOS tiny任务-1](https://www.bilibili.com/video/av70478596/?p=4) -- [【视频】05-TencentOS tiny任务-2](https://www.bilibili.com/video/av70478596/?p=5) -- [【视频】06-TencentOS tiny队列-1](https://www.bilibili.com/video/av70478596/?p=6) -- [【视频】07-TencentOS tiny队列-2](https://www.bilibili.com/video/av70478596/?p=7) -- [【视频】08-TencentOS tiny消息队列](https://www.bilibili.com/video/av70478596/?p=8) -- [【视频】09-TencentOS tiny信号量-1](https://www.bilibili.com/video/av70478596/?p=9) -- [【视频】10-TencentOS tiny信号量-2](https://www.bilibili.com/video/av70478596/?p=10) -- [【视频】11-TencentOS tiny互斥锁-1](https://www.bilibili.com/video/av70478596/?p=11) -- [【视频】12-TencentOS tiny互斥锁-2](https://www.bilibili.com/video/av70478596/?p=12) -- [【视频】13-TencentOS tiny互斥锁-3](https://www.bilibili.com/video/av70478596/?p=13) -- [【视频】14-TencentOS tiny事件-1](https://www.bilibili.com/video/av70478596/?p=14) -- [【视频】15-TencentOS tiny事件-2](https://www.bilibili.com/video/av70478596/?p=15) -- [【视频】16-TencentOS tiny软件定时器-1](https://www.bilibili.com/video/av70478596/?p=16) -- [【视频】17-TencentOS tiny软件定时器-2](https://www.bilibili.com/video/av70478596/?p=11) -- [【视频】18-TencentOS tiny软件定时器-3](https://www.bilibili.com/video/av70478596/?p=18) - -## Related PPT doc -- [【TencentOS tiny学习】视频PPT](https://github.com/jiejieTop/TencentOS-Demo/tree/master/PPT)