mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-30 01:35:34 +00:00
Deploy make recipe
This commit is contained in:
parent
0f8c0b3885
commit
cf3d56910d
1
Makefile
1
Makefile
@ -13,3 +13,4 @@ libdaisy:
|
||||
daisysp:
|
||||
cd $(DAISYSP_DIR) && make
|
||||
lib: libdaisy daisysp
|
||||
deploy: lib all program-dfu
|
||||
|
10
README.md
10
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
A starting point for creating Daisy Patch Projects.
|
||||
|
||||
## Setup & Deploy
|
||||
## Setup & Build
|
||||
1. Create git repository
|
||||
```sh
|
||||
git clone --recurse-submodules git@github.com:AquaMorph/DaisyPatchTemplate.git [Project directory name]
|
||||
@ -13,8 +13,10 @@ git push
|
||||
```sh
|
||||
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
|
||||
4. Write the binary to the Daisy
|
||||
|
||||
## Deploy
|
||||
1. 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
|
||||
2. Write the binary to the Daisy
|
||||
```sh
|
||||
make && make program-dfu
|
||||
make deploy
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user