RT thread kernel learning notes - kernel object initialization linked list organization

RT thread kernel learning notes - kernel object rt_object RT thread kernel learning notes - kernel object management RT thread kernel learning notes - kernel object operation API RT thread kernel learning notes - kernel object initialization linked list organization RT thread kernel learning notes - in depth understanding of kernel object l ...

Posted by gfX on Mon, 07 Mar 2022 22:26:25 +0100

[ART-PI] RT thread start UART6 docking GPS module

introduction Some GPS modules use serial port. Connect the GPS module and adjust the serial portIf the GPS chip is used, the interface may be I2C, SPI, UART, etc., so it needs to be connectedI register a GPS device here separately, which is used to connect GPS chips of various interfaces. For the upper layer, GPS is just a character device GP ...

Posted by gckmac on Thu, 24 Feb 2022 13:54:39 +0100

RT thread transplantation BSP driven uart

RT thread transplantation BSP driven uart brief introduction As one of the commonly used peripherals, UART driver is essential for the use of msh components of RT thread and some external UART modules. This article will introduce how to write DRV based on serial framework of RT thread_ uart. C and drv_uart.h file, until the last step to achie ...

Posted by hasanpor on Wed, 09 Feb 2022 18:44:52 +0100

How does the thread scheduler of RT thread find the task with the highest priority?

One life, two sports, three geomantic omens, four accumulation of Yin virtue, five reading, six seven aspects, eight worship God, nine to noble people and ten health preservation. ----Folk products Feng Tang's interpretation of the ten elements of success: one life, two movements, three Feng Shui, four accumulation of Yin virtue, five reading, ...

Posted by rg_22uk on Wed, 02 Feb 2022 14:37:00 +0100

[experience and popular science] practical analysis of compilation problems that may be encountered in C engineering code and their solutions

1 Preface At the beginning of this month, I sorted out the technical articles: The article [gcc compilation optimization series] shows you how C code is compiled , I have received praise from several friends; At the same time, I was particularly surprised to receive the senior leaders of the forum aozima I'm really honored to recommend a ...

Posted by Pr0digy on Fri, 31 Dec 2021 23:35:30 +0100

RT thread official smart home DIY learning notes

Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it preface This paper is a summary of the official smart home DIY project of learning RT thread. It is developed based on RT thread studio, using stm32f103 as the node to send data and stm32 ...

Posted by svan_rv on Fri, 17 Dec 2021 07:12:27 +0100

RT thread RTT SPI device driving process | LWIP + ENC28J60

Catalogue of series articles RT thread (1) add external memory to memory management RT thread (2) RTT SPI device driving process | LWIP + ENC28J60 catalogue 0 overview 0.0 references 0.1 hardware resources 0.2 software resources 0.3 RTT startup and underlying driver initialization process 1 driver writing 1.1 configure ENC28J60 inte ...

Posted by jasonbullard on Sat, 25 Sep 2021 13:29:36 +0200