-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from stnolting/dependabot/submodules/neorv32-8…
…0cc23c [Dependabot]: Bump neorv32 from `7ff9618` to `80cc23c`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
21 files
+1 −0 | CHANGELOG.md | |
+1 −1 | LICENSE | |
+1 −1 | README.md | |
+3 −1 | docs/datasheet/soc.adoc | |
+53 −26 | docs/datasheet/soc_gptmr.adoc | |
+ − | docs/figures/neorv32_processor.png | |
+1 −1 | docs/legal.adoc | |
+13 −16 | docs/userguide/sw_toolchain_setup.adoc | |
+146 −43 | rtl/core/neorv32_gptmr.vhd | |
+5 −3 | rtl/core/neorv32_package.vhd | |
+6 −2 | rtl/core/neorv32_top.vhd | |
+3 −1 | sim/neorv32_tb.vhd | |
+3 −1 | sim/simple/neorv32_tb.simple.vhd | |
+4 −3 | sw/example/demo_dma/main.c | |
+6 −6 | sw/example/demo_gptmr/main.c | |
+10 −5 | sw/example/processor_check/main.c | |
+1 −31 | sw/lib/include/legacy.h | |
+28 −16 | sw/lib/include/neorv32_gptmr.h | |
+92 −10 | sw/lib/source/neorv32_gptmr.c | |
+3 −3 | sw/lib/source/neorv32_rte.c | |
+38 −2 | sw/svd/neorv32.svd |