支持乐鑫的esp32-box-lite开发板 (#288)

* add esp-box-lite

* 增加adc按钮支持,响应esp32box-lite的音量上下键

* 注释改进

* 只对esp-box-lite启用CONFIG_SOC_ADC_SUPPORTED

---------

Co-authored-by: cqm <cqm@97kid.com>
This commit is contained in:
mtdxc
2025-03-07 21:53:29 +08:00
committed by GitHub
parent 11c146f6ad
commit 9335a41220
9 changed files with 601 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ choice BOARD_TYPE
bool "ESP BOX 3"
config BOARD_TYPE_ESP_BOX
bool "ESP BOX"
config BOARD_TYPE_ESP_BOX_LITE
bool "ESP BOX Lite"
config BOARD_TYPE_KEVIN_BOX_1
bool "Kevin Box 1"
config BOARD_TYPE_KEVIN_BOX_2