-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...gnumcueclipse.templates.sifive/templates/sifive_exe_c_project/xpacks/micro-os-plus-c-libs
Submodule micro-os-plus-c-libs
updated
from bd4eff to 97c79b
2 changes: 1 addition & 1 deletion
2
...cueclipse.templates.sifive/templates/sifive_exe_c_project/xpacks/micro-os-plus-diag-trace
Submodule micro-os-plus-diag-trace
updated
6 files
+8 −0 | CHANGELOG.md | |
+1 −1 | README.md | |
+63 −63 | include/micro-os-plus/diag/trace.h | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+28 −28 | src/trace.cpp |
2 changes: 1 addition & 1 deletion
2
...cueclipse.templates.sifive/templates/sifive_exe_c_project/xpacks/micro-os-plus-riscv-arch
Submodule micro-os-plus-riscv-arch
updated
from d2ef70 to 55defa
2 changes: 1 addition & 1 deletion
2
...numcueclipse.templates.sifive/templates/sifive_exe_c_project/xpacks/micro-os-plus-startup
Submodule micro-os-plus-startup
updated
4 files
+14 −0 | CHANGELOG.md | |
+1 −1 | package-lock.json | |
+3 −3 | package.json | |
+5 −23 | src/startup.cpp |
2 changes: 1 addition & 1 deletion
2
...g.gnumcueclipse.templates.sifive/templates/sifive_exe_c_project/xpacks/sifive-arty-boards
Submodule sifive-arty-boards
updated
from e9e3c4 to a7ad96
2 changes: 1 addition & 1 deletion
2
...s/ilg.gnumcueclipse.templates.sifive/templates/sifive_exe_c_project/xpacks/sifive-devices
Submodule sifive-devices
updated
from b3b24d to ef322d
2 changes: 1 addition & 1 deletion
2
...gnumcueclipse.templates.sifive/templates/sifive_exe_c_project/xpacks/sifive-hifive1-board
Submodule sifive-hifive1-board
updated
from 4ef3de to 7f5467
2 changes: 1 addition & 1 deletion
2
...ilg.gnumcueclipse.templates.sifive/templates/sifive_exe_c_project/xpacks/sifive-templates
Submodule sifive-templates
updated
9 files
+34 −0 | CHANGELOG.md | |
+9 −2 | assets/sources/README.md.liquid | |
+82 −0 | assets/sources/jlink.launch.liquid | |
+8 −0 | assets/sources/oocd.launch.liquid | |
+91 −0 | assets/sources/src/main.c.cpp.liquid | |
+10 −0 | assets/sources/xmake.json.liquid | |
+7 −2 | lib/command.js | |
+1 −1 | package-lock.json | |
+10 −9 | package.json |