From f6b9d26f4d64c815bbeb8bfb94743c6c3e73b17e Mon Sep 17 00:00:00 2001 From: Maciej Bocianski Date: Fri, 4 Oct 2019 16:36:32 +0200 Subject: [PATCH] EFM32GG11_STK3701: add QSPIF component config --- components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json b/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json index b99c24707a..f07024a277 100644 --- a/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json +++ b/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json @@ -58,6 +58,10 @@ "CYW943012P6EVB_01": { "QSPI_FREQ": "50000000", "QSPI_MIN_PROG_SIZE": "512" + }, + "EFM32GG11_STK3701": { + "QSPI_MIN_READ_SIZE": "4", + "QSPI_MIN_PROG_SIZE": "4" } } }