ux900_clib.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  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. "ux900-newlib-small": {"CORE": "ux900", "STDCLIB": "newlib_small", "ARCH_EXT": ""},
  19. "ux900b-newlib-small": {"CORE": "ux900", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  20. "ux900p-newlib-small": {"CORE": "ux900", "STDCLIB": "newlib_small", "ARCH_EXT": "_xxldspn1x"},
  21. "ux900bp-newlib-small": {"CORE": "ux900", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  22. "ux900f-newlib-small": {"CORE": "ux900f", "STDCLIB": "newlib_small", "ARCH_EXT": ""},
  23. "ux900fb-newlib-small": {"CORE": "ux900f", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  24. "ux900fp-newlib-small": {"CORE": "ux900f", "STDCLIB": "newlib_small", "ARCH_EXT": "_xxldspn1x"},
  25. "ux900fbp-newlib-small": {"CORE": "ux900f", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  26. "ux900fd-newlib-small": {"CORE": "ux900fd", "STDCLIB": "newlib_small", "ARCH_EXT": ""},
  27. "ux900fdb-newlib-small": {"CORE": "ux900fd", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  28. "ux900fdp-newlib-small": {"CORE": "ux900fd", "STDCLIB": "newlib_small", "ARCH_EXT": "_xxldspn1x"},
  29. "ux900fdbp-newlib-small": {"CORE": "ux900fd", "STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"}
  30. },
  31. "expected": {
  32. "application/baremetal/demo_nice": {"build": true, "run": false},
  33. "application/rtthread/msh" : {"build": true, "run": false},
  34. "test/core": {"build": false, "run": false}
  35. }
  36. }