n900_clib.json 1003 B

123456789101112131415161718192021222324252627
  1. {
  2. "run_config": {
  3. "target" : "hardware",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 240
  7. }
  8. },
  9. "parallel": "-j",
  10. "copy_objects": true,
  11. "build_target": "clean all",
  12. "build_config": {
  13. "SOC": "evalsoc",
  14. "ARCH_EXT": "",
  15. "DOWNLOAD": "ilm"
  16. },
  17. "build_configs": {
  18. "n900bp-newlib-small": {"CORE": "n900", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  19. "n900bp-libncrt-small": {"CORE": "n900", "STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  20. "n900fdbp-newlib-small": {"CORE": "n900fd", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  21. "n900fdbp-libncrt-small": {"CORE": "n900fd", "STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"}
  22. },
  23. "expected": {
  24. "application/baremetal/demo_nice": {"build": true, "run": false},
  25. "test/core": {"build": false, "run": false}
  26. }
  27. }