stm32cube: generic ll headers STM32CubeG0 v1.4.0 update

Adds includes added in STM32CubeG0 1.4.0 update.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
Thomas Stranger 2020-12-15 15:00:04 +01:00 committed by Kumar Gala
parent c8abeefc9c
commit 0cdf42926c
3 changed files with 6 additions and 2 deletions

View File

@ -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
@ -26,4 +26,4 @@ stm32l5xx 1.3.1
stm32mp1xx 1.2.0
stm32wbxx 1.9.0
stm32wlxx 1.0.0
=============== ===============
=============== ===============

View File

@ -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)

View File

@ -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)