Expand description
Mock flash implementations for testing
This module provides mock flash devices that can be used for testing without
real hardware. Available with the mock feature.
MockFlash: Simple byte-addressable mock flash (like EEPROM)SectorMockFlash: Sector-based mock flash (like NOR flash)MeasuredMockFlash: Mock flash that tracks operation statistics
Structsยง
- Measured
Mock Flash - Mock flash device that tracks operation statistics
- Measured
Stats - Statistics for flash operations
- Mock
Flash - Simple mock flash device with byte-level operations
- Sector
Mock Flash - Sector-based mock flash device