Skip to content

Commit

Permalink
Merge pull request #16 from stnolting/dependabot/submodules/neorv32-0…
Browse files Browse the repository at this point in the history
…1e88db

[Dependabot]: Bump neorv32 from `b869293` to `01e88db`
  • Loading branch information
stnolting authored Jan 13, 2025
2 parents a204c4b + 4663fbb commit e8e3d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 73 files
+4 −0 CHANGELOG.md
+1 −0 docs/attrs.adoc
+9 −10 docs/datasheet/cpu.adoc
+61 −79 docs/datasheet/cpu_csr.adoc
+52 −32 docs/datasheet/cpu_dual_core.adoc
+0 −1 docs/datasheet/overview.adoc
+64 −24 docs/datasheet/soc.adoc
+1 −1 docs/datasheet/soc_bootrom.adoc
+3 −3 docs/datasheet/soc_cfs.adoc
+6 −3 docs/datasheet/soc_clint.adoc
+3 −3 docs/datasheet/soc_crc.adoc
+3 −2 docs/datasheet/soc_dcache.adoc
+3 −3 docs/datasheet/soc_dma.adoc
+1 −1 docs/datasheet/soc_dmem.adoc
+3 −3 docs/datasheet/soc_gpio.adoc
+3 −3 docs/datasheet/soc_gptmr.adoc
+3 −2 docs/datasheet/soc_icache.adoc
+1 −1 docs/datasheet/soc_imem.adoc
+3 −3 docs/datasheet/soc_neoled.adoc
+4 −3 docs/datasheet/soc_onewire.adoc
+3 −3 docs/datasheet/soc_pwm.adoc
+3 −3 docs/datasheet/soc_sdi.adoc
+3 −3 docs/datasheet/soc_slink.adoc
+3 −3 docs/datasheet/soc_spi.adoc
+2 −2 docs/datasheet/soc_sysinfo.adoc
+3 −3 docs/datasheet/soc_trng.adoc
+3 −3 docs/datasheet/soc_twd.adoc
+3 −3 docs/datasheet/soc_twi.adoc
+3 −3 docs/datasheet/soc_uart.adoc
+3 −3 docs/datasheet/soc_wdt.adoc
+7 −1 docs/datasheet/soc_xbus.adoc
+4 −4 docs/datasheet/soc_xip.adoc
+3 −3 docs/datasheet/soc_xirq.adoc
+4 −3 docs/datasheet/software.adoc
+8 −5 docs/datasheet/software_bootloader.adoc
+87 −182 docs/datasheet/software_rte.adoc
+11 −14 rtl/core/neorv32_application_image.vhd
+67 −70 rtl/core/neorv32_bootloader_image.vhd
+9 −9 rtl/core/neorv32_bus.vhd
+7 −11 rtl/core/neorv32_cache.vhd
+0 −257 rtl/core/neorv32_core_complex.vhd
+55 −58 rtl/core/neorv32_cpu.vhd
+50 −50 rtl/core/neorv32_cpu_control.vhd
+38 −94 rtl/core/neorv32_cpu_icc.vhd
+2 −3 rtl/core/neorv32_cpu_lsu.vhd
+19 −20 rtl/core/neorv32_package.vhd
+118 −60 rtl/core/neorv32_top.vhd
+0 −1 rtl/file_list_soc.f
+1 −1 sw/bootloader/bootloader.c
+15 −18 sw/common/crt0.S
+34 −117 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
+5 −3 sw/example/processor_check/main.c
+1 −2 sw/lib/include/neorv32_aux.h
+6 −11 sw/lib/include/neorv32_cpu_csr.h
+0 −1 sw/lib/include/neorv32_rte.h
+16 −22 sw/lib/include/neorv32_smp.h
+7 −5 sw/lib/source/neorv32_aux.c
+51 −75 sw/lib/source/neorv32_rte.c
+2 −6 sw/lib/source/neorv32_sdi.c
+56 −21 sw/lib/source/neorv32_smp.c
+2 −6 sw/lib/source/neorv32_spi.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

0 comments on commit e8e3d1b

Please sign in to comment.