mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/9481/head
parent
022bd8eeef
commit
aebf242e43
|
@ -7853,6 +7853,9 @@
|
|||
"hex_filename": "psoc6_01_cm0p_sleep.hex",
|
||||
"post_binary_hook": {
|
||||
"function": "PSOC6Code.complete"
|
||||
},
|
||||
"overrides": {
|
||||
"network-default-interface-type": "WIFI"
|
||||
}
|
||||
},
|
||||
"CY8CMOD_062_4343W": {
|
||||
|
@ -7861,7 +7864,10 @@
|
|||
"device_has_remove": ["ANALOGOUT"],
|
||||
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
|
||||
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
|
||||
"public": false
|
||||
"public": false,
|
||||
"overrides": {
|
||||
"network-default-interface-type": "WIFI"
|
||||
}
|
||||
},
|
||||
"CY8CPROTO_062_4343W": {
|
||||
"inherits": ["CY8CMOD_062_4343W"],
|
||||
|
@ -7893,6 +7899,9 @@
|
|||
"hex_filename": "psoc6_02_cm0p_sleep.hex",
|
||||
"post_binary_hook": {
|
||||
"function": "PSOC6Code.complete"
|
||||
},
|
||||
"overrides": {
|
||||
"network-default-interface-type": "WIFI"
|
||||
}
|
||||
},
|
||||
"CYW943012P6EVB_01": {
|
||||
|
@ -7904,6 +7913,9 @@
|
|||
"hex_filename": "psoc6_01_cm0p_sleep.hex",
|
||||
"post_binary_hook": {
|
||||
"function": "PSOC6Code.complete"
|
||||
},
|
||||
"overrides": {
|
||||
"network-default-interface-type": "WIFI"
|
||||
}
|
||||
},
|
||||
"FUTURE_SEQUANA_M0": {
|
||||
|
|
Loading…
Reference in New Issue