
freeRTOS
2021年5月12日
freeRTOS introduction
Introduction¶FreeRTOS is a market-leading real-time operating system (RTOS) for microcontrollers and small microprocessors. Distributed freely under the MIT open source license, FreeRTOS includes a kernel and a growing set of libraries suitable for use across all industry sectors. FreeRTOS is built with an emphasis on reliability and ease of use.
PDK supports FreeRTOS on R5F CPUs for J721E. Only CPU Port is available in this release.
使用指导
FreeRTOS to Satety RTOS
Gudie upgrading freertos to safertos
参考
Document Description | Weblink |
---|---|
Easy to read FreeRTOS book | https://www.freertos.org/Documentation/RTOS_book.html |
FreeRTOS user docs | https://www.freertos.org/features.html |
User API reference | https://www.freertos.org/a00106.html |
FreeRTOS core kernel source code | https://github.com/FreeRTOS/FreeRTOS-Kernel |
FreeRTOS core kernel example source code | https://github.com/FreeRTOS/FreeRTOS/tree/master/FreeRTOS |
Additional FreeRTOS.org maintained libraries (POSIX, TCP, Filesystem, …) | https://www.freertos.org/FreeRTOS-Labs/index.html |
Additional FreeRTOS.org maintained libraries (POSIX, TCP, Filesystem, …) | https://www.freertos.org/FreeRTOS-Plus/index.html |
Additional FreeRTOS.org maintained libraries (POSIX, TCP, Filesystem, …) | https://github.com/FreeRTOS |
Post Views:
385