Import Mbed OS hard-float snapshot
This commit is contained in:
48
storage/kvstore/kv_config/global/mbed_lib.json
Normal file
48
storage/kvstore/kv_config/global/mbed_lib.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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": {
|
||||
"HANI_IOT": {
|
||||
"storage_type": "TDB_INTERNAL"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"LPC55S69_S": {
|
||||
"storage_type": "TDB_INTERNAL"
|
||||
},
|
||||
"ARM_MUSCA_A1_S": {
|
||||
"storage_type": "TDB_INTERNAL"
|
||||
},
|
||||
"ARM_MUSCA_B1_S": {
|
||||
"storage_type": "TDB_INTERNAL"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user