| 1234567891011121314151617181920212223 |
- {
- "run_config": {
- "target" : "hardware",
- "hardware" : {
- "baudrate": 115200,
- "timeout": 60
- }
- },
- "build_target": "clean all",
- "build_config": {
- "SOC": "evalsoc",
- "BOARD": "nuclei_fpga_eval",
- "CORE": "ux600",
- "DOWNLOAD": "ilm",
- "ARCH_EXT": ""
- },
- "expected": {
- "application/baremetal/demo_nice" : {
- "run": false,
- "build": true
- }
- }
- }
|