Skip to content

Commit

Permalink
[Dependabot]: Bump neorv32 from 9243491 to f9a2801
Browse files Browse the repository at this point in the history
Bumps [neorv32](https://github.com/stnolting/neorv32) from `9243491` to `f9a2801`.
- [Release notes](https://github.com/stnolting/neorv32/releases)
- [Commits](stnolting/neorv32@9243491...f9a2801)

---
updated-dependencies:
- dependency-name: neorv32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent b76b86c commit 6cbae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 56 files
+4 −0 CHANGELOG.md
+1 −1 docs/attrs.adoc
+1 −0 docs/datasheet/cpu.adoc
+7 −7 docs/datasheet/rationale.adoc
+18 −30 docs/datasheet/soc_xirq.adoc
+225 −347 docs/datasheet/software.adoc
+1 −1 rtl/core/neorv32_package.vhd
+66 −58 rtl/core/neorv32_xirq.vhd
+1 −1 sim/neorv32_tb.vhd
+20 −1 sw/bootloader/makefile
+23 −32 sw/common/common.mk
+10 −21 sw/common/neorv32.ld
+30 −1 sw/example/atomic_test/makefile
+30 −1 sw/example/bus_explorer/makefile
+30 −1 sw/example/coremark/makefile
+30 −1 sw/example/demo_blink_led/makefile
+30 −1 sw/example/demo_blink_led_asm/makefile
+30 −1 sw/example/demo_cfs/makefile
+30 −1 sw/example/demo_cfu/makefile
+30 −1 sw/example/demo_crc/makefile
+30 −1 sw/example/demo_dma/makefile
+30 −1 sw/example/demo_emulate_unaligned/makefile
+30 −1 sw/example/demo_gptmr/makefile
+30 −1 sw/example/demo_hpm/makefile
+30 −1 sw/example/demo_mtime/makefile
+30 −1 sw/example/demo_neopixel/makefile
+30 −2 sw/example/demo_newlib/makefile
+31 −2 sw/example/demo_onewire/makefile
+31 −2 sw/example/demo_pwm/makefile
+30 −1 sw/example/demo_sdi/makefile
+31 −2 sw/example/demo_slink/makefile
+31 −2 sw/example/demo_spi/makefile
+29 −4 sw/example/demo_spi_irq/makefile
+31 −2 sw/example/demo_trng/makefile
+31 −2 sw/example/demo_twi/makefile
+31 −2 sw/example/demo_wdt/makefile
+31 −2 sw/example/demo_xip/makefile
+1 −6 sw/example/demo_xirq/main.c
+31 −2 sw/example/demo_xirq/makefile
+31 −2 sw/example/dhrystone/makefile
+5 −1 sw/example/eclipse/makefile
+31 −2 sw/example/float_corner_test/makefile
+30 −1 sw/example/floating_point_test/makefile
+30 −1 sw/example/game_of_life/makefile
+32 −2 sw/example/hello_cpp/makefile
+30 −1 sw/example/hello_world/makefile
+0 −7 sw/example/makefile
+3 −0 sw/example/performance_tests/I/makefile
+2 −0 sw/example/performance_tests/M/makefile
+2 −0 sw/example/performance_tests/Zfinx/makefile
+0 −2 sw/example/processor_check/main.c
+35 −5 sw/example/processor_check/makefile
+11 −16 sw/lib/include/neorv32_xirq.h
+22 −36 sw/lib/source/neorv32_xirq.c
+4 −4 sw/openocd/openocd_neorv32.cfg
+9 −14 sw/svd/neorv32.svd

0 comments on commit 6cbae52

Please sign in to comment.