feat: add M5Stack AtomS3R Echo Pyramid board (#1959)

Made-with: Cursor
This commit is contained in:
Hao Guan
2026-04-28 13:55:39 +08:00
committed by GitHub
parent 8865950405
commit 73ad50c732
6 changed files with 878 additions and 0 deletions

View File

@ -254,6 +254,9 @@ choice BOARD_TYPE
config BOARD_TYPE_M5STACK_ATOM_S3R_ECHO_BASE
bool "M5Stack AtomS3R + Echo Base"
depends on IDF_TARGET_ESP32S3
config BOARD_TYPE_M5STACK_ATOM_S3R_ECHO_PYRAMID
bool "M5Stack AtomS3R + Echo Pyramid"
depends on IDF_TARGET_ESP32S3
config BOARD_TYPE_M5STACK_ATOM_S3R_CAM_M12_ECHO_BASE
bool "M5Stack AtomS3R CAM/M12 + Echo Base"
depends on IDF_TARGET_ESP32S3