Add ws2812 submodule
This commit is contained in:
parent
de6a38044b
commit
ffbe87f1f1
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "vhdl/ws2812_vhdl"]
|
||||||
|
path = vhdl/ws2812_vhdl
|
||||||
|
url = https://gitlab.com/xiretza/ws2812_vhdl
|
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ VHDL_DIR = vhdl
|
||||||
|
|
||||||
WORKLIB_NAME = splink
|
WORKLIB_NAME = splink
|
||||||
|
|
||||||
VHDL_FILES = $(wildcard $(VHDL_DIR)/*.vhdl)
|
VHDL_FILES = $(wildcard $(VHDL_DIR)/*.vhdl $(VHDL_DIR)/ws2812_vhdl/*.vhd)
|
||||||
VERILOG_FILES = $(LITEX_WORKDIR)/gateware/liteeth_core.v
|
VERILOG_FILES = $(LITEX_WORKDIR)/gateware/liteeth_core.v
|
||||||
SBY_FILES =
|
SBY_FILES =
|
||||||
|
|
||||||
|
|
1
vhdl/ws2812_vhdl
Submodule
1
vhdl/ws2812_vhdl
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0d1688f1840b8b5894b9f4cd027fcc1653dd3657
|
Loading…
Reference in a new issue