mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
Current driver supports MTDIOC_BULKERASE ioctl that erases the entire device. The added ioctl MTDIOC_ERASESECTORS adds possibility to erase just sectors defined by the user. This is similar to MEMERASE call in Linux kernel. Signed-off-by: Michal Lenc <michallenc@seznam.cz>