n300.json 620 B

123456789101112131415
  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_cidu": {"build": true, "run": false},
  11. "application/baremetal/demo_cache": {"build": true, "run": false},
  12. "application/baremetal/demo_pma": {"build": true, "run": false},
  13. "test/core": {"build": false, "run": false}
  14. }
  15. }