mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-30 01:35:34 +00:00
Build libaries added to makefile
This commit is contained in:
parent
e6e598cfea
commit
4d6161b5f5
6
Makefile
6
Makefile
@ -7,3 +7,9 @@ DAISYSP_DIR = ./lib/daisySP
|
|||||||
|
|
||||||
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
|
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
|
||||||
include $(SYSTEM_FILES_DIR)/Makefile
|
include $(SYSTEM_FILES_DIR)/Makefile
|
||||||
|
|
||||||
|
libdaisy:
|
||||||
|
cd $(LIBDAISY_DIR) && make
|
||||||
|
daisysp:
|
||||||
|
cd $(DAISYSP_DIR) && make
|
||||||
|
lib: libdaisy daisysp
|
||||||
|
@ -11,7 +11,7 @@ git push
|
|||||||
```
|
```
|
||||||
2. Build project
|
2. Build project
|
||||||
```sh
|
```sh
|
||||||
cd ./lib/daisySP && make && cd ../libDaisy && make && cd ../.. && make
|
make lib && 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
|
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
|
4. Write the binary to the Daisy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user