From 3ee153a303424a8633422b26e4320ad3dae5205b Mon Sep 17 00:00:00 2001 From: Veijo Pesonen Date: Tue, 28 Jan 2020 12:36:24 +0200 Subject: [PATCH] test config: SPIF - overwrite QSPIF with all devices --- tools/test_configs/SPIFBlockDeviceAndHeapBlockDevice.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_configs/SPIFBlockDeviceAndHeapBlockDevice.json b/tools/test_configs/SPIFBlockDeviceAndHeapBlockDevice.json index 05be4d17ff..e03c15084a 100644 --- a/tools/test_configs/SPIFBlockDeviceAndHeapBlockDevice.json +++ b/tools/test_configs/SPIFBlockDeviceAndHeapBlockDevice.json @@ -17,7 +17,7 @@ } }, "target_overrides": { - "NRF52840_DK": { + "*": { "target.components_remove": ["QSPI", "QSPIF"], "target.components_add" : ["SPI", "SPIF"] }