Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 4, 2024
1 parent 7a818e9 commit 76f2321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 53 files
+3 −0 CHANGELOG.md
+1 −1 docs/datasheet/overview.adoc
+4 −8 docs/datasheet/soc.adoc
+1 −1 docs/datasheet/soc_sysinfo.adoc
+6 −1 docs/datasheet/soc_xbus.adoc
+2 −1 docs/datasheet/software.adoc
+1 −1 docs/legal.adoc
+1 −9 rtl/core/neorv32_cpu_cp_cfu.vhd
+61 −62 rtl/core/neorv32_intercon.vhd
+30 −3 rtl/core/neorv32_package.vhd
+20 −21 rtl/core/neorv32_sysinfo.vhd
+29 −15 rtl/core/neorv32_top.vhd
+13 −6 rtl/system_integration/README.md
+20 −23 rtl/system_integration/neorv32_vivado_ip.tcl
+0 −4 rtl/system_integration/neorv32_vivado_ip.vhd
+108 −0 rtl/system_integration/xbus2ahblite_bridge.vhd
+3 −4 sim/neorv32_tb.vhd
+3 −4 sim/simple/neorv32_tb.simple.vhd
+5 −3 sw/bootloader/bootloader.c
+2 −2 sw/example/performance_tests/I/main.c
+2 −2 sw/example/performance_tests/M/main.c
+2 −2 sw/example/processor_check/main.c
+51 −53 sw/lib/include/neorv32.h
+18 −2 sw/lib/include/neorv32_aux.h
+3 −0 sw/lib/include/neorv32_cfs.h
+2 −0 sw/lib/include/neorv32_cpu.h
+3 −0 sw/lib/include/neorv32_cpu_amo.h
+3 −0 sw/lib/include/neorv32_cpu_cfu.h
+2 −0 sw/lib/include/neorv32_cpu_csr.h
+3 −0 sw/lib/include/neorv32_crc.h
+3 −0 sw/lib/include/neorv32_dm.h
+3 −0 sw/lib/include/neorv32_dma.h
+3 −0 sw/lib/include/neorv32_gpio.h
+3 −0 sw/lib/include/neorv32_gptmr.h
+2 −0 sw/lib/include/neorv32_intrinsics.h
+70 −0 sw/lib/include/neorv32_legacy.h
+3 −0 sw/lib/include/neorv32_mtime.h
+3 −0 sw/lib/include/neorv32_neoled.h
+3 −0 sw/lib/include/neorv32_onewire.h
+3 −0 sw/lib/include/neorv32_pwm.h
+3 −2 sw/lib/include/neorv32_rte.h
+3 −0 sw/lib/include/neorv32_sdi.h
+3 −0 sw/lib/include/neorv32_slink.h
+3 −0 sw/lib/include/neorv32_spi.h
+5 −4 sw/lib/include/neorv32_sysinfo.h
+3 −0 sw/lib/include/neorv32_trng.h
+3 −0 sw/lib/include/neorv32_twi.h
+1 −50 sw/lib/include/neorv32_uart.h
+3 −0 sw/lib/include/neorv32_wdt.h
+3 −0 sw/lib/include/neorv32_xip.h
+3 −0 sw/lib/include/neorv32_xirq.h
+25 −94 sw/lib/source/neorv32_rte.c
+1 −1 sw/svd/neorv32.svd

0 comments on commit 76f2321

Please sign in to comment.