Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent fc47571 commit 606e17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 67 files
+5 −0 CHANGELOG.md
+10 −5 docs/README.md
+4 −4 docs/datasheet/overview.adoc
+28 −18 docs/datasheet/soc.adoc
+8 −4 docs/datasheet/soc_bootrom.adoc
+3 −2 docs/datasheet/soc_cfs.adoc
+3 −2 docs/datasheet/soc_crc.adoc
+4 −0 docs/datasheet/soc_dcache.adoc
+2 −1 docs/datasheet/soc_dma.adoc
+6 −2 docs/datasheet/soc_dmem.adoc
+4 −0 docs/datasheet/soc_gpio.adoc
+2 −1 docs/datasheet/soc_gptmr.adoc
+4 −0 docs/datasheet/soc_icache.adoc
+4 −0 docs/datasheet/soc_imem.adoc
+7 −2 docs/datasheet/soc_mtime.adoc
+1 −0 docs/datasheet/soc_neoled.adoc
+1 −0 docs/datasheet/soc_onewire.adoc
+3 −3 docs/datasheet/soc_pwm.adoc
+24 −19 docs/datasheet/soc_sdi.adoc
+1 −0 docs/datasheet/soc_slink.adoc
+42 −30 docs/datasheet/soc_spi.adoc
+1 −0 docs/datasheet/soc_sysinfo.adoc
+1 −0 docs/datasheet/soc_trng.adoc
+1 −0 docs/datasheet/soc_twi.adoc
+14 −12 docs/datasheet/soc_uart.adoc
+7 −8 docs/datasheet/soc_wdt.adoc
+1 −0 docs/datasheet/soc_xbus.adoc
+2 −0 docs/datasheet/soc_xip.adoc
+1 −0 docs/datasheet/soc_xirq.adoc
+6 −7 docs/datasheet/software.adoc
+ docs/figures/address_space.png
+ docs/figures/neorv32_processor.png
+4 −4 rtl/README.md
+141 −143 rtl/core/neorv32_bootloader_image.vhd
+4 −4 rtl/core/neorv32_cpu.vhd
+1 −1 rtl/core/neorv32_cpu_cp_cfu.vhd
+34 −29 rtl/core/neorv32_intercon.vhd
+1 −3 rtl/core/neorv32_package.vhd
+8 −10 rtl/core/neorv32_sdi.vhd
+51 −58 rtl/core/neorv32_spi.vhd
+10 −4 rtl/core/neorv32_top.vhd
+10 −1 rtl/core/neorv32_uart.vhd
+3 −5 rtl/processor_templates/README.md
+2 −2 sim/README.md
+5 −5 sim/neorv32_tb.vhd
+5 −5 sim/simple/neorv32_tb.simple.vhd
+15 −8 sw/README.md
+1 −1 sw/bootloader/bootloader.c
+2 −0 sw/common/neorv32.ld
+11 −6 sw/example/demo_cfu/main.c
+35 −12 sw/example/demo_newlib/main.c
+1 −1 sw/example/demo_newlib/makefile
+1 −5 sw/example/demo_sdi/main.c
+8 −7 sw/example/processor_check/main.c
+7 −3 sw/example/processor_check/makefile
+1 −1 sw/example/processor_check/run_check.sh
+0 −1 sw/lib/include/neorv32.h
+9 −9 sw/lib/include/neorv32_cpu_cfu.h
+0 −44 sw/lib/include/neorv32_dm.h
+97 −106 sw/lib/include/neorv32_intrinsics.h
+14 −15 sw/lib/include/neorv32_sdi.h
+21 −13 sw/lib/include/neorv32_spi.h
+12 −27 sw/lib/source/neorv32_sdi.c
+51 −11 sw/lib/source/neorv32_spi.c
+2 −2 sw/lib/source/neorv32_uart.c
+83 −221 sw/lib/source/syscalls.c
+29 −20 sw/svd/neorv32.svd

0 comments on commit 606e17a

Please sign in to comment.