mirror of https://github.com/ARMmbed/mbed-os.git
parent
a1cddbae5f
commit
444c0893e4
|
@ -2029,13 +2029,11 @@
|
||||||
],
|
],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"tickless-from-us-ticker": true,
|
"tickless-from-us-ticker": true,
|
||||||
"init-us-ticker-at-boot": true
|
"init-us-ticker-at-boot": true,
|
||||||
|
"network-default-interface-type": "ETHERNET"
|
||||||
},
|
},
|
||||||
"device_name": "LPC54628J512ET180",
|
"device_name": "LPC54628J512ET180",
|
||||||
"post_binary_hook": { "function": "LPCTargetCode.lpc_patch" },
|
"post_binary_hook": { "function": "LPCTargetCode.lpc_patch" }
|
||||||
"overrides": {
|
|
||||||
"network-default-interface-type": "ETHERNET"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"LPC546XX": {
|
"LPC546XX": {
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
|
@ -7533,11 +7531,9 @@
|
||||||
"inherits": ["MCU_NRF52832"],
|
"inherits": ["MCU_NRF52832"],
|
||||||
"release_versions": ["5"],
|
"release_versions": ["5"],
|
||||||
"device_name": "nRF52832_xxAA",
|
"device_name": "nRF52832_xxAA",
|
||||||
"macros_add": [
|
|
||||||
"WSF_MAX_HANDLERS=10"
|
|
||||||
],
|
|
||||||
"device_has_remove": ["ITM"],
|
"device_has_remove": ["ITM"],
|
||||||
"macros_add": [
|
"macros_add": [
|
||||||
|
"WSF_MAX_HANDLERS=10",
|
||||||
"CONFIG_GPIO_AS_PINRESET",
|
"CONFIG_GPIO_AS_PINRESET",
|
||||||
"NRF52_PAN_12",
|
"NRF52_PAN_12",
|
||||||
"NRF52_PAN_15",
|
"NRF52_PAN_15",
|
||||||
|
|
Loading…
Reference in New Issue