Build libaries added to makefile

This commit is contained in:
Christian Colglazier 2020-07-12 15:06:25 -04:00
parent e6e598cfea
commit 4d6161b5f5
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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