Skip to content

Commit

Permalink
Update MPN for CYW9P62S1_43012EVB_01 board
Browse files Browse the repository at this point in the history
- Enabled support for CRC & TRNG as the new MPN has a crypto block.
  • Loading branch information
cy-opm committed Nov 20, 2019
1 parent 2e96145 commit 174adcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9257,14 +9257,15 @@
"features": ["BLE"],
"components_add": ["WHD", "43012", "CYW43XXX"],
"components_remove": ["QSPIF"],
"device_has_remove": ["ANALOGOUT", "CRC", "TRNG", "QSPI"],
"device_has_remove": ["ANALOGOUT", "QSPI"],
"macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
"extra_labels_add": [
"PSOC6_01",
"MXCRYPTO_01",
"CORDIO"
],
"extra_labels_remove": ["MXCRYPTO"],
"macros_add": ["CY8C6247FDI_D32", "CYHAL_UDB_SDIO", "CYBSP_WIFI_CAPABLE"],
"macros_add": ["CY8C6247FDI_D52", "CYHAL_UDB_SDIO", "CYBSP_WIFI_CAPABLE"],
"detect_code": ["1903"],
"post_binary_hook": {
"function": "PSOC6Code.complete"
Expand Down

0 comments on commit 174adcf

Please sign in to comment.