Skip to content

Commit

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

[Dependabot]: Bump neorv32 from `c6ebc0f` to `6f9abc9`
  • Loading branch information
stnolting committed May 20, 2024
2 parents 0a63259 + 127ee02 commit 98d9589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 73 files
+2 βˆ’0 .gitignore
+11 βˆ’5 docs/datasheet/cpu.adoc
+23 βˆ’0 docs/datasheet/overview.adoc
+3 βˆ’0 docs/datasheet/soc_slink.adoc
+6 βˆ’0 docs/datasheet/soc_xbus.adoc
+8 βˆ’4 docs/datasheet/software.adoc
+10 βˆ’4 docs/userguide/packaging_vivado.adoc
+3 βˆ’0 rtl/README.md
+8 βˆ’8 rtl/core/neorv32_cpu.vhd
+5 βˆ’3 rtl/core/neorv32_package.vhd
+2 βˆ’1 rtl/core/neorv32_sdi.vhd
+7 βˆ’2 rtl/system_integration/README.md
+15 βˆ’17 rtl/system_integration/neorv32_vivado_ip.vhd
+48 βˆ’84 sw/common/common.mk
+4 βˆ’0 sw/example/demo_emulate_unaligned/main.c
+9 βˆ’0 sw/example/dhrystone/LICENSE
+107 βˆ’0 sw/example/dhrystone/README.md
+451 βˆ’0 sw/example/dhrystone/dhry.h
+500 βˆ’0 sw/example/dhrystone/dhry_1.c
+193 βˆ’0 sw/example/dhrystone/dhry_2.c
+4 βˆ’0 sw/example/dhrystone/makefile
+81 βˆ’39 sw/image_gen/image_gen.c
+0 βˆ’144 sw/lib/include/legacy.h
+12 βˆ’42 sw/lib/include/neorv32.h
+11 βˆ’37 sw/lib/include/neorv32_cfs.h
+12 βˆ’37 sw/lib/include/neorv32_cpu.h
+11 βˆ’36 sw/lib/include/neorv32_cpu_amo.h
+11 βˆ’36 sw/lib/include/neorv32_cpu_cfu.h
+12 βˆ’37 sw/lib/include/neorv32_cpu_csr.h
+12 βˆ’37 sw/lib/include/neorv32_crc.h
+14 βˆ’37 sw/lib/include/neorv32_dm.h
+12 βˆ’37 sw/lib/include/neorv32_dma.h
+12 βˆ’37 sw/lib/include/neorv32_gpio.h
+11 βˆ’36 sw/lib/include/neorv32_gptmr.h
+11 βˆ’36 sw/lib/include/neorv32_intrinsics.h
+12 βˆ’37 sw/lib/include/neorv32_mtime.h
+12 βˆ’37 sw/lib/include/neorv32_neoled.h
+11 βˆ’36 sw/lib/include/neorv32_onewire.h
+12 βˆ’37 sw/lib/include/neorv32_pwm.h
+12 βˆ’36 sw/lib/include/neorv32_rte.h
+11 βˆ’36 sw/lib/include/neorv32_sdi.h
+11 βˆ’36 sw/lib/include/neorv32_slink.h
+11 βˆ’36 sw/lib/include/neorv32_spi.h
+11 βˆ’36 sw/lib/include/neorv32_sysinfo.h
+12 βˆ’37 sw/lib/include/neorv32_trng.h
+12 βˆ’36 sw/lib/include/neorv32_twi.h
+58 βˆ’37 sw/lib/include/neorv32_uart.h
+11 βˆ’36 sw/lib/include/neorv32_wdt.h
+11 βˆ’36 sw/lib/include/neorv32_xip.h
+12 βˆ’37 sw/lib/include/neorv32_xirq.h
+11 βˆ’36 sw/lib/source/neorv32_cfs.c
+28 βˆ’38 sw/lib/source/neorv32_cpu.c
+12 βˆ’37 sw/lib/source/neorv32_cpu_amo.c
+11 βˆ’36 sw/lib/source/neorv32_cpu_cfu.c
+12 βˆ’37 sw/lib/source/neorv32_crc.c
+12 βˆ’37 sw/lib/source/neorv32_dma.c
+12 βˆ’37 sw/lib/source/neorv32_gpio.c
+12 βˆ’37 sw/lib/source/neorv32_gptmr.c
+12 βˆ’37 sw/lib/source/neorv32_mtime.c
+12 βˆ’37 sw/lib/source/neorv32_neoled.c
+12 βˆ’37 sw/lib/source/neorv32_onewire.c
+12 βˆ’37 sw/lib/source/neorv32_pwm.c
+15 βˆ’41 sw/lib/source/neorv32_rte.c
+12 βˆ’37 sw/lib/source/neorv32_sdi.c
+15 βˆ’37 sw/lib/source/neorv32_slink.c
+12 βˆ’37 sw/lib/source/neorv32_spi.c
+12 βˆ’37 sw/lib/source/neorv32_trng.c
+12 βˆ’36 sw/lib/source/neorv32_twi.c
+26 βˆ’49 sw/lib/source/neorv32_uart.c
+12 βˆ’37 sw/lib/source/neorv32_wdt.c
+12 βˆ’37 sw/lib/source/neorv32_xip.c
+4 βˆ’0 sw/lib/source/neorv32_xirq.c
+12 βˆ’2 sw/lib/source/syscalls.c

0 comments on commit 98d9589

Please sign in to comment.