orca/ext/wasm3/platforms/embedded/esp32-idf
Martin Fouilleul 17c0f02962 orca runtime initial commit 2023-04-12 16:21:03 +02:00
..
.old orca runtime initial commit 2023-04-12 16:21:03 +02:00
main orca runtime initial commit 2023-04-12 16:21:03 +02:00
.gitignore orca runtime initial commit 2023-04-12 16:21:03 +02:00
CMakeLists.txt orca runtime initial commit 2023-04-12 16:21:03 +02:00
README.md orca runtime initial commit 2023-04-12 16:21:03 +02:00
sdkconfig.defaults orca runtime initial commit 2023-04-12 16:21:03 +02:00

README.md

Build for ESP-IDF

Download and install ESP-IDF v4.3-beta1

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 esp32
#idf.py set-target esp32s2
#idf.py --preview set-target esp32c3

idf.py build

idf.py -p /dev/ttyUSB0 flash monitor