misc
misc copied to clipboard
Embedded software modules: dynamic memory with defrag, Linked list, RAMFS, GFX, Primitive scheduler, FIFO etc.
Miscellaneous Library
Some of the most important components:
- Dynamic memory manager with defrag. and memory monitoring
- Simple task scheduler with priority and idle measurement
- File system interface to access different mediums easily
- RAM FS
- FIFO
- Linked list
- Fonts
- etc
Usage
- Clone the repository into the root folder of your project:
git clone https://github.com/littlevgl/misc.git - In your IDE add the project root folder as include path
- Copy misc/misc_conf_templ.h as misc_conf.h to the project root folder
- Delete the first
#if 0and the last#endifto enable the file - Enable/disable or configure the components
- To initialize the library
#include misc/misc.hand callmisc_init()