We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e9cc6 commit 5a0fcc1Copy full SHA for 5a0fcc1
.github/workflows/test-configs.yml
@@ -159,12 +159,11 @@ jobs:
159
arch: ppc
160
config-file: ./config/examples/nxp-t2080.config
161
162
-# MCXA test disabled until MCXA is available in mcux
163
-# nxp_mcxa_test:
164
-# uses: ./.github/workflows/test-build-mcux-sdk.yml
165
-# with:
166
-# arch: arm
167
-# config-file: ./config/examples/mcxa.config
+ nxp_mcxa_test:
+ uses: ./.github/workflows/test-build-mcux-sdk.yml
+ with:
+ arch: arm
+ config-file: ./config/examples/mcxa.config
168
169
raspi3_test:
170
uses: ./.github/workflows/test-build.yml
0 commit comments