-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dependabot]: Bump neorv32 from
c378975
to cfff523
Bumps [neorv32](https://github.com/stnolting/neorv32) from `c378975` to `cfff523`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@c378975...cfff523) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
909e859
commit e67791d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
26 files
+2 −0 | CHANGELOG.md | |
+1 −1 | docs/attrs.adoc | |
+1 −1 | docs/datasheet/soc_dma.adoc | |
+27 −15 | docs/datasheet/soc_sysinfo.adoc | |
+0 −3 | docs/userguide/adding_custom_hw_modules.adoc | |
+7 −7 | rtl/core/neorv32_package.vhd | |
+30 −12 | rtl/core/neorv32_sysinfo.vhd | |
+2 −2 | sw/example/coremark/core_portme.c | |
+1 −1 | sw/example/demo_gptmr/main.c | |
+2 −2 | sw/example/demo_mtime/main.c | |
+1 −1 | sw/example/demo_spi/main.c | |
+1 −1 | sw/example/demo_trng/main.c | |
+1 −1 | sw/example/demo_twi/main.c | |
+1 −1 | sw/example/demo_wdt/main.c | |
+6 −6 | sw/example/dhrystone/dhry_1.c | |
+47 −38 | sw/lib/include/neorv32_sysinfo.h | |
+2 −2 | sw/lib/source/neorv32_cpu.c | |
+4 −4 | sw/lib/source/neorv32_mtime.c | |
+1 −1 | sw/lib/source/neorv32_neoled.c | |
+1 −1 | sw/lib/source/neorv32_onewire.c | |
+1 −1 | sw/lib/source/neorv32_rte.c | |
+1 −1 | sw/lib/source/neorv32_spi.c | |
+38 −0 | sw/lib/source/neorv32_sysinfo.c | |
+1 −11 | sw/lib/source/neorv32_uart.c | |
+1 −1 | sw/lib/source/neorv32_xip.c | |
+1 −2 | sw/svd/neorv32.svd |