Enable greentea testing on CM3DS_MPS2 target

Set copy_method and reset_method in targets.json which is needed for
htrun.
pull/4708/head
mattot01 2017-07-04 21:21:45 +02:00
parent ca1d913477
commit 774b5c6584
1 changed files with 3 additions and 1 deletions

View File

@ -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"],