-增加带面包板的摄像头功能 (#815)

* -增加带面包板的摄像头功能

* rename board

---------

Co-authored-by: zk <982145@qq.com>
This commit is contained in:
ZhouKe
2025-06-13 21:03:13 +08:00
committed by GitHub
parent 7435c98609
commit e9f23ea231
5 changed files with 585 additions and 1 deletions

View File

@@ -193,6 +193,8 @@ elseif(CONFIG_BOARD_TYPE_OTTO_ROBOT)
set(BOARD_TYPE "otto-robot")
elseif(CONFIG_BOARD_TYPE_ELECTRON_BOT)
set(BOARD_TYPE "electron-bot")
elseif(CONFIG_BOARD_TYPE_BREAD_COMPACT_WIFI_CAM)
set(BOARD_TYPE "bread-compact-wifi-s3cam")
endif()
file(GLOB BOARD_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/boards/${BOARD_TYPE}/*.cc