Skip to content

Commit

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

[Dependabot]: Bump neorv32 from `2af4795` to `5e3c471`
  • Loading branch information
stnolting committed Jul 8, 2024
2 parents e0cf9b4 + d489000 commit 8c37e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 79 files
+6 βˆ’0 CHANGELOG.md
+2 βˆ’2 README.md
+1 βˆ’1 docs/attrs.adoc
+1 βˆ’1 docs/datasheet/cpu.adoc
+3 βˆ’3 docs/datasheet/cpu_cfu.adoc
+1 βˆ’1 docs/datasheet/overview.adoc
+5 βˆ’11 docs/datasheet/soc.adoc
+5 βˆ’5 docs/datasheet/soc_gpio.adoc
+25 βˆ’47 docs/datasheet/soc_gptmr.adoc
+1 βˆ’1 docs/datasheet/soc_sysinfo.adoc
+6 βˆ’1 docs/datasheet/soc_xbus.adoc
+3 βˆ’7 docs/datasheet/software.adoc
+1 βˆ’1 docs/legal.adoc
+4 βˆ’4 rtl/README.md
+0 βˆ’2 rtl/core/neorv32_cache.vhd
+49 βˆ’96 rtl/core/neorv32_cpu_control.vhd
+97 βˆ’103 rtl/core/neorv32_cpu_cp_cfu.vhd
+15 βˆ’34 rtl/core/neorv32_cpu_lsu.vhd
+7 βˆ’7 rtl/core/neorv32_cpu_pmp.vhd
+6 βˆ’17 rtl/core/neorv32_dma.vhd
+62 βˆ’148 rtl/core/neorv32_gptmr.vhd
+61 βˆ’62 rtl/core/neorv32_intercon.vhd
+68 βˆ’47 rtl/core/neorv32_mtime.vhd
+40 βˆ’5 rtl/core/neorv32_package.vhd
+20 βˆ’21 rtl/core/neorv32_sysinfo.vhd
+90 βˆ’97 rtl/core/neorv32_top.vhd
+3 βˆ’3 rtl/processor_templates/README.md
+15 βˆ’8 rtl/system_integration/README.md
+24 βˆ’30 rtl/system_integration/neorv32_vivado_ip.tcl
+0 βˆ’8 rtl/system_integration/neorv32_vivado_ip.vhd
+108 βˆ’0 rtl/system_integration/xbus2ahblite_bridge.vhd
+11 βˆ’10 rtl/test_setups/README.md
+3 βˆ’6 sim/neorv32_tb.vhd
+3 βˆ’6 sim/simple/neorv32_tb.simple.vhd
+5 βˆ’4 sw/bootloader/bootloader.c
+7 βˆ’4 sw/common/crt0.S
+77 βˆ’25 sw/example/atomic_test/main.c
+3 βˆ’2 sw/example/demo_dma/main.c
+3 βˆ’3 sw/example/demo_gptmr/main.c
+14 βˆ’3 sw/example/demo_newlib/main.c
+2 βˆ’2 sw/example/performance_tests/I/main.c
+2 βˆ’2 sw/example/performance_tests/M/main.c
+13 βˆ’14 sw/example/processor_check/main.c
+81 βˆ’41 sw/lib/include/neorv32.h
+2 βˆ’5 sw/lib/include/neorv32_aux.h
+3 βˆ’0 sw/lib/include/neorv32_cfs.h
+2 βˆ’201 sw/lib/include/neorv32_cpu.h
+58 βˆ’0 sw/lib/include/neorv32_cpu_amo.h
+3 βˆ’0 sw/lib/include/neorv32_cpu_cfu.h
+2 βˆ’0 sw/lib/include/neorv32_cpu_csr.h
+3 βˆ’0 sw/lib/include/neorv32_crc.h
+3 βˆ’0 sw/lib/include/neorv32_dm.h
+3 βˆ’0 sw/lib/include/neorv32_dma.h
+5 βˆ’4 sw/lib/include/neorv32_gpio.h
+14 βˆ’21 sw/lib/include/neorv32_gptmr.h
+2 βˆ’0 sw/lib/include/neorv32_intrinsics.h
+89 βˆ’0 sw/lib/include/neorv32_legacy.h
+3 βˆ’0 sw/lib/include/neorv32_mtime.h
+3 βˆ’0 sw/lib/include/neorv32_neoled.h
+3 βˆ’0 sw/lib/include/neorv32_onewire.h
+3 βˆ’0 sw/lib/include/neorv32_pwm.h
+3 βˆ’2 sw/lib/include/neorv32_rte.h
+3 βˆ’0 sw/lib/include/neorv32_sdi.h
+3 βˆ’0 sw/lib/include/neorv32_slink.h
+3 βˆ’0 sw/lib/include/neorv32_spi.h
+5 βˆ’4 sw/lib/include/neorv32_sysinfo.h
+3 βˆ’0 sw/lib/include/neorv32_trng.h
+3 βˆ’0 sw/lib/include/neorv32_twi.h
+1 βˆ’50 sw/lib/include/neorv32_uart.h
+3 βˆ’0 sw/lib/include/neorv32_wdt.h
+3 βˆ’0 sw/lib/include/neorv32_xip.h
+3 βˆ’0 sw/lib/include/neorv32_xirq.h
+13 βˆ’23 sw/lib/source/neorv32_cpu.c
+85 βˆ’33 sw/lib/source/neorv32_cpu_amo.c
+17 βˆ’45 sw/lib/source/neorv32_gpio.c
+7 βˆ’90 sw/lib/source/neorv32_gptmr.c
+7 βˆ’19 sw/lib/source/neorv32_mtime.c
+28 βˆ’99 sw/lib/source/neorv32_rte.c
+13 βˆ’37 sw/svd/neorv32.svd

0 comments on commit 8c37e28

Please sign in to comment.