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 dfc53df commit ad00db4Copy full SHA for ad00db4
.github/workflows/test-configs.yml
@@ -112,6 +112,12 @@ jobs:
112
arch: ppc
113
config-file: ./config/examples/nxp-t2080.config
114
115
+ nxp_mcxa_test:
116
+ uses: ./.github/workflows/test-build-mcux-sdk.yml
117
+ with:
118
+ arch: arm
119
+ config-file: ./config/examples/mcxa.config
120
+
121
raspi3_test:
122
uses: ./.github/workflows/test-build.yml
123
with:
0 commit comments