mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
ci: Add esp32 build
This commit is contained in:
parent
197df22905
commit
1323542020
@ -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:
|
||||
|
||||
@ -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()
|
||||
|
||||
3
test_apps/esp-sr/partitions_esp32.csv
Normal file
3
test_apps/esp-sr/partitions_esp32.csv
Normal file
@ -0,0 +1,3 @@
|
||||
# Espressif ESP32 Partition Table
|
||||
# Name, Type, SubType, Offset, Size
|
||||
factory, app, factory, 0x010000, 8000k
|
||||
|
1922
test_apps/esp-sr/sdkconfig.ci.mn2_cn
Normal file
1922
test_apps/esp-sr/sdkconfig.ci.mn2_cn
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user