http://www.freertos.org/a00111.html The RTOS kernel allocates RAM each time a task, queue, mutex, software timer or semaphore is created. The standard C library malloc() and free() functions can sometimes be used for this purpose, but ... they are no
1. EasyFlash Easyflash可以让 Flash 成为小型 KV 数据库(Key-Value) GitHub: https://github.com/armink/SFUD Gitee: https://gitee.com/Armink/EasyFlash 2. EasyFlash的移植 ① 使用keil添加工程并添加对应的头文件 ② 编写ef_port.c /* * This file is part of the EasyLogger Library. * * Copyrigh