-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation for environment setup close #10
- Loading branch information
Showing
7 changed files
with
50 additions
and
7 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
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,28 @@ | ||
# How to set up environment and build binary | ||
|
||
## Prerequisites | ||
|
||
- Install [VisualStudio Code](https://code.visualstudio.com/) | ||
- Install [PlatformIO IDE for VSCode](https://platformio.org/install/ide?install=vscode) | ||
- Install [Standard setup toolchain](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html#get-started-get-prerequisites) for your platform | ||
|
||
|
||
## Getting started | ||
|
||
- Checkout or download sources | ||
|
||
- Open project by selecting the project folder | ||
|
||
![Start](pio_start.png) | ||
|
||
![Open](pio_open.png) | ||
|
||
This may take a while, because PlatformIO downloads all the required boards and tools for development. | ||
|
||
- make your changes | ||
|
||
- you can now compile and/or upload your code | ||
|
||
![Compile](pio_compile.png) | ||
|
||
- The bin-files (bootloader.bin, firmware.bin, partitions.bin) will be in {project folder}/.pio/build/esp32dev |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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