mirror of https://github.com/ARMmbed/mbed-os.git
Remove Ethernet from NUCLEO_F429ZI test
Pending EMAC driver update, these tests won't compile.pull/6847/head
parent
6930c6d3cf
commit
d831bcb514
|
|
@ -12,7 +12,7 @@
|
|||
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "ESP8266_WIFI", "ETHERNET"]
|
||||
},
|
||||
"NUCLEO_F429ZI": {
|
||||
"default_test_configuration": "HEAPBLOCKDEVICE_AND_ETHERNET",
|
||||
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET"]
|
||||
"default_test_configuration": "HEAPBLOCKDEVICE",
|
||||
"test_configurations": ["HEAPBLOCKDEVICE"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue