tree: afca268afaebd9830f1a5205f0a1c26bb9f2da28 [path history] [tgz]
  1. test/
  2. BUILD.gn
  3. nand.cc
  4. nand.h
  5. README.md
src/devices/nand/drivers/nand/README.md

The NAND driver is a simple layer on top of a device-specific rawnand driver. It adds an asynchronous interface with retry logic and will split large requests into the smaller per-page requests required by the rawnand driver.