From ea7f6683e42ed583eb73daf82012781446e631a2 Mon Sep 17 00:00:00 2001 From: Kyle Kearney Date: Wed, 18 Sep 2019 17:02:27 -0700 Subject: [PATCH] Simplicy QSPIF target overrides for PSoC6 All current PSoC 6 targets support the same QSPI frequency and minimum program size. So specify a single entry rather than duplicating for each device. --- .../blockdevice/COMPONENT_QSPIF/mbed_lib.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json b/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json index b99c24707a7..1f2bc1c3204 100644 --- a/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json +++ b/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json @@ -39,23 +39,7 @@ "QSPI_MIN_READ_SIZE": "4", "QSPI_MIN_PROG_SIZE": "4" }, - "CY8CKIT_062S2_43012": { - "QSPI_FREQ": "50000000", - "QSPI_MIN_PROG_SIZE": "512" - }, - "CY8CPROTO_062_4343W": { - "QSPI_FREQ": "50000000", - "QSPI_MIN_PROG_SIZE": "512" - }, - "CY8CKIT_062_WIFI_BT": { - "QSPI_FREQ": "50000000", - "QSPI_MIN_PROG_SIZE": "512" - }, - "CY8CKIT_062_BLE": { - "QSPI_FREQ": "50000000", - "QSPI_MIN_PROG_SIZE": "512" - }, - "CYW943012P6EVB_01": { + "MCU_PSOC6": { "QSPI_FREQ": "50000000", "QSPI_MIN_PROG_SIZE": "512" }