n200.json 1.3 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "matrix": {
  3. "newlib_small": {"STDCLIB": "newlib_small"},
  4. "libncrt_small": {"STDCLIB": "libncrt_small"},
  5. "libncrt_balanced": {"STDCLIB": "libncrt_balanced"},
  6. "libncrt_fast": {"STDCLIB": "libncrt_fast"}
  7. },
  8. "expected": {
  9. "application/baremetal/demo_nice": {"build": true, "run": false},
  10. "application/baremetal/demo_spmp": {"build": true, "run": false},
  11. "application/baremetal/demo_smpu": {"build": true, "run": false},
  12. "application/baremetal/demo_pmp": {"build": true, "run": false},
  13. "application/baremetal/demo_smode_eclic": {"build": true, "run": false},
  14. "application/baremetal/demo_cidu": {"build": true, "run": false},
  15. "application/baremetal/demo_stack_check": {"build": true, "run": false},
  16. "application/baremetal/demo_cache": {"build": true, "run": false},
  17. "application/baremetal/demo_pma": {"build": true, "run": false},
  18. "test/core": {"build": false, "run": false}
  19. },
  20. "expecteds": {
  21. "application/baremetal/demo_dsp" : {
  22. "rv32emc-newlib_small": { "build": false, "run": false },
  23. "rv32emc-libncrt_small": { "build": false, "run": false },
  24. "rv32emc-libncrt_balanced": { "build": false, "run": false },
  25. "rv32emc-libncrt_fast": { "build": false, "run": false }
  26. }
  27. }
  28. }