Skip to content

Commit

Permalink
Merge pull request #103 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 a8079d1 + 5ea98dc commit e0c6f3d
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 e0c6f3d

Please sign in to comment.