-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump software/baremetal-ide from
f8a1ffc
to c33d8b3
Bumps [software/baremetal-ide](https://github.com/ucb-bar/Baremetal-IDE) from `f8a1ffc` to `c33d8b3`. - [Release notes](https://github.com/ucb-bar/Baremetal-IDE/releases) - [Commits](ucb-bar/Baremetal-IDE@f8a1ffc...c33d8b3) --- updated-dependencies: - dependency-name: software/baremetal-ide dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
09e7ee6
commit e7911a9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule baremetal-ide
updated
22 files
+2 −2 | Makefile | |
+19 −0 | bsp/qemuvirt/Makefile | |
+347 −0 | bsp/qemuvirt/boot/startup.S | |
+2 −0 | bsp/qemuvirt/qemuvirt.c | |
+27 −0 | bsp/qemuvirt/qemuvirt.h | |
+203 −0 | bsp/qemuvirt/qemuvirt.ld | |
+1 −1 | driver/htif/Makefile | |
+6 −0 | driver/national-semiconductor/Makefile | |
+60 −0 | driver/national-semiconductor/ns16550a/ns16550a.S | |
+18 −0 | driver/national-semiconductor/ns16550a/uart.c | |
+12 −0 | driver/national-semiconductor/ns16550a/uart.h | |
+10 −0 | driver/national-semiconductor/ns16550a/uart_const.h | |
+5 −0 | driver/syscon/Makefile | |
+6 −0 | driver/syscon/poweroff/poweroff.c | |
+11 −0 | driver/syscon/poweroff/poweroff.h | |
+1 −0 | examples/embench/wikisort/Makefile | |
+65 −0 | examples/embench/wikisort/inc/beebsc.h | |
+1,120 −0 | examples/embench/wikisort/inc/libwikisort.h | |
+189 −0 | examples/embench/wikisort/src/beebsc.c | |
+25 −0 | examples/embench/wikisort/src/main.c | |
+13 −1 | lib/syscall/exit.c | |
+4 −1 | lib/syscall/write.c |