Skip to content

Commit 6871a84

Browse files
committed
[SDK2.2.2] Add test build for SDK2.2.2
See this esp8266/Arduino pull request for all changes in the SDK: esp8266/Arduino#5873
1 parent 8377429 commit 6871a84

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

before_deploy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ for ENV in \
6464
test_core_250_ESP8266_4M\
6565
test_core_260_alpha_ESP8266_4M_VCC\
6666
test_core_260_sdk2_alpha_ESP8266_4M\
67+
test_core_260_sdk222_alpha_ESP8266_4M\
6768
test_core_260_sdk3_alpha_ESP8266_4M;\
6869
do
6970
MAX_FILESIZE=1044464

dist/README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ There is also a number of special builds:
2525
- minimal_ESP82xx_1M_OTA => Minimum number of plugins and a limited set of controllers included to be able to perform a 2-step OTA on 1 MB flash nodes.
2626
- normal_core_241 => "Normal" using core 2.4.1, since 2.4.2 has issues with PWM
2727
- xxx_core_260_sdk2_alpha -> core 2.6.0 alpha version (under development) using SDK 2.2.1
28+
- xxx_core_260_sdk222_alpha -> core 2.6.0 alpha version (under development) using SDK 2.2.2
2829
- xxx_core_260_sdk3_alpha -> core 2.6.0 alpha version (under development) using SDK 3.0.0-dev (under development too)
2930

3031

platformio.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,21 @@ build_unflags = ${esp8266_4M.build_unflags}
802802
build_flags = ${esp8266_4M.build_flags} ${testing_beta.build_flags}
803803
targets = ${common.targets}
804804

805+
[env:test_core_260_sdk222_alpha_ESP8266_4M]
806+
platform = ${testing_beta.platform}
807+
lib_deps = ${common.lib_deps}
808+
lib_ignore = ${common.lib_ignore}
809+
lib_ldf_mode = ${common.lib_ldf_mode}
810+
lib_archive = ${common.lib_archive}
811+
framework = ${common.framework}
812+
board = ${esp8266_4M.board}
813+
upload_speed = ${common.upload_speed}
814+
monitor_speed = ${common.monitor_speed}
815+
board_build.f_cpu = ${esp8266_4M.board_build.f_cpu}
816+
board_build.flash_mode = ${esp8266_4M.board_build.flash_mode}
817+
build_unflags = ${esp8266_4M.build_unflags}
818+
build_flags = ${esp8266_4M.build_flags} ${testing_beta.build_flags} -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x
819+
targets = ${common.targets}
805820

806821

807822
[env:test_core_260_sdk3_alpha_ESP8266_4M]

0 commit comments

Comments
 (0)