-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(freeRTOS-DShanMCU-F103): update README
- Loading branch information
Showing
3 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,38 @@ | ||
# 前言 | ||
# 百问网韦东山《freeRTOS入门与工程实践》教程-DShanMCU-103学习套件 | ||
|
||
FreeRTOS入门与工程实践-基于DshanMCU-103。 | ||
## 前言 | ||
|
||
# 配套学习套件 | ||
《freeRTOS入门与工程实践》基于[DShanMCU-103学习套件](https://item.taobao.com/item.htm?id=724601559592) 编写。 | ||
|
||
问: 《freeRTOS快速入门》和 [《freeRTOS入门与工程实践》](../DShanMCU-F103/README.md) 的开发板有何不同? | ||
答:前者使用Keil自带的模拟器无需实际开发板,后者使用DshanMCU-F103开发板板套件 | ||
|
||
|
||
问: 《freeRTOS快速入门》和 [《freeRTOS入门与工程实践》](../DShanMCU-F103/README.md) 如何选择? | ||
答:不想买板子的学习前者,负担得起板子的学习后者。 | ||
|
||
|
||
问: 《freeRTOS快速入门》和 [《freeRTOS入门与工程实践》](../DShanMCU-F103/README.md) 课程有何不同? | ||
答:前者主讲FreeRTOS的使用,后者包含前者的内容,并且加入了更多的工程实践:用FreeRTOS解决实际工作难题。 | ||
|
||
|
||
问:入门之后该怎么进阶学习? | ||
答:阅读 [【拓展】进阶学习](../simulator/chapter14.md) 章节,了解关于freeRTOS的学习路线。 | ||
|
||
|
||
## 学前知识普及 | ||
|
||
对于RTOS初学者或者对RTOS的基础概念不太清楚的同学,请先学习[这个视频课程](https://www.bilibili.com/video/BV11h41167iD),在充分理解什么是RTOS之后再开始学习,对于你的学习能达到事半功倍的作用! | ||
|
||
<iframe src="//player.bilibili.com/player.html?aid=206670748&bvid=BV11h41167iD&cid=370140179&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe> | ||
|
||
视频观看地址: [https://www.bilibili.com/video/BV11h41167iD](https://www.bilibili.com/video/BV11h41167iD) | ||
|
||
## 配套学习套件 | ||
|
||
- DShanMCU-F103学习套件:[https://item.taobao.com/item.htm?id=724601559592](https://item.taobao.com/item.htm?id=724601559592) | ||
|
||
# 配套资料获取 | ||
## 配套资料获取 | ||
|
||
- [http://download.100ask.net/boards/St/DShanMCU-F103/index.html](http://download.100ask.net/boards/St/DShanMCU-F103/index.html) | ||
|