mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
Add support for the page erase (PE), sector erase (SE) and chip erase (CE) dedicated commands on supported devices. They can be triggered using the corresponding IOCTL commands EEPIOC_PAGEERASE, EEPIOC_SECTORERASE and EEPIOC_CHIPERASE. On unsupported devices, this is equivalent to writing a full page, sector, or the entire EEPROM to 0xFF. Signed-off-by: Antoine Juckler <6445757+ajuckler@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| i2c_xx24xx.c | ||
| Kconfig | ||
| Make.defs | ||
| spi_xx25xx.c | ||