I am working on a project using a CC2532 which is based on an 8051 core. I am using SDCC as the compiler.
I am needing to create a list of strings, and add, remove, append, list elements.
Are there any simple open-source/free libraries that are light enough to use in an MCU?
I found SimCList and SGLIB, but they seem overkill, I am wondering if someone knows of a simpler/lighter alternative. I just need (add,remove,list,size) functions. No need for it to be circular just a simple FIFO list. I have a total of 4K RAM. The number of list elements will be a max of 20.