-
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.
Merge pull request #93 from stnolting/dependabot/submodules/neorv32-4…
…9bc8be [Dependabot]: Bump neorv32 from `e889920` to `49bc8be`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
10 files
+3 −0 | CHANGELOG.md | |
+4 −0 | CONTRIBUTING.md | |
+62 −66 | docs/datasheet/on_chip_debugger.adoc | |
+46 −23 | rtl/core/neorv32_cpu_control.vhd | |
+2 −1 | rtl/core/neorv32_cpu_cp_cond.vhd | |
+2 −2 | rtl/core/neorv32_cpu_cp_fpu.vhd | |
+3 −1 | rtl/core/neorv32_cpu_pmp.vhd | |
+1 −3 | rtl/core/neorv32_package.vhd | |
+6 −6 | rtl/core/neorv32_uart.vhd | |
+1 −1 | sw/example/processor_check/main.c |