File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,6 +137,20 @@ jobs:
137137 config-file : ./config/examples/lpc54606j512.config
138138 board-name : lpcxpresso55s06
139139
140+ lpc55s69_test :
141+ uses : ./.github/workflows/test-build-mcux-sdk-manifests.yml
142+ with :
143+ arch : arm
144+ config-file : ./config/examples/lpc55s69.config
145+ board-name : lpcxpresso55s69
146+
147+ lpc55s69_tz_test :
148+ uses : ./.github/workflows/test-build-mcux-sdk-manifests.yml
149+ with :
150+ arch : arm
151+ config-file : ./config/examples/lpc55s69-tz.config
152+ board-name : lpcxpresso55s69
153+
140154 nrf52840_test :
141155 uses : ./.github/workflows/test-build.yml
142156 with :
Original file line number Diff line number Diff line change @@ -388,6 +388,7 @@ if(NOT DEFINED ARM_TARGETS)
388388 imx_rt
389389 kinetis
390390 lpc54606j512
391+ lpc55s69
391392 mcxa
392393 mcxw
393394 mcxn
You can’t perform that action at this time.
0 commit comments