Skip to content

Commit

Permalink
docs(freeRTOS-DShanMCU-F103): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
YobeZhou committed Sep 11, 2023
1 parent 7c2fc91 commit b5e389b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { version } from '../meta.js'

export const navbarZh: NavbarConfig = [
{
text: 'FreeRTOS入门与工程实践',
text: 'freeRTOS入门与工程实践',
link: '/zh/freeRTOS/DShanMCU-F103/',
},
{
text: 'freeRTOS快速入门',
text: 'freeRTOS快速入门基于模拟器',
link: '/zh/freeRTOS/simulator/',
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { SidebarConfig } from '@vuepress/theme-default'
export const sidebarZh: SidebarConfig = {
'/zh/freeRTOS/DShanMCU-F103/': [
{
text: 'FreeRTOS入门与工程实践',
text: 'freeRTOS入门与工程实践',
collapsible: true,
children: [
'/zh/freeRTOS/DShanMCU-F103/README.md',
Expand Down
34 changes: 30 additions & 4 deletions docs/zh/freeRTOS/DShanMCU-F103/README.md
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)

0 comments on commit b5e389b

Please sign in to comment.