df-k10 update (#308)

* 添加DF设备ESP32-S3-K10

添加DFS3设备板子K10

* 完善DFRobot 行空板 K10适配

* Enable K10 RGB LED

* Enable K10 SetOutputVolume

* 优化K10按键处理

* 添加K10编译配置文件

* DF-K10 去掉多余PSRAM参数,修正README中PSRAM类型说明

---------

Co-authored-by: vonweller <154695311+vonweller@users.noreply.github.com>
This commit is contained in:
HonestQiao
2025-03-08 22:50:41 +08:00
committed by GitHub
parent 5568c70cb4
commit 849b1a5ddc
2 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ Xiaozhi Assistant -> Board Type -> DFRobot 行空板 K10
**修改 psram 配置:** **修改 psram 配置:**
``` ```
Component config -> ESP PSRAM -> SPI RAM config -> Mode (QUAD/OCT) -> Quad Mode PSRAM Component config -> ESP PSRAM -> SPI RAM config -> Mode (QUAD/OCT) -> Octal Mode PSRAM
``` ```
**编译:** **编译:**

View File

@@ -2,9 +2,9 @@
"target": "esp32s3", "target": "esp32s3",
"builds": [ "builds": [
{ {
"name": "dfrobot-unihiker-k10", "name": "df-k10",
"sdkconfig_append": [ "sdkconfig_append": [
"CONFIG_SPIRAM_MODE_OCT=y","CONFIG_SPIRAM_MODE_QUAD=n" "CONFIG_SPIRAM_MODE_OCT=y"
] ]
} }
] ]