MCUXpresso_MIMXRT1021xxxxx/components/flash/mflash
Yilin Sun 763d32be90
Updated SDK to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-15 22:23:36 +08:00
..
mimxrt1021 Updated SDK to v2.15.000 2024-03-15 22:23:36 +08:00
component_mflash_common.MIMXRT1021.cmake Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
component_mflash_dummy.MIMXRT1021.cmake Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
component_mflash_file.MIMXRT1021.cmake Updated to SDK v2.14.0 2023-08-31 23:30:31 +08:00
mflash_common.h Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00
mflash_dummy.c Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00
mflash_file.c Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00
mflash_file.h Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00
readme.txt Initial SDK v2.12.0 2022-08-23 23:00:33 +08:00

readme.txt

Overview
========

mflash_file is a simple statically allocated flat filesytem for FLASH memories.
The storage consists of predefined set of named files with fixed maximal lenght.
Its main purpose is to provide non-volatile storage for small data like device configuration and provisioning.