Skip to content

Commit e7f979e

Browse files
tbourgoijforissier
authored andcommitted
ci: add STM32MP23 platforms build
Adds STM32MP235f-dk board build to the CI. Signed-off-by: Thomas Bourgoin <[email protected]> Reviewed-by: Etienne Carriere <[email protected]>
1 parent d4a3bf5 commit e7f979e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
# Don't build stm32mp1 with SCP-Firmware until its support is fixed in SCP-Firmware source tree
152152
# if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp1-157C_DK2 CFG_SCMI_SCPFW=y CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi
153153
if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp2 CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi
154+
if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp2-235F_DK CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi
154155
if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp2-215F_DK CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi
155156
_make PLATFORM=vexpress-fvp
156157
_make PLATFORM=vexpress-fvp CFG_ARM64_core=y

0 commit comments

Comments
 (0)