mirror of https://github.com/ARMmbed/mbed-os.git
Enable greentea testing on CM3DS_MPS2 target
Set copy_method and reset_method in targets.json which is needed for htrun.pull/4708/head
parent
ca1d913477
commit
774b5c6584
|
@ -1975,7 +1975,9 @@
|
|||
"extra_labels": ["ARM_SSG", "CM3DS_MPS2"],
|
||||
"macros": ["CMSDK_CM3DS"],
|
||||
"device_has": ["ANALOGIN", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SPI", "RTC"],
|
||||
"release_versions": ["2", "5"]
|
||||
"release_versions": ["2", "5"],
|
||||
"copy_method": "mps2",
|
||||
"reset_method": "reboot.txt"
|
||||
},
|
||||
"ARM_BEETLE_SOC": {
|
||||
"inherits": ["ARM_IOTSS_Target"],
|
||||
|
|
Loading…
Reference in New Issue