-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from stnolting/dependabot/submodules/neorv32-…
…bfc4b60 [Dependabot]: Bump neorv32 from `486087e` to `bfc4b60`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
18 files
+3 −0 | CHANGELOG.md | |
+1 −1 | docs/attrs.adoc | |
+17 −6 | docs/datasheet/soc_spi.adoc | |
+25 −8 | docs/datasheet/soc_xip.adoc | |
+4 −4 | rtl/core/neorv32_bootloader_image.vhd | |
+1 −1 | rtl/core/neorv32_cpu_cp_cfu.vhd | |
+1 −3 | rtl/core/neorv32_package.vhd | |
+25 −18 | rtl/core/neorv32_spi.vhd | |
+1 −1 | rtl/core/neorv32_top.vhd | |
+32 −7 | rtl/core/neorv32_xip.vhd | |
+2 −2 | sw/bootloader/bootloader.c | |
+33 −17 | sw/common/neorv32.ld | |
+7 −6 | sw/example/demo_xip/main.c | |
+15 −11 | sw/lib/include/neorv32_spi.h | |
+6 −1 | sw/lib/include/neorv32_xip.h | |
+28 −2 | sw/lib/source/neorv32_spi.c | |
+29 −1 | sw/lib/source/neorv32_xip.c | |
+11 −1 | sw/svd/neorv32.svd |