Skip to content

Commit

Permalink
Merge pull request #161 from stnolting/dependabot/submodules/neorv32-…
Browse files Browse the repository at this point in the history
…b3eb764

[Dependabot]: Bump neorv32 from `0a0afa1` to `b3eb764`
  • Loading branch information
stnolting committed Mar 26, 2024
2 parents bd8880b + 2caa61e commit 255e44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 89 files
+7 βˆ’0 CHANGELOG.md
+0 βˆ’10 README.md
+2 βˆ’2 docs/attrs.adoc
+16 βˆ’19 docs/datasheet/cpu.adoc
+33 βˆ’28 docs/datasheet/cpu_cfu.adoc
+2 βˆ’2 docs/datasheet/cpu_csr.adoc
+1 βˆ’1 docs/datasheet/overview.adoc
+12 βˆ’12 docs/datasheet/soc.adoc
+1 βˆ’1 docs/datasheet/soc_dma.adoc
+6 βˆ’4 docs/datasheet/soc_gptmr.adoc
+7 βˆ’5 docs/datasheet/soc_neoled.adoc
+3 βˆ’4 docs/datasheet/soc_onewire.adoc
+9 βˆ’3 docs/datasheet/soc_slink.adoc
+1 βˆ’2 docs/datasheet/soc_spi.adoc
+12 βˆ’27 docs/datasheet/soc_trng.adoc
+2 βˆ’4 docs/datasheet/soc_twi.adoc
+3 βˆ’2 docs/datasheet/soc_uart.adoc
+3 βˆ’10 docs/datasheet/soc_wdt.adoc
+1 βˆ’1 docs/datasheet/soc_xirq.adoc
+ βˆ’ docs/figures/bus_interface.png
+ βˆ’ docs/figures/bus_interface_atomic.png
+0 βˆ’3 docs/figures/license.md
+ βˆ’ docs/figures/neopixel.png
+ βˆ’ docs/figures/neopixel_timing.png
+ βˆ’ docs/figures/neorv32_processor.png
+ βˆ’ docs/references/riscv-smcntrpmf-v1.0.pdf
+20 βˆ’13 docs/sources/bus_interface.json
+19 βˆ’12 docs/sources/bus_interface_atomic.json
+7 βˆ’0 docs/sources/neopixel_timing.json
+13 βˆ’8 docs/userguide/application_specific_configuration.adoc
+1 βˆ’0 rtl/core/neorv32_cache.vhd
+1 βˆ’3 rtl/core/neorv32_cfs.vhd
+12 βˆ’12 rtl/core/neorv32_cpu.vhd
+5 βˆ’5 rtl/core/neorv32_cpu_alu.vhd
+30 βˆ’51 rtl/core/neorv32_cpu_control.vhd
+109 βˆ’115 rtl/core/neorv32_cpu_cp_cfu.vhd
+2 βˆ’0 rtl/core/neorv32_cpu_lsu.vhd
+22 βˆ’35 rtl/core/neorv32_cpu_regfile.vhd
+6 βˆ’11 rtl/core/neorv32_dma.vhd
+18 βˆ’34 rtl/core/neorv32_gptmr.vhd
+92 βˆ’81 rtl/core/neorv32_intercon.vhd
+16 βˆ’8 rtl/core/neorv32_onewire.vhd
+8 βˆ’12 rtl/core/neorv32_package.vhd
+16 βˆ’16 rtl/core/neorv32_sdi.vhd
+62 βˆ’60 rtl/core/neorv32_top.vhd
+22 βˆ’59 rtl/core/neorv32_trng.vhd
+23 βˆ’21 rtl/core/neorv32_twi.vhd
+12 βˆ’25 rtl/core/neorv32_wdt.vhd
+4 βˆ’6 rtl/core/neorv32_xirq.vhd
+6 βˆ’1 rtl/processor_templates/neorv32_ProcessorTop_UP5KDemo.vhd
+1 βˆ’1 sim/neorv32_tb.vhd
+2 βˆ’1 sim/simple/ghdl.run.sh
+2 βˆ’1 sim/simple/ghdl.sh
+41 βˆ’12 sim/simple/neorv32_tb.simple.vhd
+2 βˆ’2 sw/common/common.mk
+14 βˆ’7 sw/example/bus_explorer/main.c
+231 βˆ’118 sw/example/demo_cfu/main.c
+40 βˆ’9 sw/example/demo_dma/main.c
+1 βˆ’2 sw/example/demo_gptmr/main.c
+1 βˆ’20 sw/example/demo_onewire/main.c
+0 βˆ’2 sw/example/demo_slink/main.c
+0 βˆ’2 sw/example/demo_spi_irq/drv/neorv32_spi_irq.c
+2 βˆ’2 sw/example/demo_trng/main.c
+2 βˆ’20 sw/example/demo_wdt/main.c
+2 βˆ’2 sw/example/game_of_life/main.c
+107 βˆ’0 sw/example/performance_tests/I/README.md
+2,018 βˆ’0 sw/example/performance_tests/I/main.c
+5 βˆ’0 sw/example/performance_tests/I/makefile
+90 βˆ’0 sw/example/performance_tests/M/README.md
+390 βˆ’0 sw/example/performance_tests/M/main.c
+6 βˆ’0 sw/example/performance_tests/M/makefile
+111 βˆ’0 sw/example/performance_tests/Zfinx/README.md
+1,176 βˆ’0 sw/example/performance_tests/Zfinx/main.c
+6 βˆ’0 sw/example/performance_tests/Zfinx/makefile
+100 βˆ’0 sw/example/performance_tests/makefile
+14 βˆ’0 sw/example/performance_tests/run_performance.sh
+19 βˆ’131 sw/example/processor_check/main.c
+2 βˆ’0 sw/example/processor_check/makefile
+0 βˆ’14 sw/lib/include/neorv32.h
+1 βˆ’3 sw/lib/include/neorv32_cpu.h
+17 βˆ’17 sw/lib/include/neorv32_cpu_csr.h
+1 βˆ’1 sw/lib/include/neorv32_onewire.h
+2 βˆ’5 sw/lib/include/neorv32_trng.h
+2 βˆ’28 sw/lib/source/neorv32_cpu.c
+1 βˆ’1 sw/lib/source/neorv32_onewire.c
+9 βˆ’11 sw/lib/source/neorv32_rte.c
+2 βˆ’10 sw/lib/source/neorv32_trng.c
+1 βˆ’3 sw/lib/source/neorv32_xirq.c
+1 βˆ’18 sw/svd/neorv32.svd

0 comments on commit 255e44c

Please sign in to comment.