Skip to content

Commit

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

[Dependabot]: Bump neorv32 from `01e88db` to `87a78de`
  • Loading branch information
stnolting authored Jan 19, 2025
2 parents 6e87592 + 0eaeaf7 commit acdc5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 52 files
+4 βˆ’5 .github/workflows/Processor.yml
+5 βˆ’1 CHANGELOG.md
+1 βˆ’3 README.md
+9 βˆ’0 docs/datasheet/on_chip_debugger.adoc
+1 βˆ’2 docs/datasheet/overview.adoc
+7 βˆ’12 docs/datasheet/soc.adoc
+58 βˆ’18 docs/datasheet/soc_gpio.adoc
+1 βˆ’1 docs/datasheet/soc_sysinfo.adoc
+20 βˆ’16 docs/datasheet/soc_twd.adoc
+9 βˆ’1 docs/datasheet/soc_wdt.adoc
+5 βˆ’0 docs/datasheet/soc_xbus.adoc
+0 βˆ’82 docs/datasheet/soc_xirq.adoc
+0 βˆ’1 docs/datasheet/software.adoc
+ βˆ’ docs/figures/neorv32_processor.png
+1 βˆ’3 docs/userguide/adding_custom_hw_modules.adoc
+1 βˆ’1 docs/userguide/application_specific_configuration.adoc
+12 βˆ’15 rtl/core/neorv32_application_image.vhd
+130 βˆ’131 rtl/core/neorv32_bootloader_image.vhd
+4 βˆ’3 rtl/core/neorv32_bus.vhd
+1 βˆ’7 rtl/core/neorv32_cache.vhd
+1 βˆ’1 rtl/core/neorv32_cpu_control.vhd
+89 βˆ’39 rtl/core/neorv32_gpio.vhd
+6 βˆ’8 rtl/core/neorv32_package.vhd
+26 βˆ’9 rtl/core/neorv32_sys.vhd
+2 βˆ’3 rtl/core/neorv32_sysinfo.vhd
+24 βˆ’52 rtl/core/neorv32_top.vhd
+13 βˆ’9 rtl/core/neorv32_twd.vhd
+68 βˆ’56 rtl/core/neorv32_xbus.vhd
+0 βˆ’201 rtl/core/neorv32_xirq.vhd
+0 βˆ’1 rtl/file_list_soc.f
+6 βˆ’6 rtl/processor_templates/neorv32_ProcessorTop_MinimalBoot.vhd
+5 βˆ’6 rtl/processor_templates/neorv32_ProcessorTop_UP5KDemo.vhd
+44 βˆ’35 rtl/system_integration/neorv32_vivado_ip.tcl
+12 βˆ’24 rtl/system_integration/neorv32_vivado_ip.vhd
+17 βˆ’16 rtl/system_integration/xbus2axi4lite_bridge.vhd
+4 βˆ’6 sim/neorv32_tb.vhd
+2 βˆ’2 sw/bootloader/bootloader.c
+7 βˆ’4 sw/example/demo_clint/main.c
+3 βˆ’3 sw/example/demo_gpio/Makefile
+93 βˆ’0 sw/example/demo_gpio/main.c
+0 βˆ’184 sw/example/demo_xirq/main.c
+33 βˆ’40 sw/example/processor_check/main.c
+6 βˆ’9 sw/lib/include/neorv32.h
+26 βˆ’9 sw/lib/include/neorv32_gpio.h
+1 βˆ’1 sw/lib/include/neorv32_sysinfo.h
+3 βˆ’3 sw/lib/include/neorv32_twi.h
+0 βˆ’67 sw/lib/include/neorv32_xirq.h
+0 βˆ’1 sw/lib/source/neorv32_aux.c
+90 βˆ’39 sw/lib/source/neorv32_gpio.c
+10 βˆ’8 sw/lib/source/neorv32_rte.c
+0 βˆ’251 sw/lib/source/neorv32_xirq.c
+23 βˆ’52 sw/svd/neorv32.svd

0 comments on commit acdc5b2

Please sign in to comment.