-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule svl
updated
14 files
+58 −0 | .github/workflows/build-linux.yml | |
+58 −0 | .github/workflows/build-macos.yml | |
+58 −0 | .github/workflows/build-windows.yml | |
+9 −155 | .github/workflows/gen-exec.yml | |
+2 −1 | README.md | |
+ − | bootloader/gcc/artemis_module/bin/svl.axf | |
+ − | bootloader/gcc/artemis_module/bin/svl.bin | |
+4,541 −4,556 | bootloader/gcc/artemis_module/bin/svl.lst | |
+521 −521 | bootloader/gcc/artemis_module/bin/svl.map | |
+5 −2 | bootloader/src/main.c | |
+ − | dist/linux/svl | |
+ − | dist/macosx/svl | |
+ − | dist/windows/svl.exe | |
+1 −1 | requirements.txt |