n300_clib.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "n300-newlib-small": {"CORE": "n300", "STDCLIB": "newlib_small", "ARCH_EXT": ""},
  19. "n300-libncrt-small": {"CORE": "n300", "STDCLIB": "libncrt_small", "ARCH_EXT": ""},
  20. "n300b-newlib-small": {"CORE": "n300", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  21. "n300b-libncrt-small": {"CORE": "n300", "STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  22. "n300p-newlib-small": {"CORE": "n300", "STDCLIB": "newlib_small", "ARCH_EXT": "_xxldspn1x"},
  23. "n300p-libncrt-small": {"CORE": "n300", "STDCLIB": "libncrt_small", "ARCH_EXT": "_xxldspn1x"},
  24. "n300bp-newlib-small": {"CORE": "n300", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  25. "n300bp-libncrt-small": {"CORE": "n300", "STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  26. "n300f-newlib-small": {"CORE": "n300f", "STDCLIB": "newlib_small", "ARCH_EXT": ""},
  27. "n300f-libncrt-small": {"CORE": "n300f", "STDCLIB": "libncrt_small", "ARCH_EXT": ""},
  28. "n300fb-newlib-small": {"CORE": "n300f", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  29. "n300fb-libncrt-small": {"CORE": "n300f", "STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  30. "n300fp-newlib-small": {"CORE": "n300f", "STDCLIB": "newlib_small", "ARCH_EXT": "_xxldspn1x"},
  31. "n300fp-libncrt-small": {"CORE": "n300f", "STDCLIB": "libncrt_small", "ARCH_EXT": "_xxldspn1x"},
  32. "n300fbp-newlib-small": {"CORE": "n300f", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  33. "n300fbp-libncrt-small": {"CORE": "n300f", "STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  34. "n300fd-newlib-small": {"CORE": "n300fd", "STDCLIB": "newlib_small", "ARCH_EXT": ""},
  35. "n300fd-libncrt-small": {"CORE": "n300fd", "STDCLIB": "libncrt_small", "ARCH_EXT": ""},
  36. "n300fdb-newlib-small": {"CORE": "n300fd", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  37. "n300fdb-libncrt-small": {"CORE": "n300fd", "STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  38. "n300fdp-newlib-small": {"CORE": "n300fd", "STDCLIB": "newlib_small", "ARCH_EXT": "_xxldspn1x"},
  39. "n300fdp-libncrt-small": {"CORE": "n300fd", "STDCLIB": "libncrt_small", "ARCH_EXT": "_xxldspn1x"},
  40. "n300fdbp-newlib-small": {"CORE": "n300fd", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  41. "n300fdbp-libncrt-small": {"CORE": "n300fd", "STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"}
  42. },
  43. "expected": {
  44. "application/baremetal/demo_nice": {"build": true, "run": false},
  45. "test/core": {"build": false, "run": false}
  46. }
  47. }