Newer
Older
mbed-os / tools / test_configs / RSPIFBlockDeviceAndHeapBlockDevice.json
{
    "config": {
        "sim-blockdevice": {
            "help": "Simulated block device, requires sufficient heap",
            "macro_name": "MBED_TEST_SIM_BLOCKDEVICE",
            "value": "HeapBlockDevice"
        },
        "test-blockdevice": {
            "help": "Used blockdevice",
            "macro_name": "MBED_TEST_BLOCKDEVICE",
            "value": "SPIFReducedBlockDevice"
        },
        "test-filesystem": {
            "help": "Used filesystem",
            "macro_name": "MBED_TEST_FILESYSTEM",
            "value": "LittleFileSystem"
        }
    },
    "target_overrides": {
        "NRF52840_DK": {
            "target.components_remove": ["QSPI", "QSPIF"],
            "target.components_add"   : ["SPI", "RSPIF"]
        }
    }
}