Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent cd6b3f7 commit ee92c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 77 files
+8 −0 CHANGELOG.md
+0 −1 README.md
+1 −1 docs/attrs.adoc
+0 −1 docs/datasheet/cpu.adoc
+2 −2 docs/datasheet/cpu_csr.adoc
+6 −6 docs/datasheet/cpu_dual_core.adoc
+42 −9 docs/datasheet/on_chip_debugger.adoc
+2 −19 docs/datasheet/overview.adoc
+6 −28 docs/datasheet/soc.adoc
+2 −10 docs/datasheet/soc_dma.adoc
+4 −5 docs/datasheet/soc_sysinfo.adoc
+6 −2 docs/datasheet/soc_xbus.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
+16 −25 rtl/core/neorv32_bus.vhd
+0 −2 rtl/core/neorv32_cpu.vhd
+8 −9 rtl/core/neorv32_cpu_control.vhd
+1 −1 rtl/core/neorv32_cpu_lsu.vhd
+13 −13 rtl/core/neorv32_debug_dm.vhd
+3 −8 rtl/core/neorv32_dma.vhd
+8 −21 rtl/core/neorv32_package.vhd
+4 −9 rtl/core/neorv32_sysinfo.vhd
+21 −119 rtl/core/neorv32_top.vhd
+11 −5 rtl/core/neorv32_twd.vhd
+2 −2 rtl/core/neorv32_twi.vhd
+30 −15 rtl/core/neorv32_xbus.vhd
+0 −565 rtl/core/neorv32_xip.vhd
+0 −1 rtl/file_list_soc.f
+76 −90 rtl/system_integration/neorv32_vivado_ip.tcl
+5 −36 rtl/system_integration/neorv32_vivado_ip.vhd
+12 −9 rtl/system_integration/xbus2ahblite_bridge.vhd
+16 −14 rtl/system_integration/xbus2axi4lite_bridge.vhd
+10 −18 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
+17 −31 sw/lib/source/neorv32_aux.c
+1 −3 sw/lib/source/neorv32_clint.c
+8 −18 sw/lib/source/neorv32_cpu.c
+1 −24 sw/lib/source/neorv32_dma.c
+3 −5 sw/lib/source/neorv32_rte.c
+3 −3 sw/lib/source/neorv32_spi.c
+2 −6 sw/lib/source/neorv32_trng.c
+3 −7 sw/lib/source/neorv32_twi.c
+12 −7 sw/lib/source/neorv32_uart.c
+2 −6 sw/lib/source/neorv32_wdt.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
+1 −111 sw/svd/neorv32.svd

0 comments on commit ee92c3a

Please sign in to comment.