nuttx/drivers/eeprom
Antoine Juckler 4863564d48 drivers/eeprom: Support PE/SE/CE commands
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>
2025-12-03 22:05:44 +08:00
..
CMakeLists.txt drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
i2c_xx24xx.c drivers/eeprom: Support PE/SE/CE commands 2025-12-03 22:05:44 +08:00
Kconfig drivers/eeprom: Set the bus frequency 2025-11-25 09:49:26 +08:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
spi_xx25xx.c drivers/eeprom: Support PE/SE/CE commands 2025-12-03 22:05:44 +08:00