| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "run_config": {
- "target" : "qemu",
- "hardware" : {
- "baudrate": 115200,
- "timeout": 60
- },
- "qemu" : {
- "timeout": 60
- }
- },
- "build_target": "clean all",
- "build_config": {
- "SOC": "evalsoc",
- "BOARD": "nuclei_fpga_eval",
- "CORE": "ux600",
- "DOWNLOAD": "ilm",
- "ARCH_EXT": ""
- },
- "appconfig": {
- "application/baremetal/benchmark/dhrystone": {
- "build_config" : {},
- "checks": {
- "PASS": ["1000000/(User_Cycle/Number_Of_Runs)", "Please increase number"]
- }
- },
- "application/rtthread/msh": {
- "build_config" : {},
- "checks": {
- "PASS": ["msh >", "Hello RT-Thread!"]
- }
- },
- "application/baremetal/benchmark/dhrystone_v2.2": {
- "build_config" : {},
- "checks": {
- "PASS": ["Measured time too small to obtain meaningful results"]
- }
- }
- },
- "expected": {
- "application/baremetal/demo_nice" : {
- "run": true,
- "build": true
- },
- "test/core": {"build": true, "run": true}
- }
- }
|