From d60ad8013420ebbc6e7be949ccff2643219a06b7 Mon Sep 17 00:00:00 2001 From: Jaafar BEN YOUNES Date: Mon, 30 Sep 2024 10:31:09 +0200 Subject: [PATCH] [NXP] Add OTA variant to RT1060 and RT1170 builds --- .github/workflows/examples-nxp.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/examples-nxp.yaml b/.github/workflows/examples-nxp.yaml index 70d5a3a1c809e5..e55519b8a17f4c 100644 --- a/.github/workflows/examples-nxp.yaml +++ b/.github/workflows/examples-nxp.yaml @@ -244,6 +244,7 @@ jobs: --target nxp-rt1060-freertos-all-clusters-wifi-w8801 \ --target nxp-rt1060-freertos-all-clusters-wifi-evkc-iwx12 \ --target nxp-rt1060-freertos-all-clusters-thread-evkc-iwx12 \ + --target nxp-rt1060-freertos-all-clusters-wifi-ota-evkc-iwx12 \ build \ --copy-artifacts-to out/artifacts \ " @@ -252,11 +253,11 @@ jobs: run: | scripts/run_in_build_env.sh "\ ./scripts/build/build_examples.py \ - --target nxp-rt1060-freertos-all-clusters-wifi-iw416 \ - --target nxp-rt1060-freertos-all-clusters-wifi-w8801 \ - --target nxp-rt1060-freertos-all-clusters-wifi-evkc-iwx12 \ - --target nxp-rt1060-freertos-all-clusters-thread-evkc-iwx12 \ - --target nxp-rt1060-freertos-all-clusters-thread-wifi-evkc-iwx12 \ + --target nxp-rt1060-freertos-thermostat-wifi-iw416 \ + --target nxp-rt1060-freertos-thermostat-wifi-w8801 \ + --target nxp-rt1060-freertos-thermostat-wifi-evkc-iwx12 \ + --target nxp-rt1060-freertos-thermostat-thread-evkc-iwx12 \ + --target nxp-rt1060-freertos-thermostat-thread-wifi-evkc-iwx12 \ build \ --copy-artifacts-to out/artifacts \ " @@ -265,10 +266,10 @@ jobs: run: | scripts/run_in_build_env.sh "\ ./scripts/build/build_examples.py \ - --target nxp-rt1060-freertos-all-clusters-wifi-iw416 \ - --target nxp-rt1060-freertos-all-clusters-wifi-w8801 \ - --target nxp-rt1060-freertos-all-clusters-wifi-evkc-iwx12 \ - --target nxp-rt1060-freertos-all-clusters-thread-evkc-iwx12 \ + --target nxp-rt1060-freertos-laundry-washer-wifi-iw416 \ + --target nxp-rt1060-freertos-laundry-washer-wifi-w8801 \ + --target nxp-rt1060-freertos-laundry-washer-wifi-evkc-iwx12 \ + --target nxp-rt1060-freertos-laundry-washer-thread-evkc-iwx12 \ build \ --copy-artifacts-to out/artifacts \ " @@ -311,6 +312,7 @@ jobs: ./scripts/build/build_examples.py \ --target nxp-rt1170-freertos-all-clusters-wifi-iwx12 \ --target nxp-rt1170-freertos-all-clusters-thread-iwx12 \ + --target nxp-rt1170-freertos-all-clusters-wifi-ota-iwx12 \ build \ --copy-artifacts-to out/artifacts \ "