-
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.
[Dependabot]: Bump neorv32 from
9700121
to 6c66bb1
Bumps [neorv32](https://github.com/stnolting/neorv32) from `9700121` to `6c66bb1`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@9700121...6c66bb1) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
60aef60
commit abfa39a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
23 files
+4 −2 | CHANGELOG.md | |
+3 −2 | docs/datasheet/software.adoc | |
+35 −30 | rtl/core/neorv32_application_image.vhd | |
+8 −8 | rtl/core/neorv32_bootloader_image.vhd | |
+0 −2 | rtl/core/neorv32_cache.vhd | |
+4 −1 | rtl/core/neorv32_clockgate.vhd | |
+0 −1 | rtl/core/neorv32_cpu.vhd | |
+2 −2 | rtl/core/neorv32_cpu_control.vhd | |
+0 −1 | rtl/core/neorv32_cpu_cp_cond.vhd | |
+105 −213 | rtl/core/neorv32_cpu_decompressor.vhd | |
+5 −4 | rtl/core/neorv32_cpu_lsu.vhd | |
+1 −1 | rtl/core/neorv32_debug_dm.vhd | |
+0 −1 | rtl/core/neorv32_gpio.vhd | |
+44 −58 | rtl/core/neorv32_mtime.vhd | |
+4 −25 | rtl/core/neorv32_neoled.vhd | |
+4 −19 | rtl/core/neorv32_onewire.vhd | |
+1 −1 | rtl/core/neorv32_package.vhd | |
+0 −2 | rtl/core/neorv32_trng.vhd | |
+0 −5 | rtl/core/neorv32_twi.vhd | |
+0 −9 | rtl/core/neorv32_uart.vhd | |
+4 −5 | sw/common/crt0.S | |
+1 −3 | sw/common/neorv32.ld | |
+3 −18 | sw/lib/include/neorv32.h |