You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/esp32-idf
Volodymyr Shymanskyy 6bbf5fec1e
Update examples
5 years ago
..
.old Add esp32-idf platform 5 years ago
main Update examples 5 years ago
.gitignore platforms/esp32-idf: make the code compile, add build test, cleanup (#27) 5 years ago
CMakeLists.txt Add esp32-idf platform 5 years ago
README.md Add esp32-idf platform 5 years ago
sdkconfig.defaults platforms/esp32-idf: make the code compile, add build test, cleanup (#27) 5 years ago

README.md

Build for ESP-IDF

Download and install ESP-IDF v4.0

export IDF_PATH=/opt/esp32/esp-idf

# Set tools path if needed:
#export IDF_TOOLS_PATH=/opt/esp32

source $IDF_PATH/export.sh

idf.py menuconfig

# Select target:
idf.py set-target esp32s2beta # or esp32

idf.py build

idf.py -p /dev/ttyUSB0 flash monitor