選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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