Skip to content

Commit 774b5c6

Browse files
committed
Enable greentea testing on CM3DS_MPS2 target
Set copy_method and reset_method in targets.json which is needed for htrun.
1 parent ca1d913 commit 774b5c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

targets/targets.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,9 @@
19751975
"extra_labels": ["ARM_SSG", "CM3DS_MPS2"],
19761976
"macros": ["CMSDK_CM3DS"],
19771977
"device_has": ["ANALOGIN", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SPI", "RTC"],
1978-
"release_versions": ["2", "5"]
1978+
"release_versions": ["2", "5"],
1979+
"copy_method": "mps2",
1980+
"reset_method": "reboot.txt"
19791981
},
19801982
"ARM_BEETLE_SOC": {
19811983
"inherits": ["ARM_IOTSS_Target"],

0 commit comments

Comments
 (0)