| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "run_config": {
- "target" : "hardware",
- "hardware" : {
- "baudrate": 115200,
- "timeout": 180
- },
- "qemu": {
- "qemu32": "qemu-system-riscv32",
- "qemu64": "qemu-system-riscv64",
- "timeout": 60
- },
- "ncycm": {
- "timeout": 1200
- }
- },
- "copy_objects": true,
- "build_target": "clean all",
- "build_config": {
- },
- "parallel" : "-j",
- "checks": {
- "PASS": [],
- "FAIL": ["MEPC"]
- },
- "appdirs": [
- "application/baremetal/benchmark"
- ],
- "appdirs_ignore": [
- "application/baremetal/dsp_examples",
- "application/baremetal/Internal"
- ],
- "appconfig": {
- "application/baremetal/benchmark/dhrystone": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, Dhrystone"]
- }
- },
- "application/baremetal/benchmark/whetstone": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, Whetstone"]
- }
- },
- "application/baremetal/benchmark/dhrystone_v2.2": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, Dhrystone_v2.2"]
- }
- },
- "application/baremetal/benchmark/whetstone_v1.2": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, Whetstone_v1.2"]
- }
- },
- "application/baremetal/benchmark/coremark": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, CoreMark"]
- }
- }
- }
- }
|