添加了嘟嘟电路板chatx (#128)

* 添加了嘟嘟电路板chatx

* 多写了一个空格。修改了一下
This commit is contained in:
dujianmin
2025-02-06 23:24:39 +08:00
committed by GitHub
parent 256a16e2fe
commit bc800921cf
4 changed files with 192 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ elseif(CONFIG_BOARD_TYPE_ATK_DNESP32S3)
set(BOARD_TYPE "atk-dnesp32s3")
elseif(CONFIG_BOARD_TYPE_ATK_DNESP32S3_BOX)
set(BOARD_TYPE "atk-dnesp32s3-box")
elseif(CONFIG_BOARD_TYPE_DU_CHATX)
set(BOARD_TYPE "du-chatx")
endif()
file(GLOB BOARD_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/boards/${BOARD_TYPE}/*.cc)
list(APPEND SOURCES ${BOARD_SOURCES})