feat(board): add rymcu-bigsmart board support

This commit is contained in:
Hugh-rymcu
2026-04-23 20:44:35 +08:00
parent 8865950405
commit 07e2a11253
6 changed files with 405 additions and 2 deletions

View File

@ -0,0 +1,31 @@
# RYMCU BigSmart
该目录为 `RYMCU BigSmart` 开发板适配,并按以下硬件资源完成映射:
- 主控ESP32-S3-WROOM-1-N16R8
- 显示ST7789320x240SPI
- 触摸GT911I2C
- 音频ES8311 + ES7210I2S + I2C
- IO扩展PCA9557I2C 地址 `0x19`
- 摄像头GC0308DVP
参考硬件文档:
- https://github.com/rymcu/BigSmart-Open/blob/main/docs/rymcu-bigsmart-hardware.md
## 编译
```bash
idf.py set-target esp32s3
idf.py menuconfig
```
在菜单中选择:
`Xiaozhi Assistant -> Board Type -> RYMCU BigSmart`
然后执行:
```bash
idf.py build
```