Summary
Ethan Zonca | 24d49dea991a |
8 months ago
|
|||
Ethan Zonca | aee85174089e |
8 months ago
|
|||
Ethan Zonca | 755225bf1731 |
8 months ago
|
|||
Ethan Zonca | 48d2337d76c2 |
8 months ago
|
|||
Ethan Zonca | 45c4b4d15fc5 |
8 months ago
|
|||
Ethan Zonca | 64275d7d6618 |
9 months ago
|
|||
Ethan Zonca | e4270e6d9529 |
9 months ago
|
|||
Ethan Zonca | 54d6639e1b4b |
9 months ago
|
|||
Ethan Zonca | 91735168ee75 |
9 months ago
|
|||
Ethan Zonca | 8645339bec1e |
10 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-]
.)