Skip to content

Commit a5af86d

Browse files
authored
Merge pull request #11369 from kyle-cypress/pr/kit-43012-qspi-frequency
Specify QSPI frequency for more Cypress targets
2 parents 95fc8cf + 1facc76 commit a5af86d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
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+
},
4246
"CY8CPROTO_062_4343W": {
4347
"QSPI_FREQ": "50000000",
4448
"QSPI_MIN_PROG_SIZE": "512"
@@ -50,6 +54,10 @@
5054
"CY8CKIT_062_BLE": {
5155
"QSPI_FREQ": "50000000",
5256
"QSPI_MIN_PROG_SIZE": "512"
57+
},
58+
"CYW943012P6EVB_01": {
59+
"QSPI_FREQ": "50000000",
60+
"QSPI_MIN_PROG_SIZE": "512"
5361
}
5462
}
5563
}

0 commit comments

Comments
 (0)