Skip to content

Update MPN for CYW9P62S1_43012EVB_01 board #11901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add information why are this being removed to the commit message?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated commit message to add details

"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