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 d1275e1 to d29fe6e #135

Merged
merged 1 commit into from
Feb 3, 2025
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 60 files
+4 −0 CHANGELOG.md
+0 −1 README.md
+42 −9 docs/datasheet/on_chip_debugger.adoc
+1 −3 docs/datasheet/overview.adoc
+4 −25 docs/datasheet/soc.adoc
+2 −10 docs/datasheet/soc_dma.adoc
+4 −5 docs/datasheet/soc_sysinfo.adoc
+0 −211 docs/datasheet/soc_xip.adoc
+1 −2 docs/datasheet/software.adoc
+0 −13 docs/datasheet/software_bootloader.adoc
+ docs/figures/address_space.png
+ docs/figures/neorv32_bus.png
+ docs/figures/neorv32_processor.png
+ docs/figures/ram_layout.png
+1 −6 docs/userguide/customizing_the_bootloader.adoc
+0 −1 docs/userguide/executable_upload.adoc
+1 −1 docs/userguide/simulating_the_processor.adoc
+11 −10 rtl/core/neorv32_application_image.vhd
+5 −5 rtl/core/neorv32_boot_rom.vhd
+147 −193 rtl/core/neorv32_bootloader_image.vhd
+13 −22 rtl/core/neorv32_bus.vhd
+1 −1 rtl/core/neorv32_cpu_lsu.vhd
+13 −13 rtl/core/neorv32_debug_dm.vhd
+3 −8 rtl/core/neorv32_dma.vhd
+6 −18 rtl/core/neorv32_package.vhd
+4 −9 rtl/core/neorv32_sysinfo.vhd
+15 −105 rtl/core/neorv32_top.vhd
+0 −1 rtl/core/neorv32_xbus.vhd
+0 −565 rtl/core/neorv32_xip.vhd
+0 −1 rtl/file_list_soc.f
+74 −83 rtl/system_integration/neorv32_vivado_ip.tcl
+2 −30 rtl/system_integration/neorv32_vivado_ip.vhd
+12 −9 rtl/system_integration/xbus2ahblite_bridge.vhd
+16 −14 rtl/system_integration/xbus2axi4lite_bridge.vhd
+10 −16 sim/neorv32_tb.vhd
+18 −5 sim/xbus_gateway.vhd
+19 −9 sim/xbus_memory.vhd
+14 −46 sw/bootloader/bootloader.c
+0 −2 sw/bootloader/makefile
+7 −5 sw/common/crt0.S
+1 −5 sw/example/demo_dma/main.c
+0 −460 sw/example/demo_xip/main.c
+0 −33 sw/example/demo_xip/makefile
+15 −0 sw/example/eclipse/.cproject
+21 −8 sw/example/processor_check/main.c
+2 −14 sw/lib/include/neorv32.h
+1 −8 sw/lib/include/neorv32_dma.h
+1 −7 sw/lib/include/neorv32_sysinfo.h
+0 −82 sw/lib/include/neorv32_xip.h
+0 −17 sw/lib/source/neorv32_aux.c
+1 −24 sw/lib/source/neorv32_dma.c
+0 −190 sw/lib/source/neorv32_xip.c
+8 −8 sw/ocd-firmware/park_loop.S
+15 −0 sw/openocd/README.md
+37 −0 sw/openocd/authentication.cfg
+10 −0 sw/openocd/interface.cfg
+6 −60 sw/openocd/openocd_neorv32.cfg
+7 −64 sw/openocd/openocd_neorv32.dual_core.cfg
+52 −0 sw/openocd/target.cfg
+0 −110 sw/svd/neorv32.svd