Skip to content

Commit 710d1bb

Browse files
Seppo TakaloCruz Monrreal II
authored andcommitted
Enable default Mesh interface on KW24D
This device still requires MCR20A driver to be in build tree and this patch PelionIoT/mcr20a-rf-driver#18
1 parent 993c897 commit 710d1bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

targets/targets.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,13 @@
582582
"macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED"],
583583
"inherits": ["Target"],
584584
"detect_code": ["0250"],
585-
"device_has": ["USTICKER", "LPTICKER", "RTC", "ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG", "FLASH"],
585+
"device_has": ["USTICKER", "LPTICKER", "RTC", "ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "TRNG", "FLASH", "802_15_4_PHY"],
586586
"release_versions": ["2", "5"],
587587
"device_name": "MKW24D512xxx5",
588-
"bootloader_supported": true
588+
"bootloader_supported": true,
589+
"overrides": {
590+
"network-default-interface-type": "MESH"
591+
}
589592
},
590593
"KW41Z": {
591594
"supported_form_factors": ["ARDUINO"],

0 commit comments

Comments
 (0)