Hi everyone,
Is ESP-IDF or Freertos provide a data structure to store in NON VOLATILE memory :
a serie of [ timestamp | id ] knowing that I have to remove periodically every entry that is older than 1 minute for example.
I was thinking of double linked list. Are you thinking of something else ?
Thank you
Is there a Data Structure provided
-
- Posts: 76
- Joined: Tue Sep 12, 2017 11:25 am
Re: Is there a Data Structure provided
Hi, I believe that neither idf nor rtos give you already created data structures, such as a doubly linked list. You can create the structure you need in C, although for what you intend you may find it easy using NSV.
https://docs.espressif.com/projects/esp ... flash.html
https://docs.espressif.com/projects/esp ... flash.html
Who is online
Users browsing this forum: Baidu [Spider], rsimpsonbusa and 79 guests