File tree Expand file tree Collapse file tree 16 files changed +16
-367
lines changed Expand file tree Collapse file tree 16 files changed +16
-367
lines changed Original file line number Diff line number Diff line change @@ -27,29 +27,7 @@ The [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/433
27
27
28
28
The Circuit Playground Bluefruit comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
29
29
30
- ### CLI Flashing on Linux
31
-
32
- - Plug your Circuit Playground Bluefruit into your computer's USB port.
33
- - Flash your TinyGo program to the board using this command:
34
-
35
- ``` shell
36
- tinygo flash -target=circuitplay-bluefruit [PATH TO YOUR PROGRAM]
37
- ```
38
-
39
- - The Circuit Playground Bluefruit board should restart and then begin running your program.
40
-
41
- # ## CLI Flashing on macOS
42
-
43
- - Plug your Circuit Playground Bluefruit into your computer' s USB port.
44
- - Flash your TinyGo program to the board using this command:
45
-
46
- ```shell
47
- tinygo flash -target=circuitplay-bluefruit [PATH TO YOUR PROGRAM]
48
- ```
49
-
50
- - The Circuit Playground Bluefruit board should restart and then begin running your program.
51
-
52
- ### CLI Flashing on Windows
30
+ ### CLI Flashing
53
31
54
32
- Plug your Circuit Playground Bluefruit into your computer's USB port.
55
33
- Flash your TinyGo program to the board using this command:
Original file line number Diff line number Diff line change @@ -26,29 +26,7 @@ The [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)
26
26
27
27
The Circuit Playground Express comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
28
28
29
- ### CLI Flashing on Linux
30
-
31
- - Plug your Circuit Playground Express into your computer's USB port.
32
- - Flash your TinyGo program to the board using this command:
33
-
34
- ``` shell
35
- tinygo flash -target=circuitplay-express [PATH TO YOUR PROGRAM]
36
- ```
37
-
38
- - The Circuit Playground Express board should restart and then begin running your program.
39
-
40
- # ## CLI Flashing on macOS
41
-
42
- - Plug your Circuit Playground Express into your computer' s USB port.
43
- - Flash your TinyGo program to the board using this command:
44
-
45
- ```shell
46
- tinygo flash -target=circuitplay-express [PATH TO YOUR PROGRAM]
47
- ```
48
-
49
- - The Circuit Playground Express board should restart and then begin running your program.
50
-
51
- ### CLI Flashing on Windows
29
+ ### CLI Flashing
52
30
53
31
- Plug your Circuit Playground Express into your computer's USB port.
54
32
- Flash your TinyGo program to the board using this command:
Original file line number Diff line number Diff line change @@ -27,29 +27,7 @@ The [Adafruit CLUE](https://www.adafruit.com/product/4500) is small ARM developm
27
27
28
28
The CLUE comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
29
29
30
- ### CLI Flashing on Linux
31
-
32
- - Plug your CLUE into your computer's USB port.
33
- - Flash your TinyGo program to the board using this command:
34
-
35
- ``` shell
36
- tinygo flash -target=clue-alpha [PATH TO YOUR PROGRAM]
37
- ```
38
-
39
- - The CLUE board should restart and then begin running your program.
40
-
41
- # ## CLI Flashing on macOS
42
-
43
- - Plug your CLUE into your computer' s USB port.
44
- - Flash your TinyGo program to the board using this command:
45
-
46
- ```shell
47
- tinygo flash -target=clue-alpha [PATH TO YOUR PROGRAM]
48
- ```
49
-
50
- - The CLUE board should restart and then begin running your program.
51
-
52
- ### CLI Flashing on Windows
30
+ ### CLI Flashing
53
31
54
32
- Plug your CLUE into your computer's USB port.
55
33
- Flash your TinyGo program to the board using this command:
Original file line number Diff line number Diff line change @@ -26,29 +26,7 @@ The [Adafruit Feather M0](https://www.adafruit.com/product/3403) is a tiny ARM d
26
26
27
27
The Feather M0 comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
28
28
29
- ### CLI Flashing on Linux
30
-
31
- - Plug your Feather M0 into your computer's USB port.
32
- - Flash your TinyGo program to the board using this command:
33
-
34
- ``` shell
35
- tinygo flash -target=feather-m0 [PATH TO YOUR PROGRAM]
36
- ```
37
-
38
- - The Feather M0 board should restart and then begin running your program.
39
-
40
- # ## CLI Flashing on macOS
41
-
42
- - Plug your Feather M0 into your computer' s USB port.
43
- - Flash your TinyGo program to the board using this command:
44
-
45
- ```shell
46
- tinygo flash -target=feather-m0 [PATH TO YOUR PROGRAM]
47
- ```
48
-
49
- - The Feather M0 board should restart and then begin running your program.
50
-
51
- ### CLI Flashing on Windows
29
+ ### CLI Flashing
52
30
53
31
- Plug your Feather M0 into your computer's USB port.
54
32
- Flash your TinyGo program to the board using this command:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The [Adafruit Feather M4](https://www.adafruit.com/product/3857) is a tiny ARM d
26
26
27
27
The Feather M4 comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
28
28
29
- ### CLI Flashing on Linux
29
+ ### CLI Flashing
30
30
31
31
- Plug your Feather M4 into your computer's USB port.
32
32
- Flash your TinyGo program to the board using this command:
@@ -37,27 +37,6 @@ The Feather M4 comes with the [UF2 bootloader](https://github.com/Microsoft/uf2)
37
37
38
38
- The Feather M4 board should restart and then begin running your program.
39
39
40
- # ## CLI Flashing on macOS
41
-
42
- - Plug your Feather M4 into your computer' s USB port.
43
- - Flash your TinyGo program to the board using this command:
44
-
45
- ```shell
46
- tinygo flash -target=feather-m4 [PATH TO YOUR PROGRAM]
47
- ```
48
-
49
- - The Feather M4 board should restart and then begin running your program.
50
-
51
- ### CLI Flashing on Windows
52
-
53
- - Plug your Feather M4 into your computer' s USB port.
54
- - Flash your TinyGo program to the board using this command:
55
-
56
- ` ` ` shell
57
- tinygo flash -target=feather-m4 [PATH TO YOUR PROGRAM]
58
- ` ` `
59
-
60
- - The Feather M4 board should restart and then begin running your program.
61
40
62
41
# ## Troubleshooting
63
42
Original file line number Diff line number Diff line change @@ -27,29 +27,7 @@ The [Adafruit Feather nRF52840](https://www.adafruit.com/product/4500) is a smal
27
27
28
28
The Adafruit Feather nRF52840 comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
29
29
30
- ### CLI Flashing on Linux
31
-
32
- - Plug your Adafruit Feather nRF52840 into your computer's USB port.
33
- - Flash your TinyGo program to the board using this command:
34
-
35
- ``` shell
36
- tinygo flash -target=feather-nrf52840 [PATH TO YOUR PROGRAM]
37
- ```
38
-
39
- - The Adafruit Feather nRF52840 board should restart and then begin running your program.
40
-
41
- # ## CLI Flashing on macOS
42
-
43
- - Plug your Adafruit Feather nRF52840 into your computer' s USB port.
44
- - Flash your TinyGo program to the board using this command:
45
-
46
- ```shell
47
- tinygo flash -target=feather-nrf52840 [PATH TO YOUR PROGRAM]
48
- ```
49
-
50
- - The Adafruit Feather nRF52840 board should restart and then begin running your program.
51
-
52
- ### CLI Flashing on Windows
30
+ ### CLI Flashing
53
31
54
32
- Plug your Adafruit Feather nRF52840 into your computer's USB port.
55
33
- Flash your TinyGo program to the board using this command:
Original file line number Diff line number Diff line change @@ -26,29 +26,7 @@ The [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727) is very compa
26
26
27
27
The ItsyBitsy M0 comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
28
28
29
- ### CLI Flashing on Linux
30
-
31
- - Plug your ItsyBitsy M0 into your computer's USB port.
32
- - Flash your TinyGo program to the board using this command:
33
-
34
- ``` shell
35
- tinygo flash -target=itsybitsy-m0 [PATH TO YOUR PROGRAM]
36
- ```
37
-
38
- - The ItsyBitsy M0 board should restart and then begin running your program.
39
-
40
- # ## CLI Flashing on macOS
41
-
42
- - Plug your ItsyBitsy M0 into your computer' s USB port.
43
- - Flash your TinyGo program to the board using this command:
44
-
45
- ```shell
46
- tinygo flash -target=itsybitsy-m0 [PATH TO YOUR PROGRAM]
47
- ```
48
-
49
- - The ItsyBitsy M0 board should restart and then begin running your program.
50
-
51
- ### CLI Flashing on Windows
29
+ ### CLI Flashing
52
30
53
31
- Plug your ItsyBitsy M0 into your computer's USB port.
54
32
- Flash your TinyGo program to the board using this command:
Original file line number Diff line number Diff line change @@ -26,29 +26,7 @@ The [Adafruit ItsyBitsy M4](https://www.adafruit.com/product/3800) is very compa
26
26
27
27
The ItsyBitsy M4 comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
28
28
29
- ### CLI Flashing on Linux
30
-
31
- - Plug your ItsyBitsy M4 into your computer's USB port.
32
- - Flash your TinyGo program to the board using this command:
33
-
34
- ``` shell
35
- tinygo flash -target=itsybitsy-m4 [PATH TO YOUR PROGRAM]
36
- ```
37
-
38
- - The ItsyBitsy M4 board should restart and then begin running your program.
39
-
40
- # ## CLI Flashing on macOS
41
-
42
- - Plug your ItsyBitsy M4 into your computer' s USB port.
43
- - Flash your TinyGo program to the board using this command:
44
-
45
- ```shell
46
- tinygo flash -target=itsybitsy-m4 [PATH TO YOUR PROGRAM]
47
- ```
48
-
49
- - The ItsyBitsy M4 board should restart and then begin running your program.
50
-
51
- ### CLI Flashing on Windows
29
+ ### CLI Flashing
52
30
53
31
- Plug your ItsyBitsy M4 into your computer's USB port.
54
32
- Flash your TinyGo program to the board using this command:
Original file line number Diff line number Diff line change @@ -27,29 +27,7 @@ The [Adafruit ItsyBitsy-nRF52840](https://www.adafruit.com/product/4333) is a sm
27
27
28
28
The ItsyBitsy-nRF52840 comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
29
29
30
- ### CLI Flashing on Linux
31
-
32
- - Plug your ItsyBitsy-nRF52840 into your computer's USB port.
33
- - Flash your TinyGo program to the board using this command:
34
-
35
- ``` shell
36
- tinygo flash -target=itsybitsy-nrf52840 [PATH TO YOUR PROGRAM]
37
- ```
38
-
39
- - The ItsyBitsy-nRF52840 board should restart and then begin running your program.
40
-
41
- # ## CLI Flashing on macOS
42
-
43
- - Plug your ItsyBitsy-nRF52840 into your computer' s USB port.
44
- - Flash your TinyGo program to the board using this command:
45
-
46
- ```shell
47
- tinygo flash -target=itsybitsy-nrf52840 [PATH TO YOUR PROGRAM]
48
- ```
49
-
50
- - The ItsyBitsy-nRF52840 board should restart and then begin running your program.
51
-
52
- ### CLI Flashing on Windows
30
+ ### CLI Flashing
53
31
54
32
- Plug your ItsyBitsy-nRF52840 into your computer's USB port.
55
33
- Flash your TinyGo program to the board using this command:
Original file line number Diff line number Diff line change @@ -26,29 +26,7 @@ The [Adafruit Metro M4 Express AirLift](https://www.adafruit.com/product/4000) i
26
26
27
27
The Metro M4 Express comes with the [ UF2 bootloader] ( https://github.com/Microsoft/uf2 ) already installed.
28
28
29
- ### CLI Flashing on Linux
30
-
31
- - Plug your Metro M4 Express into your computer's USB port.
32
- - Flash your TinyGo program to the board using this command:
33
-
34
- ``` shell
35
- tinygo flash -target=metro-m4-airlift [PATH TO YOUR PROGRAM]
36
- ```
37
-
38
- - The Metro M4 Express board should restart and then begin running your program.
39
-
40
- # ## CLI Flashing on macOS
41
-
42
- - Plug your Metro M4 Express into your computer' s USB port.
43
- - Flash your TinyGo program to the board using this command:
44
-
45
- ```shell
46
- tinygo flash -target=metro-m4-airlift [PATH TO YOUR PROGRAM]
47
- ```
48
-
49
- - The Metro M4 Express board should restart and then begin running your program.
50
-
51
- ### CLI Flashing on Windows
29
+ ### CLI Flashing
52
30
53
31
- Plug your Metro M4 Express into your computer's USB port.
54
32
- Flash your TinyGo program to the board using this command:
You can’t perform that action at this time.
0 commit comments