Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependabot]: Bump neorv32 from 89d0f9d to 1da82dc #174

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading