Skip to content

Commit ffcf3dd

Browse files
committed
Added configuration entry for FVP_Corstone_SSE-320 to the target matrix.
1 parent 1a7d674 commit ffcf3dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hello-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
{type: CM33_FP, model: FVP_MPS2_Cortex-M33, uart: fvp_mps2.UART0},
3434
{type: CS300, model: FVP_Corstone_SSE-300, uart: mps3_board.uart0},
3535
{type: CS310, model: FVP_Corstone_SSE-310, uart: mps3_board.uart0},
36-
{type: CS315, model: FVP_Corstone_SSE-315, uart: mps4_board.uart0}
36+
{type: CS315, model: FVP_Corstone_SSE-315, uart: mps4_board.uart0},
37+
{type: CS320, model: FVP_Corstone_SSE-320, uart: mps4_board.uart0}
3738
]
3839
build: [
3940
{type: Release},

0 commit comments

Comments
 (0)