Skip to content

Commit 9cb4726

Browse files
committed
core(u3): add wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent f2b946f commit 9cb4726

File tree

124 files changed

+259
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+259
-1
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@
446446
#define CMSIS_STARTUP_FILE "startup_stm32u073xx.s"
447447
#elif defined(STM32U083xx)
448448
#define CMSIS_STARTUP_FILE "startup_stm32u083xx.s"
449+
#elif defined(STM32U375xx)
450+
#define CMSIS_STARTUP_FILE "startup_stm32u375xx.s"
451+
#elif defined(STM32U385xx)
452+
#define CMSIS_STARTUP_FILE "startup_stm32u385xx.s"
449453
#elif defined(STM32U535xx)
450454
#define CMSIS_STARTUP_FILE "startup_stm32u535xx.s"
451455
#elif defined(STM32U545xx)

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_adc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#include "stm32mp1xx_ll_adc.h"
4343
#elif STM32U0xx
4444
#include "stm32u0xx_ll_adc.h"
45+
#elif STM32U3xx
46+
#include "stm32u3xx_ll_adc.h"
4547
#elif STM32U5xx
4648
#include "stm32u5xx_ll_adc.h"
4749
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_bus.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#include "stm32mp1xx_ll_bus.h"
4343
#elif STM32U0xx
4444
#include "stm32u0xx_ll_bus.h"
45+
#elif STM32U3xx
46+
#include "stm32u3xx_ll_bus.h"
4547
#elif STM32U5xx
4648
#include "stm32u5xx_ll_bus.h"
4749
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_comp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include "stm32l5xx_ll_comp.h"
3131
#elif STM32U0xx
3232
#include "stm32u0xx_ll_comp.h"
33+
#elif STM32U3xx
34+
#include "stm32u3xx_ll_comp.h"
3335
#elif STM32U5xx
3436
#include "stm32u5xx_ll_comp.h"
3537
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_cortex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#include "stm32mp1xx_ll_cortex.h"
4343
#elif STM32U0xx
4444
#include "stm32u0xx_ll_cortex.h"
45+
#elif STM32U3xx
46+
#include "stm32u3xx_ll_cortex.h"
4547
#elif STM32U5xx
4648
#include "stm32u5xx_ll_cortex.h"
4749
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
#include "stm32l5xx_ll_crc.h"
4141
#elif STM32U0xx
4242
#include "stm32u0xx_ll_crc.h"
43+
#elif STM32U3xx
44+
#include "stm32u3xx_ll_crc.h"
4345
#elif STM32U5xx
4446
#include "stm32u5xx_ll_crc.h"
4547
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "stm32l5xx_ll_crs.h"
2929
#elif STM32U0xx
3030
#include "stm32u0xx_ll_crs.h"
31+
#elif STM32U3xx
32+
#include "stm32u3xx_ll_crs.h"
3133
#elif STM32U5xx
3234
#include "stm32u5xx_ll_crs.h"
3335
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32l5xx_ll_dac.h"
3939
#elif STM32U0xx
4040
#include "stm32u0xx_ll_dac.h"
41+
#elif STM32U3xx
42+
#include "stm32u3xx_ll_dac.h"
4143
#elif STM32U5xx
4244
#include "stm32u5xx_ll_dac.h"
4345
#elif STM32WLxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dlyb.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#ifdef STM32H5xx
1212
#include "stm32h5xx_ll_dlyb.h"
13+
#elif STM32U3xx
14+
#include "stm32u3xx_ll_dlyb.h"
1315
#elif STM32U5xx
1416
#include "stm32u5xx_ll_dlyb.h"
1517
#endif

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dma.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#include "stm32mp1xx_ll_dma.h"
4343
#elif STM32U0xx
4444
#include "stm32u0xx_ll_dma.h"
45+
#elif STM32U3xx
46+
#include "stm32u3xx_ll_dma.h"
4547
#elif STM32U5xx
4648
#include "stm32u5xx_ll_dma.h"
4749
#elif STM32WBxx

0 commit comments

Comments
 (0)