Files
xiaozhi-esp32/main/boards/movecall-cuican-esp32s3
Xiaoxia d04b08133f Move fonts / assets definition from main/boards to CMakeLists.txt (#1174)
* update surfer-c3-1.14tft font size

* Move fonts / assets definition from main/boards to CMakeLists.txt

* fix c3 compiling errors

---------

Co-authored-by: Xiaoxia <terrence.huang@tenclass.com>
2025-09-08 17:30:18 +08:00
..
2025-03-26 02:20:30 +08:00
2025-09-04 15:41:28 +08:00
2025-09-04 15:41:28 +08:00

ESP32-S3 编译配置指南

基本命令

设置目标芯片

idf.py set-target esp32s3

打开配置界面:

idf.py menuconfig

Flash 配置:

Serial flasher config -> Flash size -> 8 MB

分区表配置:

Partition Table -> Custom partition CSV file -> partitions/v2/8m.csv

开发板选择:

Xiaozhi Assistant -> Board Type -> Movecall CuiCan 璀璨·AI吊坠

启用编译优化:

Component config → Compiler options → Optimization Level → Optimize for size (-Os)

编译:

idf.py build