diff options
| author | Damien George | 2019-07-02 17:09:59 +1000 |
|---|---|---|
| committer | Damien George | 2019-07-02 17:09:59 +1000 |
| commit | 08075beeb9b45557f8ed6970e4e3e4a00bd26879 (patch) | |
| tree | 8f332440767aa0a1876782e887f2d199229caa29 | |
| parent | 2920d26af579363ac9f64a9d941d1a4eff880ffe (diff) | |
samd: Remove "makefile" file.
This file can be added by a user to customise the build process.
| -rw-r--r-- | ports/samd/makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/samd/makefile b/ports/samd/makefile deleted file mode 100644 index 336d6f280..000000000 --- a/ports/samd/makefile +++ /dev/null @@ -1,12 +0,0 @@ -#BOARD = TRINKET -UF2DEV = /dev/sdb -#UF2CONV = /home/damien/others/uf2/utils/uf2conv.py - -include Makefile - -deploy: $(BUILD)/firmware.uf2 - $(ECHO) "Copying $< to the board" - mount $(UF2DEV) - cat /mnt/INFO_UF2.TXT > /dev/null - cp $< /mnt - umount /mnt |
