Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent 4bd2c15 commit f8bed87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 45 files
+1 −0 CHANGELOG.md
+2 −2 docs/datasheet/cpu.adoc
+2 −2 docs/datasheet/soc.adoc
+5 −5 docs/datasheet/soc_bootrom.adoc
+10 −10 docs/datasheet/soc_cfs.adoc
+6 −6 docs/datasheet/soc_crc.adoc
+9 −8 docs/datasheet/soc_dcache.adoc
+8 −8 docs/datasheet/soc_dmem.adoc
+7 −7 docs/datasheet/soc_gpio.adoc
+6 −6 docs/datasheet/soc_gptmr.adoc
+9 −8 docs/datasheet/soc_icache.adoc
+9 −9 docs/datasheet/soc_imem.adoc
+7 −7 docs/datasheet/soc_mtime.adoc
+7 −7 docs/datasheet/soc_neoled.adoc
+7 −7 docs/datasheet/soc_onewire.adoc
+6 −6 docs/datasheet/soc_pwm.adoc
+5 −5 docs/datasheet/soc_sysinfo.adoc
+19 −9 docs/datasheet/soc_trng.adoc
+12 −12 docs/datasheet/soc_uart.adoc
+6 −6 docs/datasheet/soc_wdt.adoc
+2 −1 docs/datasheet/soc_xbus.adoc
+13 −13 docs/datasheet/soc_xip.adoc
+6 −6 docs/datasheet/soc_xirq.adoc
+ docs/figures/neorv32_processor.png
+1 −1 rtl/core/neorv32_package.vhd
+4 −3 rtl/core/neorv32_top.vhd
+27 −4 rtl/core/neorv32_trng.vhd
+6 −7 rtl/system_integration/neorv32_vivado_ip.tcl
+2 −2 rtl/system_integration/neorv32_vivado_ip.vhd
+1 −1 sim/neorv32_tb.vhd
+1 −1 sw/example/demo_trng/main.c
+77 −4 sw/example/demo_xip/main.c
+1 −1 sw/example/game_of_life/main.c
+63 −66 sw/example/performance_tests/I/main.c
+12 −15 sw/example/performance_tests/M/main.c
+4 −7 sw/example/performance_tests/Zfinx/main.c
+37 −9 sw/example/processor_check/main.c
+7 −0 sw/lib/include/neorv32.h
+2 −0 sw/lib/include/neorv32_cpu.h
+2 −3 sw/lib/include/neorv32_gpio.h
+2 −1 sw/lib/include/neorv32_trng.h
+32 −22 sw/lib/source/neorv32_gpio.c
+0 −2 sw/lib/source/neorv32_mtime.c
+10 −13 sw/lib/source/neorv32_trng.c
+5 −0 sw/svd/neorv32.svd

0 comments on commit f8bed87

Please sign in to comment.