Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Systems need a way to store information in persistent storage, such as SPI flash, and an SD card, EEPROM, etc.

Persistent information stored could be:

...

Arbitrary data must be able to be written and read persistently. Files will only be written to and read from sequentially, random access is NOT required.

Files can be "read only" once closed, the system does NOT need to support writing to old files, but old files must be able to be read from.

The system must be able to store multiple files.

...