Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove obsolete parameter BOARD_NAME #861

Merged
merged 2 commits into from
Sep 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions targets/FreeRTOS/ESP32_DevKitC/BUILD-ESP32.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ On Windows, one may use the `.\install-esp32-tools.ps1` Power Shell script locat
- `C:\Esp32_Tools`


Open Power Shell in the root folder of the repository and run the script specifying `ESP32_DEVKITC` as the target BOARD_NAME. Optionally specify the COM port the ESP32 flash programming utility will use (The COM port is easily changed later. If it is not specified, manually edit tasks.json and change instances of `<COMPORT>` to the required port before flashing the ESP32 nanoCLR firmware.)
Open Power Shell in the root folder of the repository and run the script specifying the COM port the ESP32 flash programming utility will use (The COM port is easily changed later. If it is not specified, manually edit tasks.json and change instances of `<COMPORT>` to the required port before flashing the ESP32 nanoCLR firmware.)

Example Power Shell command line:
```.\install-esp32-tools.ps1 -BOARD_NAME ESP32_DEVKITC -COMPORT COM19```
```
.\install-esp32-tools.ps1 -COMPORT COM19
```

You can force the environemnt variables to be updated by adding -Force to the command line.

Expand Down