Skip to content

Commit 7fb52d9

Browse files
authored
Merge pull request #11567 from kyle-cypress/pr-dev/simplify-qspi-params
Simplicy QSPIF target overrides for PSoC6
2 parents 64df072 + ea7f668 commit 7fb52d9

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)