Newer
Older
mbed-os / features / storage / kvstore / conf / global / mbed_lib.json
@MarceloSalazar MarceloSalazar on 9 Apr 2020 1 KB General clean-up of unsupported targets
{
"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"
        }
    }
}