-
Notifications
You must be signed in to change notification settings - Fork 18
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
7992c9f
to a0f4349
Bumps [neorv32](https://github.com/stnolting/neorv32) from `7992c9f` to `a0f4349`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@7992c9f...a0f4349) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5252f27
commit 3006476
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
16 files
+1 −0 | CHANGELOG.md | |
+1 −0 | docs/datasheet/soc.adoc | |
+70 −58 | docs/datasheet/soc_onewire.adoc | |
+6 −0 | docs/datasheet/software.adoc | |
+183 −107 | rtl/core/neorv32_onewire.vhd | |
+2 −1 | rtl/core/neorv32_package.vhd | |
+4 −0 | rtl/core/neorv32_top.vhd | |
+4 −15 | sim/ghdl.run.sh | |
+1 −0 | sim/neorv32_tb.vhd | |
+7 −2 | sw/example/demo_onewire/main.c | |
+25 −24 | sw/example/demo_onewire/onewire_aux.h | |
+11 −7 | sw/example/processor_check/main.c | |
+33 −21 | sw/lib/include/neorv32_onewire.h | |
+44 −33 | sw/lib/source/neorv32_onewire.c | |
+25 −0 | sw/lib/source/neorv32_uart.c | |
+33 −20 | sw/svd/neorv32.svd |