File tree Expand file tree Collapse file tree 1 file changed +1
-48
lines changed Expand file tree Collapse file tree 1 file changed +1
-48
lines changed Original file line number Diff line number Diff line change 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-
481all :
49- go run . $( DEVICES )
2+ go run . ` tinygo targets `
503
514
525# all:
You can’t perform that action at this time.
0 commit comments