Skip to content

Commit 23ca50d

Browse files
committed
ci: update configuration
Required by new STM32RTC examples. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 78762f7 commit 23ca50d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CI/build/conf/cores_config.json

+11
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,18 @@
473473
"pattern": "IKS02A1_Audio_Button|Python_Wave_Serial_Encoder",
474474
"applicable": true,
475475
"boards": [ "NUCLEO_F401RE", "NUCLEO_L476RG" ]
476+
},
477+
{
478+
"pattern": "RTC_Seconds",
479+
"applicable": false,
480+
"boards": [ "NUCLEO_F030R8", "NUCLEO_F031K6", "NUCLEO_F042K6"]
481+
},
482+
{
483+
"pattern": "F1RTCDateRetention",
484+
"applicable": true,
485+
"boards": [ "NUCLEO_F103RB"]
476486
}
487+
477488
]
478489
}
479490
]

0 commit comments

Comments
 (0)