Summary
hg Use ID
protofusion-esp32-template
Download as zip
Ethan Zonca 33512a8a338c
12 months ago
Ethan Zonca 7828d6c855c2
18 months ago
Ethan Zonca ec8f9a71fe0a
18 months ago
Ethan Zonca a02651c5dd9b
18 months ago
Ethan Zonca 17740c77dca1
18 months ago
Ethan Zonca 9b7a4441223d
19 months ago
Ethan Zonca ef80f76e5ec7
19 months ago
Ethan Zonca 95a3c655fb8e
19 months ago
Ethan Zonca 36aad00d10b4
19 months ago
Ethan Zonca 9785a2ea3aa8
19 months ago

Protofusion ESP32S3 Template

Configure

Set target with idf.y set-target esp32s3

Run menuconfig with idf.py menuconfig and choose the Protofusion menu option.

Rename the project by editing CMakeLists.txt and change project(protofusion_template) to reflect your project name

Note that clean doesn't always clean everything... do idf.py fullclean to make sure all generated files are removed (especially when switching processors).

Build and Flash

Build the project

idf.py build

Flash to board and run monitor tool to view serial output:

idf.py flash monitor

(To exit the serial monitor, type Ctrl-].)