mirror of https://github.com/ARMmbed/mbed-os.git
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"name": "storage_filesystem",
|
|
"config": {
|
|
"rbp_internal_size": {
|
|
"help": "Default is the larger of the last 2 sectors or last 14 pages of flash.",
|
|
"value": "0"
|
|
},
|
|
"internal_base_address": {
|
|
"help": "If default, base address is set to internal_size bytes before the end of flash.",
|
|
"value": "0"
|
|
},
|
|
"filesystem": {
|
|
"help": "Options are default, FAT or LITTLE. If default value the filesystem is chosen by the blockdevice type",
|
|
"value": "default"
|
|
},
|
|
"blockdevice": {
|
|
"help": "Options are default, SPIF, DATAFASH, QSPIF, SD or other. If default, the block device will be chosen according to the component defined in targets.json. If other, override get_other_blockdevice() to support block device out of Mbed OS tree.",
|
|
"value": "default"
|
|
},
|
|
"external_size": {
|
|
"help": "Size in bytes of the external block device, if default value, the maximum size available is used.",
|
|
"value": "0"
|
|
},
|
|
"external_base_address": {
|
|
"help": "The default will set start address to address 0",
|
|
"value": "0"
|
|
},
|
|
"mount_point": {
|
|
"help": "Where to mount the filesystem.",
|
|
"value": "kv"
|
|
},
|
|
"folder_path": {
|
|
"help": "Path for the working directory where the FileSystemStore stores the data",
|
|
"value": "kvstore"
|
|
}
|
|
},
|
|
"target_overrides": {
|
|
"MCU_PSOC6": {
|
|
"rbp_internal_size": "7168"
|
|
}
|
|
}
|
|
}
|