Skip to content

Commit 4368e2d

Browse files
committed
[F4] Update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent e110916 commit 4368e2d

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

cores/arduino/stm32/LL/stm32yyxx_ll.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "stm32yyxx_ll_exti.h"
2323
#include "stm32yyxx_ll_fmac.h"
2424
#include "stm32yyxx_ll_fmc.h"
25+
#include "stm32yyxx_ll_fmpi2c.h"
2526
#include "stm32yyxx_ll_fsmc.h"
2627
#include "stm32yyxx_ll_gpio.h"
2728
#include "stm32yyxx_ll_hrtim.h"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#ifndef _STM32YYXX_LL_FMPI2C_H_
2+
#define _STM32YYXX_LL_FMPI2C_H_
3+
/* LL raised several warnings, ignore them */
4+
#pragma GCC diagnostic push
5+
#pragma GCC diagnostic ignored "-Wunused-parameter"
6+
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
7+
8+
#ifdef STM32F4xx
9+
#include "stm32f4xx_ll_fmpi2c.h"
10+
#endif
11+
#pragma GCC diagnostic pop
12+
#endif /* _STM32YYXX_LL_FMPI2C_H_ */
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#ifdef STM32F4xx
2+
#include "stm32f4xx_hal_fmpsmbus.c"
3+
#endif
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#ifdef STM32F4xx
2+
#include "stm32f4xx_ll_fmpi2c.c"
3+
#endif

0 commit comments

Comments
 (0)