Skip to content

Commit

Permalink
[Dependabot]: Bump neorv32 from 1bf8c82 to 7992c9f
Browse files Browse the repository at this point in the history
Bumps [neorv32](https://github.com/stnolting/neorv32) from `1bf8c82` to `7992c9f`.
- [Release notes](https://github.com/stnolting/neorv32/releases)
- [Commits](stnolting/neorv32@1bf8c82...7992c9f)

---
updated-dependencies:
- dependency-name: neorv32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent a86152b commit d9d54ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 41 files
+1 −0 .gitignore
+2 −0 CHANGELOG.md
+44 −17 docs/Makefile
+5 −2 docs/attrs.adoc
+0 −4 docs/attrs.main.adoc
+1 −0 docs/datasheet/cpu.adoc
+13 −6 docs/datasheet/cpu_csr.adoc
+1 −2 docs/datasheet/main.adoc
+3 −3 docs/datasheet/soc_onewire.adoc
+14 −9 docs/datasheet/soc_twi.adoc
+8 −2 docs/datasheet/software.adoc
+ docs/figures/onewire_data.png
+1 −1 docs/sources/onewire_data.json
+11 −12 docs/userguide/application_program_compilation.adoc
+1 −2 docs/userguide/main.adoc
+2 −1 rtl/core/neorv32_cache.vhd
+2 −2 rtl/core/neorv32_cpu_alu.vhd
+5 −5 rtl/core/neorv32_debug_dm.vhd
+66 −66 rtl/core/neorv32_dma.vhd
+1 −1 rtl/core/neorv32_package.vhd
+8 −4 rtl/core/neorv32_twi.vhd
+1 −1 rtl/system_integration/neorv32_vivado_ip.tcl
+38 −21 sw/common/common.mk
+1 −1 sw/example/bus_explorer/main.c
+0 −0 sw/example/coremark/include/core_portme.h
+0 −0 sw/example/coremark/include/coremark.h
+2 −2 sw/example/coremark/makefile
+0 −0 sw/example/coremark/source/core_list_join.c
+0 −0 sw/example/coremark/source/core_main.c
+0 −0 sw/example/coremark/source/core_matrix.c
+0 −0 sw/example/coremark/source/core_portme.c
+0 −0 sw/example/coremark/source/core_state.c
+0 −0 sw/example/coremark/source/core_util.c
+0 −0 sw/example/coremark/source/cvt.c
+0 −0 sw/example/coremark/source/ee_printf.c
+13 −0 sw/example/demo_twi/main.c
+1 −0 sw/lib/include/neorv32_rte.h
+22 −16 sw/lib/include/neorv32_twi.h
+2 −3 sw/lib/source/neorv32_rte.c
+33 −1 sw/lib/source/neorv32_twi.c
+12 −0 sw/svd/neorv32.svd

0 comments on commit d9d54ce

Please sign in to comment.