Skip to content

Commit ea7f668

Browse files
author
Kyle Kearney
committed
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.
1 parent 28a0e3c commit ea7f668

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,7 @@
3939
"QSPI_MIN_READ_SIZE": "4",
4040
"QSPI_MIN_PROG_SIZE": "4"
4141
},
42-
"CY8CKIT_062S2_43012": {
43-
"QSPI_FREQ": "50000000",
44-
"QSPI_MIN_PROG_SIZE": "512"
45-
},
46-
"CY8CPROTO_062_4343W": {
47-
"QSPI_FREQ": "50000000",
48-
"QSPI_MIN_PROG_SIZE": "512"
49-
},
50-
"CY8CKIT_062_WIFI_BT": {
51-
"QSPI_FREQ": "50000000",
52-
"QSPI_MIN_PROG_SIZE": "512"
53-
},
54-
"CY8CKIT_062_BLE": {
55-
"QSPI_FREQ": "50000000",
56-
"QSPI_MIN_PROG_SIZE": "512"
57-
},
58-
"CYW943012P6EVB_01": {
42+
"MCU_PSOC6": {
5943
"QSPI_FREQ": "50000000",
6044
"QSPI_MIN_PROG_SIZE": "512"
6145
}

0 commit comments

Comments
 (0)