CI script updates

This commit is contained in:
Blaise Tine
2020-09-20 00:17:42 -04:00
parent a8972af51e
commit c9d38c2b80
74 changed files with 311902 additions and 2685797 deletions

View File

@@ -17,11 +17,10 @@ int main()
// Main is called with all threads active of warp 0
vx_tmc(1);
vx_print_str("Newlib Main ");
vx_print_hex(456);
vx_print_str(" \n");
vx_print_str("Passed!\n");
vx_prints("Newlib Main ");
vx_printx(456);
vx_prints(" \n");
vx_prints("Passed!\n");
return 0;
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff