Commit 0cdf4292 authored by Thomas Stranger's avatar Thomas Stranger Committed by Kumar Gala
Browse files

stm32cube: generic ll headers STM32CubeG0 v1.4.0 update



Adds includes added in STM32CubeG0 1.4.0 update.

Signed-off-by: default avatarThomas Stranger <thomas.stranger@outlook.com>
parent c8abeefc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ stm32f2xx 1.9.1
stm32f3xx       1.11.1
stm32f4xx       1.25.1
stm32f7xx       1.16.0
stm32g0xx       1.3.0
stm32g0xx       1.4.0
stm32g4xx       1.3.0
stm32h7xx       1.8.0
stm32l0xx       1.11.3
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@

#if defined(CONFIG_SOC_SERIES_STM32F0X)
#include <stm32f0xx_ll_crs.h>
#elif defined(CONFIG_SOC_SERIES_STM32G0X)
#include <stm32g0xx_ll_crs.h>
#elif defined(CONFIG_SOC_SERIES_STM32G4X)
#include <stm32g4xx_ll_crs.h>
#elif defined(CONFIG_SOC_SERIES_STM32H7X)
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
#include <stm32f7xx_ll_utils.h>
#elif defined(CONFIG_SOC_SERIES_STM32G0X)
#include <stm32g0xx_ll_utils.h>
#elif defined(CONFIG_SOC_SERIES_STM32G0X)
#include <stm32g0xx_ll_utils.h>
#elif defined(CONFIG_SOC_SERIES_STM32G4X)
#include <stm32g4xx_ll_utils.h>
#elif defined(CONFIG_SOC_SERIES_STM32H7X)