Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test test-root test-tempo build-v1 build-v2 build-hw1_0 build-hw1_1 build-hw1_3 build-all clean dist-clean
.PHONY: test test-root test-tempo build-v2 build-hw1_0 build-hw1_1 build-hw1_3 build-all clean dist-clean

.DEFAULT_GOAL := test

Expand All @@ -25,10 +25,6 @@ test-root:
test-tempo:
pio test -e native -d lib/tempo

build-v1:
pio run -e HW1_3
$(call copy_uf2,HW1_3,1.0.0)

build-v2:
pio run -e HW1_3_V2
$(call copy_uf2,HW1_3_V2,$(FIRMWARE_VERSION))
Expand Down
204 changes: 0 additions & 204 deletions include/v1/AP33772_PocketPD.h

This file was deleted.

32 changes: 0 additions & 32 deletions include/v1/Button.h

This file was deleted.

Loading
Loading