»
(008) CubeIDE Implementation of USB Peripherals*
(018) C99 pointer*
(019) C99 With only value assignment*
(022) POSIX pthread multi-threads mutex*
(023) POSIX pthread multi-threads programming*
(027) C99 time and wait*
(028) High-precision calculation with GMP*
(029) Web Service Lib*
(030) International Components for Unicode (ICU)*
(031) Performance of C is higher than C++, because...*
🕹️(006) Configuration of tasks priority levels
FreeRTOS中任务优先级层数的配置: 配置文件: FreeRTOSConfig.h 配置项: #define configMAX_PRIORITIES (7) //0~6,6优先级最高 优先级一样的任务,FreeRTOS会做时间均分。同时创建的同等优先级的任务,FreeRTOS最后被创建的任务最先启动。