Skip to content

Commit

Permalink
chore(ci): add new series to core config
Browse files Browse the repository at this point in the history
STM32UOx and STM32WBAx

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
mrschuster authored and fpistm committed Nov 27, 2024
1 parent d1eed86 commit afae297
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extras/rtc_cores_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
{
"pattern": "^[^F][^1].*",
"applicable": true,
"boards": [
"boards": [
"NUCLEO_C031C6",
"NUCLEO_F091RC",
"NUCLEO_F103RB",
Expand All @@ -829,8 +829,10 @@
"NUCLEO_L452REP",
"NUCLEO_L4R5ZI_P",
"NUCLEO_L552ZE_Q",
"NUCLEO_U083RC",
"NUCLEO_U575ZI_Q",
"NUCLEO_WB15CC",
"NUCLEO_WBA55CG",
"NUCLEO_WL55JC1"
]
},
Expand All @@ -842,7 +844,7 @@
{
"pattern": "RTC_Seconds",
"applicable": false,
"boards": [
"boards": [
"NUCLEO_C031C6"
]
}
Expand Down

0 comments on commit afae297

Please sign in to comment.