taixf/frontend/main/boards/movecall-cuican-esp32s3
hailin ae260da3eb add frontend code 2026-04-05 12:05:11 -07:00
..
README.md add frontend code 2026-04-05 12:05:11 -07:00
config.h add frontend code 2026-04-05 12:05:11 -07:00
config.json add frontend code 2026-04-05 12:05:11 -07:00
movecall_cuican_esp32s3.cc add frontend code 2026-04-05 12:05:11 -07:00

README.md

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