| 12345678910111213141516171819202122232425262728 |
- {
- "run_config": {
- "target" : "hardware",
- "hardware" : {
- "baudrate": 115200,
- "timeout": 240
- }
- },
- "parallel": "-j",
- "build_target": "clean all",
- "build_config": {
- "SOC": "evalsoc",
- "BOARD": "nuclei_fpga_eval",
- "ARCH_EXT": ""
- },
- "build_configs": {
- "n100e": {"CORE": "n100e"},
- "n100em": {"CORE": "n100em"},
- "n100ezmmul": {"CORE": "n100ezmmul"},
- "n100": {"CORE": "n100"},
- "n100m": {"CORE": "n100m"},
- "n100zmmul": {"CORE": "n100zmmul"}
- },
- "appconfig": {
- },
- "expecteds": {
- }
- }
|