Skip to content

Commit df26e5c

Browse files
aykevldeadprogram
authored andcommitted
getting-started: remove xtensa-esp32-elf requirement
These aren't necessary anymore with LLD support for Xtensa.
1 parent a60ab04 commit df26e5c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

content/getting-started/install/macos.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,3 @@ brew tap osx-cross/avr
5353
brew install avr-gcc
5454
brew install avrdude
5555
```
56-
57-
#### Xtensa ESP32
58-
59-
To compile TinyGo programs for the Xtensa ESP32 based processors from Espressif, you must install some extra tools:
60-
61-
```shell
62-
brew tap tasanakorn/homebrew-esp32
63-
brew install xtensa-esp32-elf
64-
```

0 commit comments

Comments
 (0)