Skip to content
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