Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 1a839a4 commit 418cc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 60 files
+2 −0 CHANGELOG.md
+347 −191 docs/Doxyfile
+2 −1 docs/datasheet/cpu_csr.adoc
+1 −0 docs/datasheet/software.adoc
+4 −0 docs/doxygen_main.md
+5 −8 rtl/core/neorv32_cfs.vhd
+1 −0 rtl/core/neorv32_cpu.vhd
+44 −15 rtl/core/neorv32_cpu_alu.vhd
+4 −13 rtl/core/neorv32_cpu_control.vhd
+160 −225 rtl/core/neorv32_cpu_cp_cfu.vhd
+152 −153 rtl/core/neorv32_cpu_decompressor.vhd
+4 −4 rtl/core/neorv32_cpu_lsu.vhd
+5 −7 rtl/core/neorv32_crc.vhd
+1 −3 rtl/core/neorv32_debug_dm.vhd
+1 −3 rtl/core/neorv32_dma.vhd
+2 −4 rtl/core/neorv32_gpio.vhd
+6 −8 rtl/core/neorv32_gptmr.vhd
+11 −11 rtl/core/neorv32_intercon.vhd
+7 −10 rtl/core/neorv32_mtime.vhd
+9 −12 rtl/core/neorv32_neoled.vhd
+1 −3 rtl/core/neorv32_onewire.vhd
+5 −5 rtl/core/neorv32_package.vhd
+4 −6 rtl/core/neorv32_pwm.vhd
+1 −3 rtl/core/neorv32_sdi.vhd
+1 −3 rtl/core/neorv32_slink.vhd
+1 −3 rtl/core/neorv32_spi.vhd
+2 −6 rtl/core/neorv32_sysinfo.vhd
+8 −7 rtl/core/neorv32_top.vhd
+4 −6 rtl/core/neorv32_trng.vhd
+4 −6 rtl/core/neorv32_twi.vhd
+1 −3 rtl/core/neorv32_uart.vhd
+9 −11 rtl/core/neorv32_wdt.vhd
+5 −7 rtl/core/neorv32_xip.vhd
+5 −7 rtl/core/neorv32_xirq.vhd
+16 −16 rtl/system_integration/neorv32_vivado_ip.vhd
+1 −1 sim/neorv32_tb.vhd
+18 −36 sw/example/atomic_test/main.c
+93 −133 sw/example/bus_explorer/main.c
+4 −27 sw/example/demo_cfs/main.c
+11 −21 sw/example/demo_cfu/main.c
+31 −20 sw/example/demo_mtime/main.c
+1 −33 sw/example/demo_onewire/main.c
+1 −33 sw/example/demo_sdi/main.c
+2 −20 sw/example/demo_slink/main.c
+5 −37 sw/example/demo_spi/main.c
+3 −35 sw/example/demo_twi/main.c
+7 −0 sw/example/demo_xirq/main.c
+0 −3 sw/example/float_corner_test/main.c
+3 −21 sw/example/floating_point_test/main.c
+2 −20 sw/example/game_of_life/main.c
+26 −45 sw/example/processor_check/main.c
+3 −0 sw/lib/include/neorv32.h
+58 −0 sw/lib/include/neorv32_aux.h
+64 −64 sw/lib/include/neorv32_intrinsics.h
+2 −1 sw/lib/include/neorv32_mtime.h
+199 −0 sw/lib/source/neorv32_aux.c
+23 −1 sw/lib/source/neorv32_mtime.c
+0 −5 sw/lib/source/neorv32_xirq.c
+2 −2 sw/lib/source/syscalls.c
+6 −25 sw/svd/neorv32.svd

0 comments on commit 418cc47

Please sign in to comment.