Skip to content

Commit

Permalink
Merge pull request #11369 from kyle-cypress/pr/kit-43012-qspi-frequency
Browse files Browse the repository at this point in the history
Specify QSPI frequency for more Cypress targets
  • Loading branch information
0xc0170 committed Aug 29, 2019
2 parents 95fc8cf + 1facc76 commit a5af86d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"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"
Expand All @@ -50,6 +54,10 @@
"CY8CKIT_062_BLE": {
"QSPI_FREQ": "50000000",
"QSPI_MIN_PROG_SIZE": "512"
},
"CYW943012P6EVB_01": {
"QSPI_FREQ": "50000000",
"QSPI_MIN_PROG_SIZE": "512"
}
}
}

0 comments on commit a5af86d

Please sign in to comment.