orca/src/ext/wasm3/platforms/embedded/esp32-idf
Ben Visness 29cb9f50e4 Add commands to deal with Orca source code:
- Add a vendor commands
- Add a command that helps you set up a C compiler
- Move ext into the src folder
- Update Mac build scripts for consistency
- Update Windows batch scripts
2023-09-16 17:54:56 +02:00
..
.old Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
main Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
.gitignore Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
CMakeLists.txt Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
README.md Add commands to deal with Orca source code: 2023-09-16 17:54:56 +02:00
sdkconfig.defaults Add commands to deal with Orca source code: 2023-09-16 17:54:56 +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