n200.json 1.2 KB

1234567891011121314151617181920212223242526
  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_pmp": {"build": true, "run": false},
  12. "application/baremetal/demo_smode_eclic": {"build": true, "run": false},
  13. "application/baremetal/demo_cidu": {"build": true, "run": false},
  14. "application/baremetal/demo_cache": {"build": true, "run": false},
  15. "application/baremetal/demo_stack_check": {"build": true, "run": false},
  16. "test/core": {"build": false, "run": false}
  17. },
  18. "expecteds": {
  19. "application/baremetal/demo_dsp" : {
  20. "rv32emc-newlib_small": { "build": false, "run": false },
  21. "rv32emc-libncrt_small": { "build": false, "run": false },
  22. "rv32emc-libncrt_balanced": { "build": false, "run": false },
  23. "rv32emc-libncrt_fast": { "build": false, "run": false }
  24. }
  25. }
  26. }