You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
405 B

  1. INTRODUCTION
  2. Spiffs is a file system intended for SPI NOR flash devices on embedded targets.
  3. Spiffs is designed with following characteristics in mind:
  4. * Small (embedded) targets, sparse RAM without heap
  5. * Only big areas of data (blocks) can be erased
  6. * An erase will reset all bits in block to ones
  7. * Writing pulls one to zeroes
  8. * Zeroes can only be pulled to ones by erase
  9. * Wear leveling