I have a board that already exists and will not be modified. It has a serial EEPROM on it and not flash.
Right now, there’s a small amount of used area for a small number of items for configuration.
I would like to use TDBStore on it as I like the idea of not writing my own storage layers. Additionally, I would like the ability to add, update, modify, etc. in the future without worrying about where it goes.
I know the KVStore in general would be good for this, but what about on an EEPROM? Would I be causing myself problems in some way or, assuming a big enough EEPROM, would I be able to use this?