Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

12 righe
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