mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-29 09:35:33 +00:00
Moved submodules to lib directory
This commit is contained in:
parent
acefe4c778
commit
feee29ac7d
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
||||
[submodule "libDaisy"]
|
||||
path = libDaisy
|
||||
path = lib/libDaisy
|
||||
url = git@github.com:electro-smith/libDaisy.git
|
||||
[submodule "daisySP"]
|
||||
path = daisySP
|
||||
path = lib/daisySP
|
||||
url = git@github.com:electro-smith/DaisySP.git
|
||||
|
4
Makefile
4
Makefile
@ -2,8 +2,8 @@ TARGET = Main
|
||||
|
||||
CPP_SOURCES = src/main.cpp
|
||||
|
||||
LIBDAISY_DIR = ./libDaisy
|
||||
DAISYSP_DIR = ./daisySP
|
||||
LIBDAISY_DIR = ./lib/libDaisy
|
||||
DAISYSP_DIR = ./lib/daisySP
|
||||
|
||||
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
|
||||
include $(SYSTEM_FILES_DIR)/Makefile
|
||||
|
@ -11,7 +11,7 @@ git push
|
||||
```
|
||||
2. Build project
|
||||
```sh
|
||||
cd daisySP && make && cd ../libDaisy && make && cd .. && make
|
||||
cd ./lib/daisySP && make && cd ../libDaisy && make && cd ../.. && make
|
||||
```
|
||||
3. Plug usb into Daisy. Enter bootloader mode by holding the BOOT button down, and then pressing the RESET button. Once you release the RESET button, you can also let go of the BOOT button
|
||||
4. Write the binary to the Daisy
|
||||
|
Loading…
x
Reference in New Issue
Block a user