mirror of https://github.com/ARMmbed/mbed-os.git
Rename EMW3166 target
parent
831c475a46
commit
e43ece13aa
|
@ -172,7 +172,7 @@
|
||||||
"lwip.tcp-enabled" : true,
|
"lwip.tcp-enabled" : true,
|
||||||
"mbed-trace.enable" : false
|
"mbed-trace.enable" : false
|
||||||
},
|
},
|
||||||
"MTB_MXCHIP_EMW3166": {
|
"WIO_EMW3166": {
|
||||||
"target.components_add" : ["SPIF"],
|
"target.components_add" : ["SPIF"],
|
||||||
"spif-driver.SPI_MOSI" : "PB_15",
|
"spif-driver.SPI_MOSI" : "PB_15",
|
||||||
"spif-driver.SPI_MISO" : "PB_14",
|
"spif-driver.SPI_MISO" : "PB_14",
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
!defined(TARGET_REALTEK_RTL8195AM) && \
|
!defined(TARGET_REALTEK_RTL8195AM) && \
|
||||||
!defined(TARGET_MTB_ADV_WISE_1530) && \
|
!defined(TARGET_MTB_ADV_WISE_1530) && \
|
||||||
!defined(TARGET_MTB_USI_WM_BN_BM_22) && \
|
!defined(TARGET_MTB_USI_WM_BN_BM_22) && \
|
||||||
!defined(TARGET_MTB_MXCHIP_EMW3166) && \
|
!defined(TARGET_WIO_EMW3166) && \
|
||||||
!defined(TARGET_MTB_UBLOX_ODIN_W2) && \
|
!defined(TARGET_MTB_UBLOX_ODIN_W2) && \
|
||||||
!defined(TARGET_UNO_91H)
|
!defined(TARGET_UNO_91H)
|
||||||
#error [NOT_SUPPORTED] Wifi tests are not valid for the target
|
#error [NOT_SUPPORTED] Wifi tests are not valid for the target
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"UBLOX_EVK_ODIN_W2": {
|
"UBLOX_EVK_ODIN_W2": {
|
||||||
"NO_SUPPORT_FOR_MULTICAST_FILTER": true
|
"NO_SUPPORT_FOR_MULTICAST_FILTER": true
|
||||||
},
|
},
|
||||||
"MTB_MXCHIP_EMW3166": {
|
"MTB_WIO_EMW3166": {
|
||||||
"NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
|
"NO_SUPPORT_FOR_IPV4_MULTICAST_FILTER": true
|
||||||
},
|
},
|
||||||
"MTB_ADV_WISE_1530": {
|
"MTB_ADV_WISE_1530": {
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"SPI_CLK": "PB_13",
|
"SPI_CLK": "PB_13",
|
||||||
"SPI_CS": "PC_12"
|
"SPI_CS": "PC_12"
|
||||||
},
|
},
|
||||||
"MTB_MXCHIP_EMW3166": {
|
"WIO_EMW3166": {
|
||||||
"SPI_MOSI": "PB_15",
|
"SPI_MOSI": "PB_15",
|
||||||
"SPI_MISO": "PB_14",
|
"SPI_MISO": "PB_14",
|
||||||
"SPI_CLK": "PB_13",
|
"SPI_CLK": "PB_13",
|
||||||
|
|
|
@ -3992,7 +3992,7 @@
|
||||||
"device_name": "STM32F412ZG",
|
"device_name": "STM32F412ZG",
|
||||||
"bootloader_supported": true
|
"bootloader_supported": true
|
||||||
},
|
},
|
||||||
"MTB_MXCHIP_EMW3166": {
|
"WIO_EMW3166": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
"FAMILY_STM32"
|
"FAMILY_STM32"
|
||||||
],
|
],
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"default_test_configuration": "NONE",
|
"default_test_configuration": "NONE",
|
||||||
"test_configurations": ["HEAPBLOCKDEVICE_AND_WIFI"]
|
"test_configurations": ["HEAPBLOCKDEVICE_AND_WIFI"]
|
||||||
},
|
},
|
||||||
"MTB_MXCHIP_EMW3166": {
|
"WIO_EMW3166": {
|
||||||
"default_test_configuration": "NONE",
|
"default_test_configuration": "NONE",
|
||||||
"test_configurations": ["HEAPBLOCKDEVICE_AND_WIFI"]
|
"test_configurations": ["HEAPBLOCKDEVICE_AND_WIFI"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue