»
(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...*
🕹️(012) FreeRTOS HeapSize statistics
FreeRTOS中堆空间的统计: 系统运行期间堆空间的最小剩余量: size_t xPortGetMinimumEverFreeHeapSize(); 当前堆空间的剩余量: size_t xPortGetFreeHeapSize(); 系统定义的总体堆的容量: FreeRTOSConfig.h中, #define configTOTAL_HEAP_SIZE ((size_t)3072)