From c7e9b4272ee5e933a058f0414b27cd0178105fa1 Mon Sep 17 00:00:00 2001 From: Hector PHARAM Date: Wed, 20 Dec 2023 15:21:21 +0100 Subject: [PATCH] Updated doc to have a working CI for new families --- docs/MAINTAIN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MAINTAIN.md b/docs/MAINTAIN.md index bcb40ea9..67926b51 100644 --- a/docs/MAINTAIN.md +++ b/docs/MAINTAIN.md @@ -23,4 +23,5 @@ The versions to use can be found as follow: ## Add family to CI +Add the file stm32${FAMILY_L}xx_hal_conf.h file to the root folder of each test. (A template is provided in the corresponding HAL) Update the cmake.yml workflow file to include the new family