-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dependabot]: Bump neorv32 from
486087e
to bfc4b60
Bumps [neorv32](https://github.com/stnolting/neorv32) from `486087e` to `bfc4b60`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@486087e...bfc4b60) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
5435c08
commit 1d936c7
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 |