[Navigation] RT-Thread Learning Column Directory [Quick Jump]

本文是 矜辰所致 的 RT-Thread 记录专栏的内容导航,结合自己的学习应用过程的总结记录。
有基础理论,有与FreeRTOS的比较,有实际项目,有应用总结。

foreword

This column is a note for learning applications when the blogger revisits RT-Thread after writing FreeRTOS. The purpose of the column is to put aside other materials and only read your own column when using RT-Thread in actual projects in the future. All design and problem solving can be done.

This column is aimed at practical application, enabling new students to quickly use RT-Thread to implement general IoT application projects. At the same time, a description of the comparison with FreeRTOS will be made in the content.

At the same time, with the use of the actual project of the blogger, more understanding and actual project experience will be shared with you.

Hope you all support and correct!

1. Environment

  1. RT-Thread recording (1. RT-Thread version, RT-Thread Studio development environment and quick start with CubeMX development)
  2. RT-Thread record (2. RT-Thread kernel startup process - startup file and source code analysis)

2. Kernel articles

  1. RT-Thread record (3. Comparison of RT-Thread thread operation function and thread management with FreeRTOS)
  2. RT-Thread recording (four, RT-Thread clock beat and software timer)
  3. RT-Thread record (5. RT-Thread critical section protection)
  4. RT-Thread record (6, semaphore, mutex and event set of IPC mechanism)
  5. RT-Thread record (7. Mailbox and message queue of IPC mechanism)
  6. RT-Thread record (8, understand RT-Thread memory management)
  7. RT-Thread record (9. RT-Thread interrupt processing and stage summary)

3. Equipment articles

  1. RT-Thread Device Model
  2. RT-Thread serial device model
  3. RT-Thread I2C Device Model

4. Components

5. Application

  1. to make a small application
  2. Practical project application example 1

Guess you like

Origin blog.csdn.net/weixin_42328389/article/details/124059294