Skip to content

Commit

Permalink
Merge pull request #64 from stnolting/dependabot/submodules/neorv32-2…
Browse files Browse the repository at this point in the history
…71ff66

[Dependabot]: Bump neorv32 from `acf4297` to `271ff66`
  • Loading branch information
stnolting authored Oct 30, 2023
2 parents a194658 + 722feee commit 4aa58ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 43 files
+1 −0 CHANGELOG.md
+27 −27 README.md
+2 −2 docs/datasheet/cpu.adoc
+11 −40 docs/datasheet/overview.adoc
+3 −2 docs/datasheet/soc_dma.adoc
+39 −26 docs/datasheet/software.adoc
+1 −2 docs/userguide/free_rtos_support.adoc
+1 −1 rtl/core/neorv32_cfs.vhd
+2 −2 rtl/core/neorv32_cpu_control.vhd
+3 −3 rtl/core/neorv32_dma.vhd
+1 −1 rtl/core/neorv32_intercon.vhd
+12 −12 rtl/core/neorv32_package.vhd
+8 −2 sim/simple/ghdl.run.sh
+1 −6 sim/simple/ghdl.sh
+37 −29 sw/common/common.mk
+0 −82 sw/example/coremark/README.md
+11 −44 sw/example/coremark/core_portme.c
+1 −8 sw/example/coremark/core_portme.h
+0 −157 sw/example/demo_freeRTOS/FreeRTOSConfig.h
+0 −111 sw/example/demo_freeRTOS/README.md
+0 −209 sw/example/demo_freeRTOS/blinky_demo/main_blinky.c
+0 −72 sw/example/demo_freeRTOS/chip_specific_extensions/neorv32/freertos_risc_v_chip_specific_extensions.h
+0 −266 sw/example/demo_freeRTOS/full_demo/RegTest.s
+0 −328 sw/example/demo_freeRTOS/full_demo/main_full.c
+0 −268 sw/example/demo_freeRTOS/main.c
+0 −92 sw/example/demo_freeRTOS/makefile
+0 −157 sw/example/demo_freeRTOS_xirq/FreeRTOSConfig.h
+0 −106 sw/example/demo_freeRTOS_xirq/README.md
+0 −72 sw/example/demo_freeRTOS_xirq/chip_specific_extensions/neorv32/freertos_risc_v_chip_specific_extensions.h
+0 −163 sw/example/demo_freeRTOS_xirq/demo/main_demo.c
+0 −271 sw/example/demo_freeRTOS_xirq/main.c
+0 −64 sw/example/demo_freeRTOS_xirq/makefile
+3 −3 sw/example/demo_newlib/main.c
+1 −3 sw/example/demo_newlib/makefile
+0 −9 sw/example/dhrystone/LICENSE
+0 −98 sw/example/dhrystone/README.md
+0 −451 sw/example/dhrystone/dhry.h
+0 −502 sw/example/dhrystone/dhry_1.c
+0 −193 sw/example/dhrystone/dhry_2.c
+0 −6 sw/example/dhrystone/dhrystone.sh
+0 −4 sw/example/dhrystone/makefile
+1 −0 sw/lib/include/neorv32_uart.h
+42 −21 sw/lib/source/neorv32_uart.c

0 comments on commit 4aa58ae

Please sign in to comment.