25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

12 satır
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