ESP32H2: Add small CI test for ESP32H2
This commit is contained in:
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(idf_as_lib C)
|
||||
|
||||
set(targets "esp32" "esp32s2" "esp32s3" "esp32c3" "esp32h4" "esp32c2" "esp32c6")
|
||||
set(targets "esp32" "esp32s2" "esp32s3" "esp32c3" "esp32h4" "esp32c2" "esp32c6" "esp32h2")
|
||||
|
||||
if("${TARGET}" IN_LIST targets)
|
||||
# Include for ESP-IDF build system functions
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
build.sh
|
||||
@@ -0,0 +1 @@
|
||||
run-esp32.sh
|
||||
Reference in New Issue
Block a user