| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "run_config": {
- "target" : "hardware",
- "hardware" : {
- "baudrate": 115200,
- "timeout": 120
- },
- "qemu": {
- "qemu32": "qemu-system-riscv32",
- "qemu64": "qemu-system-riscv64",
- "timeout": 120
- },
- "ncycm": {
- "timeout": 1200
- }
- },
- "copy_objects": true,
- "global_variables" : {
- "sdk_copy_objects": "elf,map"
- },
- "build_target": "clean all",
- "build_config": {
- },
- "parallel" : "-j",
- "checks": {
- "PASS": ["passed", "Passed"],
- "FAIL": ["MEPC", "failed", "Failed", "FAILURE", "ERROR", "test error apprears"]
- },
- "appdirs": [
- "."
- ],
- "appdirs_ignore": [
- ]
- }
|