Merge branch 'ci/esp32_build' into 'master'

ci: Add esp32 build

See merge request speech-recognition-framework/esp-sr!74
This commit is contained in:
Sun Xiang Yu 2023-11-10 17:06:08 +08:00
commit e99bde74b4
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