mbed-os/features/storage/kvstore/conf/global/mbed_lib.json

46 lines
1.3 KiB
JSON

{
"name": "storage",
"config": {
"storage_type": {
"help": "Options are TDB_INTERNAL, TDB_EXTERNAL, TDB_EXTERNAL_NO_RBP, FILESYSTEM, FILESYSTEM_NO_RBP or default. If default, the storage type will be chosen according to the component defined in targets.json",
"value": "default"
},
"default_kv": {
"help": "A string name for the default kvstore configuration",
"value": "kv"
}
},
"target_overrides": {
"K66F": {
"storage_type": "TDB_INTERNAL"
},
"NUCLEO_F411RE": {
"storage_type": "TDB_INTERNAL"
},
"NUCLEO_F429ZI": {
"storage_type": "TDB_INTERNAL"
},
"NUCLEO_H743ZI": {
"storage_type": "TDB_INTERNAL"
},
"NUCLEO_H743ZI2": {
"storage_type": "TDB_INTERNAL"
},
"DISCO_H747I": {
"storage_type": "TDB_INTERNAL"
},
"DISCO_H747I_CM4": {
"storage_type": "TDB_INTERNAL"
},
"UBLOX_EVK_ODIN_W2": {
"storage_type": "TDB_INTERNAL"
},
"LPC55S69_S": {
"storage_type": "TDB_INTERNAL"
},
"ARM_MUSCA_A1_S": {
"storage_type": "TDB_INTERNAL"
}
}
}