Skip to content

Commit bd69fd7

Browse files
sago35deadprogram
authored andcommitted
Change to use tinygo targets
1 parent be06146 commit bd69fd7

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

doc-gen/Makefile

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,5 @@
1-
2-
DEVICES = \
3-
arduino \
4-
arduino-mega2560 \
5-
arduino-nano \
6-
arduino-nano33 \
7-
arduino-zero \
8-
bluepill \
9-
circuitplay-bluefruit \
10-
circuitplay-express \
11-
clue_alpha \
12-
digispark \
13-
esp32 \
14-
esp8266 \
15-
feather-m0 \
16-
feather-m4 \
17-
feather-nrf52840 \
18-
feather-stm32f405 \
19-
gameboy-advance \
20-
hifive1b \
21-
itsybitsy-m0 \
22-
itsybitsy-m4 \
23-
itsybitsy-nrf52840 \
24-
maixbit \
25-
metro-m4-airlift \
26-
microbit \
27-
nintendoswitch \
28-
nrf52840-mdk \
29-
nucleo-f103rb \
30-
particle-argon \
31-
particle-boron \
32-
particle-xenon \
33-
pca10031 \
34-
pca10040 \
35-
pca10056 \
36-
pinetime-devkit0 \
37-
pybadge \
38-
pygamer \
39-
pyportal \
40-
reelboard \
41-
stm32f4disco \
42-
teensy36 \
43-
trinket-m0 \
44-
wioterminal \
45-
x9pro \
46-
xiao
47-
481
all:
49-
go run . $(DEVICES)
2+
go run . `tinygo targets`
503

514

525
#all:

0 commit comments

Comments
 (0)