Skip to content

Commit b7a1e5d

Browse files
committed
core(U0): add wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent b97d42a commit b7a1e5d

File tree

97 files changed

+200
-0
lines changed

Some content is hidden

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

97 files changed

+200
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,14 @@
430430
#define CMSIS_STARTUP_FILE "startup_stm32mp157cxx_cm4.s"
431431
#elif defined(STM32MP15xx)
432432
#define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
433+
#elif defined(STM32U031xx)
434+
#define CMSIS_STARTUP_FILE "startup_stm32u031xx.s"
435+
#elif defined(STM32U073xx)
436+
#define CMSIS_STARTUP_FILE "startup_stm32u073xx.s"
437+
#elif defined(STM32U083xx)
438+
#define CMSIS_STARTUP_FILE "startup_stm32u083xx.s"
439+
#elif defined(STM32U0xx)
440+
#define CMSIS_STARTUP_FILE "startup_stm32u0xx.s"
433441
#elif defined(STM32U535xx)
434442
#define CMSIS_STARTUP_FILE "startup_stm32u535xx.s"
435443
#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
@@ -40,6 +40,8 @@
4040
#include "stm32l5xx_ll_adc.h"
4141
#elif STM32MP1xx
4242
#include "stm32mp1xx_ll_adc.h"
43+
#elif STM32U0xx
44+
#include "stm32u0xx_ll_adc.h"
4345
#elif STM32U5xx
4446
#include "stm32u5xx_ll_adc.h"
4547
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_bus.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
#include "stm32l5xx_ll_bus.h"
4141
#elif STM32MP1xx
4242
#include "stm32mp1xx_ll_bus.h"
43+
#elif STM32U0xx
44+
#include "stm32u0xx_ll_bus.h"
4345
#elif STM32U5xx
4446
#include "stm32u5xx_ll_bus.h"
4547
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_comp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "stm32l4xx_ll_comp.h"
2929
#elif STM32L5xx
3030
#include "stm32l5xx_ll_comp.h"
31+
#elif STM32U0xx
32+
#include "stm32u0xx_ll_comp.h"
3133
#elif STM32U5xx
3234
#include "stm32u5xx_ll_comp.h"
3335
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_cortex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
#include "stm32l5xx_ll_cortex.h"
4141
#elif STM32MP1xx
4242
#include "stm32mp1xx_ll_cortex.h"
43+
#elif STM32U0xx
44+
#include "stm32u0xx_ll_cortex.h"
4345
#elif STM32U5xx
4446
#include "stm32u5xx_ll_cortex.h"
4547
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "stm32l4xx_ll_crc.h"
3939
#elif STM32L5xx
4040
#include "stm32l5xx_ll_crc.h"
41+
#elif STM32U0xx
42+
#include "stm32u0xx_ll_crc.h"
4143
#elif STM32U5xx
4244
#include "stm32u5xx_ll_crc.h"
4345
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_crs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "stm32l4xx_ll_crs.h"
2727
#elif STM32L5xx
2828
#include "stm32l5xx_ll_crs.h"
29+
#elif STM32U0xx
30+
#include "stm32u0xx_ll_crs.h"
2931
#elif STM32U5xx
3032
#include "stm32u5xx_ll_crs.h"
3133
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
#include "stm32l4xx_ll_dac.h"
3737
#elif STM32L5xx
3838
#include "stm32l5xx_ll_dac.h"
39+
#elif STM32U0xx
40+
#include "stm32u0xx_ll_dac.h"
3941
#elif STM32U5xx
4042
#include "stm32u5xx_ll_dac.h"
4143
#elif STM32WLxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dma.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
#include "stm32l5xx_ll_dma.h"
4141
#elif STM32MP1xx
4242
#include "stm32mp1xx_ll_dma.h"
43+
#elif STM32U0xx
44+
#include "stm32u0xx_ll_dma.h"
4345
#elif STM32U5xx
4446
#include "stm32u5xx_ll_dma.h"
4547
#elif STM32WBxx

libraries/SrcWrapper/inc/LL/stm32yyxx_ll_dmamux.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#include "stm32l5xx_ll_dmamux.h"
2323
#elif STM32MP1xx
2424
#include "stm32mp1xx_ll_dmamux.h"
25+
#elif STM32U0xx
26+
#include "stm32u0xx_ll_dmamux.h"
2527
#elif STM32WBxx
2628
#include "stm32wbxx_ll_dmamux.h"
2729
#elif STM32WLxx

0 commit comments

Comments
 (0)