forked from eddieliao/RobotathonESP32
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split setup into windows and macos sections
- Loading branch information
Showing
4 changed files
with
50 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...ections/_guide-primaries/getting-started/environment-setup/environment-setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: default | ||
title: Environment Setup | ||
nav_include: true | ||
has_children: true | ||
has_grand_children: true | ||
parent: Getting Started | ||
nav_order: 3 | ||
--- |
36 changes: 36 additions & 0 deletions
36
docs/_sections/_guide-primaries/getting-started/environment-setup/mac-setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: default | ||
title: macOS Setup | ||
nav_include: true | ||
parent: Environment Setup | ||
grand_parent: Getting Started | ||
nav_order: 1 | ||
--- | ||
|
||
## macOS Setup | ||
https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/installation.html | ||
|
||
|
||
|
||
https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html | ||
TODO figure out what to do the setup script installs the CLI for esp-idf isntead of VS Code extension | ||
proly just gona make them go through the install manually | ||
|
||
|
||
|
||
|
||
### Install VS Code | ||
TODO | ||
|
||
### Install Git | ||
TODO | ||
|
||
### Install SiLabs UART-USB driver | ||
1. Go to [SiLabs installer webpage](https://www.silabs.com/developer-tools/usb-to-uart-bridge-vcp-drivers?tab=downloads) | ||
|
||
Download the following file: | ||
TODO: add picture | ||
|
||
1. Extract the downloaded zip file and run the appropriate installer application inside | ||
1. Agree and use default configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters