-
Notifications
You must be signed in to change notification settings - Fork 16
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
d043b71
to d1275e1
Bumps [neorv32](https://github.com/stnolting/neorv32) from `d043b71` to `d1275e1`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@d043b71...d1275e1) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
a0ba932
commit 6d2839f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
29 files
+4 −0 | CHANGELOG.md | |
+1 −1 | docs/attrs.adoc | |
+0 −1 | docs/datasheet/cpu.adoc | |
+2 −2 | docs/datasheet/cpu_csr.adoc | |
+6 −6 | docs/datasheet/cpu_dual_core.adoc | |
+1 −16 | docs/datasheet/overview.adoc | |
+2 −3 | docs/datasheet/soc.adoc | |
+6 −2 | docs/datasheet/soc_xbus.adoc | |
+3 −3 | rtl/core/neorv32_bus.vhd | |
+0 −2 | rtl/core/neorv32_cpu.vhd | |
+8 −9 | rtl/core/neorv32_cpu_control.vhd | |
+3 −4 | rtl/core/neorv32_package.vhd | |
+8 −16 | rtl/core/neorv32_top.vhd | |
+11 −5 | rtl/core/neorv32_twd.vhd | |
+2 −2 | rtl/core/neorv32_twi.vhd | |
+30 −14 | rtl/core/neorv32_xbus.vhd | |
+2 −7 | rtl/system_integration/neorv32_vivado_ip.tcl | |
+3 −6 | rtl/system_integration/neorv32_vivado_ip.vhd | |
+0 −2 | sim/neorv32_tb.vhd | |
+17 −14 | sw/lib/source/neorv32_aux.c | |
+1 −3 | sw/lib/source/neorv32_clint.c | |
+8 −18 | sw/lib/source/neorv32_cpu.c | |
+3 −5 | sw/lib/source/neorv32_rte.c | |
+3 −3 | sw/lib/source/neorv32_spi.c | |
+2 −6 | sw/lib/source/neorv32_trng.c | |
+3 −7 | sw/lib/source/neorv32_twi.c | |
+12 −7 | sw/lib/source/neorv32_uart.c | |
+2 −6 | sw/lib/source/neorv32_wdt.c | |
+1 −1 | sw/svd/neorv32.svd |