Merge pull request #11567 from kyle-cypress/pr-dev/simplify-qspi-params

Simplicy QSPIF target overrides for PSoC6
pull/11678/head
Anna Bridge 2019-10-11 12:22:09 +01:00 committed by GitHub
commit 7fb52d9300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 17 deletions

View File

@ -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"
}