Add the new STM32HRSX serie with stm32H7R3, stm32H7R7, stm32H7S3, stm32H7S7 devices from STMicroelectronics Same MPU regions as stm32h7 device. Signed-off-by: Francois Ramu <francois.ramu@st.com>
16 lines
251 B
C
16 lines
251 B
C
/*
|
|
* Copyright (c) 2024 STMicroelectronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _STM32H7RS_SOC_H_
|
|
#define _STM32H7RS_SOC_H_
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
#include <stm32h7rsxx.h>
|
|
|
|
#endif /* !_ASMLANGUAGE */
|
|
|
|
#endif /* _STM32H7RS_SOC_H_ */
|