Skip to content

Commit 33d779f

Browse files
vmedcyadbridge
authored andcommitted
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 881b806 commit 33d779f

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
@@ -7852,6 +7852,9 @@
78527852
"hex_filename": "psoc6_01_cm0p_sleep.hex",
78537853
"post_binary_hook": {
78547854
"function": "PSOC6Code.complete"
7855+
},
7856+
"overrides": {
7857+
"network-default-interface-type": "WIFI"
78557858
}
78567859
},
78577860
"CY8CMOD_062_4343W": {
@@ -7860,7 +7863,10 @@
78607863
"device_has_remove": ["ANALOGOUT"],
78617864
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78627865
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
7863-
"public": false
7866+
"public": false,
7867+
"overrides": {
7868+
"network-default-interface-type": "WIFI"
7869+
}
78647870
},
78657871
"CY8CPROTO_062_4343W": {
78667872
"inherits": ["CY8CMOD_062_4343W"],
@@ -7892,6 +7898,9 @@
78927898
"hex_filename": "psoc6_02_cm0p_sleep.hex",
78937899
"post_binary_hook": {
78947900
"function": "PSOC6Code.complete"
7901+
},
7902+
"overrides": {
7903+
"network-default-interface-type": "WIFI"
78957904
}
78967905
},
78977906
"CYW943012P6EVB_01": {
@@ -7903,6 +7912,9 @@
79037912
"hex_filename": "psoc6_01_cm0p_sleep.hex",
79047913
"post_binary_hook": {
79057914
"function": "PSOC6Code.complete"
7915+
},
7916+
"overrides": {
7917+
"network-default-interface-type": "WIFI"
79067918
}
79077919
},
79087920
"FUTURE_SEQUANA_M0": {

0 commit comments

Comments
 (0)