Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent dc9767b commit 758643e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 81 files
+6 −2 .github/workflows/Processor.yml
+7 −0 CHANGELOG.md
+1 −1 README.md
+235 −109 docs/Doxyfile
+2 −1 docs/attrs.adoc
+10 −11 docs/datasheet/cpu.adoc
+61 −79 docs/datasheet/cpu_csr.adoc
+52 −32 docs/datasheet/cpu_dual_core.adoc
+79 −132 docs/datasheet/overview.adoc
+64 −24 docs/datasheet/soc.adoc
+2 −2 docs/datasheet/soc_bootrom.adoc
+3 −4 docs/datasheet/soc_cfs.adoc
+6 −4 docs/datasheet/soc_clint.adoc
+3 −4 docs/datasheet/soc_crc.adoc
+3 −3 docs/datasheet/soc_dcache.adoc
+3 −4 docs/datasheet/soc_dma.adoc
+1 −2 docs/datasheet/soc_dmem.adoc
+3 −4 docs/datasheet/soc_gpio.adoc
+3 −4 docs/datasheet/soc_gptmr.adoc
+3 −3 docs/datasheet/soc_icache.adoc
+1 −2 docs/datasheet/soc_imem.adoc
+3 −4 docs/datasheet/soc_neoled.adoc
+4 −4 docs/datasheet/soc_onewire.adoc
+3 −4 docs/datasheet/soc_pwm.adoc
+3 −4 docs/datasheet/soc_sdi.adoc
+3 −4 docs/datasheet/soc_slink.adoc
+3 −4 docs/datasheet/soc_spi.adoc
+2 −3 docs/datasheet/soc_sysinfo.adoc
+3 −4 docs/datasheet/soc_trng.adoc
+3 −4 docs/datasheet/soc_twd.adoc
+3 −4 docs/datasheet/soc_twi.adoc
+3 −4 docs/datasheet/soc_uart.adoc
+3 −4 docs/datasheet/soc_wdt.adoc
+7 −2 docs/datasheet/soc_xbus.adoc
+4 −6 docs/datasheet/soc_xip.adoc
+3 −4 docs/datasheet/soc_xirq.adoc
+5 −4 docs/datasheet/software.adoc
+25 −6 docs/datasheet/software_bootloader.adoc
+87 −182 docs/datasheet/software_rte.adoc
+10 −1 docs/userguide/customizing_the_bootloader.adoc
+3 −0 docs/userguide/executable_upload.adoc
+35 −43 rtl/core/neorv32_application_image.vhd
+71 −78 rtl/core/neorv32_bootloader_image.vhd
+9 −9 rtl/core/neorv32_bus.vhd
+7 −11 rtl/core/neorv32_cache.vhd
+71 −83 rtl/core/neorv32_cpu.vhd
+62 −53 rtl/core/neorv32_cpu_control.vhd
+48 −97 rtl/core/neorv32_cpu_icc.vhd
+2 −3 rtl/core/neorv32_cpu_lsu.vhd
+25 −20 rtl/core/neorv32_package.vhd
+66 −85 rtl/core/neorv32_top.vhd
+7 −0 sim/neorv32_tb.vhd
+179 −26 sw/bootloader/bootloader.c
+27 −0 sw/bootloader/makefile
+19 −26 sw/common/crt0.S
+34 −119 sw/example/demo_dual_core/main.c
+3 −4 sw/example/demo_dual_core/spinlock.c
+1 −1 sw/example/demo_dual_core/spinlock.h
+33 −0 sw/example/demo_dual_core_icc/Makefile
+158 −0 sw/example/demo_dual_core_icc/main.c
+33 −0 sw/example/demo_dual_core_rte/Makefile
+203 −0 sw/example/demo_dual_core_rte/main.c
+31 −0 sw/example/demo_dual_core_rte/spinlock.c
+12 −0 sw/example/demo_dual_core_rte/spinlock.h
+8 −6 sw/example/processor_check/main.c
+1 −2 sw/lib/include/neorv32_aux.h
+6 −11 sw/lib/include/neorv32_cpu_csr.h
+2 −1 sw/lib/include/neorv32_rte.h
+27 −22 sw/lib/include/neorv32_smp.h
+44 −7 sw/lib/include/neorv32_sysinfo.h
+11 −9 sw/lib/source/neorv32_aux.c
+88 −89 sw/lib/source/neorv32_rte.c
+2 −6 sw/lib/source/neorv32_sdi.c
+57 −24 sw/lib/source/neorv32_smp.c
+2 −6 sw/lib/source/neorv32_spi.c
+0 −38 sw/lib/source/neorv32_sysinfo.c
+2 −6 sw/lib/source/neorv32_uart.c
+9 −34 sw/lib/source/neorv32_xirq.c
+2 −2 sw/ocd-firmware/makefile
+9 −9 sw/ocd-firmware/park_loop.S
+1 −1 sw/svd/neorv32.svd

0 comments on commit 758643e

Please sign in to comment.