-
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
b3eb764
to 9fab2ab
Bumps [neorv32](https://github.com/stnolting/neorv32) from `b3eb764` to `9fab2ab`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@b3eb764...9fab2ab) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
255e44c
commit 66e3060
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
26 files
+2 −1 | CHANGELOG.md | |
+2 −2 | README.md | |
+7 −12 | docs/datasheet/soc.adoc | |
+0 −2 | docs/datasheet/soc_cfs.adoc | |
+3 −2 | docs/datasheet/soc_dma.adoc | |
+1 −2 | docs/datasheet/soc_gptmr.adoc | |
+0 −3 | docs/datasheet/soc_neoled.adoc | |
+3 −4 | docs/datasheet/soc_onewire.adoc | |
+1 −3 | docs/datasheet/soc_sdi.adoc | |
+0 −2 | docs/datasheet/soc_slink.adoc | |
+0 −2 | docs/datasheet/soc_spi.adoc | |
+71 −74 | docs/datasheet/soc_twi.adoc | |
+0 −1 | docs/datasheet/soc_uart.adoc | |
+0 −1 | docs/datasheet/soc_xirq.adoc | |
+12 −0 | docs/datasheet/software.adoc | |
+2 −1 | rtl/core/neorv32_package.vhd | |
+4 −0 | rtl/core/neorv32_top.vhd | |
+180 −146 | rtl/core/neorv32_twi.vhd | |
+1 −0 | sim/neorv32_tb.vhd | |
+1 −0 | sim/simple/neorv32_tb.simple.vhd | |
+11 −5 | sw/common/common.mk | |
+61 −104 | sw/example/demo_twi/main.c | |
+14 −9 | sw/example/processor_check/main.c | |
+51 −37 | sw/lib/include/neorv32_twi.h | |
+76 −65 | sw/lib/source/neorv32_twi.c | |
+26 −30 | sw/svd/neorv32.svd |