zephyr/soc/st/stm32/stm32u0x/soc.h
IBEN EL HADJ MESSAOUD Marwa a0c1ca409e soc: st: stm32: Add serie stm32u0
Add STM32U0 familly support

Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
2024-08-26 11:28:04 -04:00

22 lines
325 B
C

/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file SoC configuration macros for the STM32U0 family processors.
*
*/
#ifndef _STM32U0_SOC_H_
#define _STM32U0_SOC_H_
#ifndef _ASMLANGUAGE
#include <stm32u0xx.h>
#endif /* !_ASMLANGUAGE */
#endif /* _STM32U0_SOC_H_ */