Skip to content

Commit 88f31ca

Browse files
committed
ci(port): Update CI to reflect new Zephyr version
Fix the board name to the supported name. Use latter Zephyr version and actually supported boards. Update packages for subsystems and hals. Signed-off-by: Marek Matej <marek.matej@espressif.com>
1 parent d032464 commit 88f31ca

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
ARM_TOOLCHAIN_URL: https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz?rev=e434b9ea4afc4ed7998329566b764309&hash=CA590209F5774EE1C96E6450E14A3E26
1919
QEMU_PATH: /opt/qemu/bin/qemu-system-xtensa
2020
ZEPHYR_REPO: https://github.com/zephyrproject-rtos/zephyr.git
21-
ZEPHYR_REPO_REV: v4.0.0
21+
ZEPHYR_REPO_REV: v4.3.0
2222
ZEPHYR_TOOLCHAIN: https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/toolchain_linux-x86_64_xtensa-espressif_esp32_zephyr-elf.tar.xz
2323
ZEPHYR_SDK: https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/zephyr-sdk-0.17.0_linux-aarch64_minimal.tar.xz
2424
PI_PICO_SDK_REV: 1.5.1
@@ -299,7 +299,8 @@ build_host_zephyr:
299299
- unset IDF_PATH
300300
- west zephyr-export
301301
- west update hal_espressif
302-
- west build -p -b esp32_devkitc_wroom/esp32/procpu $CI_PROJECT_DIR/examples/zephyr_example -DZEPHYR_EXTRA_MODULES=$CI_PROJECT_DIR -DMD5_ENABLED=1
302+
- west packages pip --install
303+
- west build -p -b esp32_devkitc/esp32/procpu $CI_PROJECT_DIR/examples/zephyr_example -DZEPHYR_EXTRA_MODULES=$CI_PROJECT_DIR -DMD5_ENABLED=1
303304

304305
build_host_pi_pico:
305306
stage: build_host_examples

0 commit comments

Comments
 (0)