Skip to content

Commit aebf242

Browse files
committed
PSOC6: add network-default-interface-type to Cypress boards
Set the default network interface type as WIFI for Cypress targets with on-board WICED Wi-Fi module.
1 parent 022bd8e commit aebf242

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

targets/targets.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7853,6 +7853,9 @@
78537853
"hex_filename": "psoc6_01_cm0p_sleep.hex",
78547854
"post_binary_hook": {
78557855
"function": "PSOC6Code.complete"
7856+
},
7857+
"overrides": {
7858+
"network-default-interface-type": "WIFI"
78567859
}
78577860
},
78587861
"CY8CMOD_062_4343W": {
@@ -7861,7 +7864,10 @@
78617864
"device_has_remove": ["ANALOGOUT"],
78627865
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78637866
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
7864-
"public": false
7867+
"public": false,
7868+
"overrides": {
7869+
"network-default-interface-type": "WIFI"
7870+
}
78657871
},
78667872
"CY8CPROTO_062_4343W": {
78677873
"inherits": ["CY8CMOD_062_4343W"],
@@ -7893,6 +7899,9 @@
78937899
"hex_filename": "psoc6_02_cm0p_sleep.hex",
78947900
"post_binary_hook": {
78957901
"function": "PSOC6Code.complete"
7902+
},
7903+
"overrides": {
7904+
"network-default-interface-type": "WIFI"
78967905
}
78977906
},
78987907
"CYW943012P6EVB_01": {
@@ -7904,6 +7913,9 @@
79047913
"hex_filename": "psoc6_01_cm0p_sleep.hex",
79057914
"post_binary_hook": {
79067915
"function": "PSOC6Code.complete"
7916+
},
7917+
"overrides": {
7918+
"network-default-interface-type": "WIFI"
79077919
}
79087920
},
79097921
"FUTURE_SEQUANA_M0": {

0 commit comments

Comments
 (0)