Skip to content

Commit eef17a5

Browse files
committed
STM32F0: ST CUBE drivers update V1.9.0 => V1.11.1
1 parent 8f07246 commit eef17a5

File tree

178 files changed

+143254
-27930
lines changed

Some content is hidden

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

178 files changed

+143254
-27930
lines changed

targets/TARGET_STM/TARGET_STM32F0/PeripheralNames.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ typedef enum {
3535
typedef enum {
3636
UART_1 = (int)USART1_BASE,
3737
UART_2 = (int)USART2_BASE,
38+
#if defined USART3_BASE
3839
UART_3 = (int)USART3_BASE,
40+
#endif
41+
#if defined USART4_BASE
3942
UART_4 = (int)USART4_BASE,
43+
#endif
4044
#if defined USART5_BASE
4145
UART_5 = (int)USART5_BASE,
4246
#endif

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f030x6.h

Lines changed: 5359 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f030x8.h

Lines changed: 5426 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f030xc.h

Lines changed: 5805 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f031x6.h

Lines changed: 5685 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f038xx.h

Lines changed: 5650 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f042x6.h

Lines changed: 10663 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f048xx.h

Lines changed: 10627 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f051x8.h

Lines changed: 6767 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32F0/STM32Cube_FW/CMSIS/stm32f058xx.h

Lines changed: 6732 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)