Merge pull request #4708 from mattot01/CM3DS_enable_MPS2_test

Enable greentea testing on CM3DS_MPS2 target
pull/4792/head
Jimmy Brisson 2017-07-17 11:07:35 -05:00 committed by GitHub
commit a2896cbd8d
1 changed files with 3 additions and 1 deletions

View File

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