Skip to content

Commit

Permalink
Merge pull request #99 from stnolting/dependabot/submodules/neorv32-1…
Browse files Browse the repository at this point in the history
…da82dc

[Dependabot]: Bump neorv32 from `89d0f9d` to `1da82dc`
  • Loading branch information
stnolting committed Jun 10, 2024
2 parents 4bd2c15 + f8bed87 commit 9334fe6
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 9334fe6

Please sign in to comment.