Skip to content

Commit f357a75

Browse files
committed
system(h7rs): add STM32H7RSxx system source files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 482c9f3 commit f357a75

3 files changed

Lines changed: 817 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#ifndef __STM32H7RSxx_HAL_CONF_H
2+
#define __STM32H7RSxx_HAL_CONF_H
3+
4+
#include "variant.h"
5+
6+
/* STM32H7RSxx specific HAL configuration options. */
7+
#if __has_include("hal_conf_custom.h")
8+
#include "hal_conf_custom.h"
9+
#else
10+
#if __has_include("hal_conf_extra.h")
11+
#include "hal_conf_extra.h"
12+
#endif
13+
#include "stm32h7rsxx_hal_conf_default.h"
14+
#endif
15+
16+
#endif /* __STM32H7RSxx_HAL_CONF_H */

0 commit comments

Comments
 (0)