Is there a Data Structure provided
Posted: Mon Oct 09, 2023 6:53 pm
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 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