Skip to content

Commit

Permalink
split setup into windows and macos sections
Browse files Browse the repository at this point in the history
  • Loading branch information
tguyenn committed Jan 16, 2025
1 parent e8fa2e9 commit 2ef7320
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Modeling with Onshape
nav_include: true
parent: 3D Modeling
grand_parent: Designing a Robot
grand_parent: Designing a Robot
nav_order: 1
---
# 3D Modeling with Onshape
Expand Down
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
---
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

Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
layout: default
title: Environment Setup
title: Windows
nav_include: true
parent: Getting Started
nav_order: 5
parent: Environment Setup
grand_parent: Getting Started
nav_order: 1
---

# Environment Setup
Expand Down Expand Up @@ -161,34 +162,6 @@ Do this even if you already have VS Code to minimize environment setup issues.
Note: Building and flashing after the first time does not take nearly as long. In fact, you can press the Build, Flash, and Monitor button (fire icon) to streamline the process!
{: .callout-blue}

## 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



# Example Program

Expand Down

0 comments on commit 2ef7320

Please sign in to comment.