-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to LLVM/CV32E40X based runtime
- Loading branch information
1 parent
9d7773e
commit 1464e2e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pulp-runtime
updated
10 files
+186 −0 | bin/objdump2itb.py | |
+18 −0 | configs/pulpissimo_cv32e40x.sh | |
+2 −2 | include/archi/utils.h | |
+34 −0 | kernel/crt0.S | |
+6 −0 | kernel/init.c | |
+10 −10 | lib/libc/minimal/io.c | |
+57 −0 | lib/libc/minimal/memchr.c | |
+29 −12 | rules/pulpos/default_rules.mk | |
+1 −1 | rules/pulpos/src.mk | |
+11 −5 | rules/pulpos/targets/pulpissimo.mk |