Import Mbed OS hard-float snapshot
This commit is contained in:
25
tools/test_configs/SPIFBlockDeviceAndHeapBlockDevice.json
Normal file
25
tools/test_configs/SPIFBlockDeviceAndHeapBlockDevice.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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": "SPIFBlockDevice"
|
||||
},
|
||||
"test-filesystem": {
|
||||
"help": "Used filesystem",
|
||||
"macro_name": "MBED_TEST_FILESYSTEM",
|
||||
"value": "LittleFileSystem"
|
||||
}
|
||||
},
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.components_remove": ["QSPI", "QSPIF"],
|
||||
"target.components_add" : ["SPI", "SPIF"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user