nuttx/Documentation/components/drivers
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
..
block drivers/eeprom: Retrieve the geometry 2025-11-13 08:57:52 -03:00
character drivers/eeprom: Support PE/SE/CE commands 2025-12-03 22:05:44 +08:00
special drivers/sensors: Add QST QMI8658 6-axis IMU sensor support 2025-11-30 09:44:43 -03:00
thermal Documentation: fix spelling 2025-05-15 11:33:41 +08:00
index.rst Documentation/drivers/timers: Add information about timers. 2025-11-24 19:43:07 +08:00