ci: Add esp32 build

This commit is contained in:
xysun 2023-11-10 16:47:32 +08:00
parent 197df22905
commit 1323542020
4 changed files with 1926 additions and 3 deletions

View File

@ -1,6 +1,6 @@
test_apps/esp-sr:
enable:
- if: IDF_TARGET in ["esp32s3"]
- if: IDF_TARGET in ["esp32s3", "esp32"]
temporary: false
test_apps/esp-tts:

View File

@ -1,4 +1,3 @@
if(IDF_TARGET STREQUAL "esp32s3")
set(srcs
"test_app_main.c"
@ -13,4 +12,3 @@ idf_component_register(SRCS ${srcs}
WHOLE_ARCHIVE)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
endif()

View File

@ -0,0 +1,3 @@
# Espressif ESP32 Partition Table
# Name, Type, SubType, Offset, Size
factory, app, factory, 0x010000, 8000k
1 # Espressif ESP32 Partition Table
2 # Name, Type, SubType, Offset, Size
3 factory, app, factory, 0x010000, 8000k

File diff suppressed because it is too large Load Diff