https://github.com/summergift/rtthread_deep_analysis
解析 RT-Thread 操作系统,分析功能模块实现过程中的数据结构。
https://github.com/summergift/rtthread_deep_analysis
datastructures rt-thread
Last synced: 11 months ago
JSON representation
解析 RT-Thread 操作系统,分析功能模块实现过程中的数据结构。
- Host: GitHub
- URL: https://github.com/summergift/rtthread_deep_analysis
- Owner: SummerGift
- License: mit
- Created: 2018-05-18T03:41:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T10:15:31.000Z (over 7 years ago)
- Last Synced: 2025-01-16T21:43:07.929Z (about 1 year ago)
- Topics: datastructures, rt-thread
- Homepage:
- Size: 1.61 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 深度解析 RT-Thread 操作系统
## 简介
- 这个仓库的内容包括 RT-Thread 操作系统功能实现的深度解析。
- 从实现的功能,数据结构,设计方法的角度来讲解 RT-Thread 操作系统。
___
## 内容
### RT-Thread 内核对象模型
### RT-Thread 文件系统
- [x] [Lecture 1 - RT-Thread 文件系统应用笔记](./Lectures/Lecture_1.1_RT-Thread_文件系统应用笔记.md)
- [x] [Lecture 2 - 文件系统数据结构解析](./Lectures/Lecture_1.2_文件系统数据结构解析.md)
- [x] [Lecture 3 - DFS 文件描述符(FD)管理](./Lectures/Lecture_1.3_DFS文件描述符管理.md)