/
githubmirror
/
mbed-os
Обзор
Документация
Войти
/
githubmirror
/
mbed-os
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/test_configs/SPIFBlockDeviceAndHeapBlockDevice.json
25 строк
744 B
Veijo Pesonen
test config: SPIF - overwrite QSPIF with all devices
07 фев 2020, 10:52
07 фев 2020, 10:52
3ee153a
Код
Авторство
О чём код?
{ "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"] } } }