-
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 pulp-runtime & regression_tests
- Loading branch information
1 parent
a0087b5
commit b8b2cf8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule pulp-runtime
updated
4 files
+2 −0 | configs/pulpissimo_cv32e40x.sh | |
+2 −2 | include/archi/utils.h | |
+33 −16 | kernel/crt0.S | |
+13 −4 | rules/pulpos/default_rules.mk |
Submodule regression_tests
updated
16 files
+6 −0 | fir_new/Makefile | |
+42 −0 | fir_new/include/common.h | |
+28 −0 | fir_new/include/fir.h | |
+51 −0 | fir_new/include/h_stim32.h | |
+282 −0 | fir_new/include/x_stim32.h | |
+282 −0 | fir_new/include/y_gold32.h | |
+45 −0 | fir_new/src/fir.c | |
+76 −0 | fir_new/src/fir_test.c | |
+6 −0 | fir_new_xifu/Makefile | |
+42 −0 | fir_new_xifu/include/common.h | |
+30 −0 | fir_new_xifu/include/fir.h | |
+51 −0 | fir_new_xifu/include/h_stim32.h | |
+282 −0 | fir_new_xifu/include/x_stim32.h | |
+282 −0 | fir_new_xifu/include/y_gold32.h | |
+171 −0 | fir_new_xifu/src/fir.c | |
+84 −0 | fir_new_xifu/src/fir_test.c |