Skip to content

Commit 1d9e694

Browse files
committed
Import STM32CubeWB v1.10.0 on 04-Dec-2020.
From https://github.com/STMicroelectronics/STM32CubeWB.git tag v1.10.0 Signed-off-by: Damien George <[email protected]>
1 parent ff5b535 commit 1d9e694

File tree

111 files changed

+10020
-8247
lines changed

Some content is hidden

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

111 files changed

+10020
-8247
lines changed

CMSIS/STM32WBxx/Include/stm32wb30xx.h

Lines changed: 41 additions & 146 deletions
Large diffs are not rendered by default.

CMSIS/STM32WBxx/Include/stm32wb35xx.h

Lines changed: 713 additions & 711 deletions
Large diffs are not rendered by default.

CMSIS/STM32WBxx/Include/stm32wb50xx.h

Lines changed: 37 additions & 134 deletions
Large diffs are not rendered by default.

CMSIS/STM32WBxx/Include/stm32wb55xx.h

Lines changed: 43 additions & 38 deletions
Large diffs are not rendered by default.

CMSIS/STM32WBxx/Include/stm32wb5mxx.h

Lines changed: 43 additions & 38 deletions
Large diffs are not rendered by default.

CMSIS/STM32WBxx/Include/stm32wbxx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* @brief CMSIS Device version number
7070
*/
7171
#define __STM32WBxx_CMSIS_VERSION_MAIN (0x01U) /*!< [31:24] main version */
72-
#define __STM32WBxx_CMSIS_VERSION_SUB1 (0x04U) /*!< [23:16] sub1 version */
72+
#define __STM32WBxx_CMSIS_VERSION_SUB1 (0x07U) /*!< [23:16] sub1 version */
7373
#define __STM32WBxx_CMSIS_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */
7474
#define __STM32WBxx_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */
7575
#define __STM32WBxx_CMSIS_DEVICE_VERSION ((__STM32WBxx_CMSIS_VERSION_MAIN << 24)\

CMSIS/STM32WBxx/Source/Templates/arm/startup_stm32wb30xx_cm4.s

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ __Vectors DCD __initial_sp ; Top of Stack
114114
DCD USART1_IRQHandler ; USART1 Interrupt
115115
DCD 0 ; Reserved
116116
DCD 0 ; Reserved
117-
DCD TSC_IRQHandler ; TSC Interrupt
117+
DCD 0 ; Reserved
118118
DCD EXTI15_10_IRQHandler ; EXTI Lines1[15:10 ]Interrupts
119119
DCD RTC_Alarm_IRQHandler ; RTC Alarms (A and B) Interrupt
120120
DCD 0 ; Reserved
@@ -234,7 +234,6 @@ Default_Handler PROC
234234
EXPORT I2C1_ER_IRQHandler [WEAK]
235235
EXPORT SPI1_IRQHandler [WEAK]
236236
EXPORT USART1_IRQHandler [WEAK]
237-
EXPORT TSC_IRQHandler [WEAK]
238237
EXPORT EXTI15_10_IRQHandler [WEAK]
239238
EXPORT RTC_Alarm_IRQHandler [WEAK]
240239
EXPORT PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler [WEAK]
@@ -279,7 +278,6 @@ I2C1_EV_IRQHandler
279278
I2C1_ER_IRQHandler
280279
SPI1_IRQHandler
281280
USART1_IRQHandler
282-
TSC_IRQHandler
283281
EXTI15_10_IRQHandler
284282
RTC_Alarm_IRQHandler
285283
PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler

CMSIS/STM32WBxx/Source/Templates/arm/startup_stm32wb35xx_cm4.s

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ __Vectors DCD __initial_sp ; Top of Stack
110110
DCD I2C3_EV_IRQHandler ; I2C3 Event Interrupt
111111
DCD I2C3_ER_IRQHandler ; I2C3 Error Interrupt
112112
DCD SPI1_IRQHandler ; SPI1 Interrupt
113-
DCD SPI2_IRQHandler ; SPI2 Interrupt
113+
DCD 0 ; Reserved
114114
DCD USART1_IRQHandler ; USART1 Interrupt
115115
DCD LPUART1_IRQHandler ; LPUART1 Interrupt
116116
DCD 0 ; Reserved
117-
DCD TSC_IRQHandler ; TSC Interrupt
117+
DCD 0 ; Reserved
118118
DCD EXTI15_10_IRQHandler ; EXTI Lines1[15:10 ]Interrupts
119119
DCD RTC_Alarm_IRQHandler ; RTC Alarms (A and B) Interrupt
120120
DCD CRS_IRQHandler ; CRS interrupt
@@ -238,10 +238,8 @@ Default_Handler PROC
238238
EXPORT I2C3_EV_IRQHandler [WEAK]
239239
EXPORT I2C3_ER_IRQHandler [WEAK]
240240
EXPORT SPI1_IRQHandler [WEAK]
241-
EXPORT SPI2_IRQHandler [WEAK]
242241
EXPORT USART1_IRQHandler [WEAK]
243242
EXPORT LPUART1_IRQHandler [WEAK]
244-
EXPORT TSC_IRQHandler [WEAK]
245243
EXPORT EXTI15_10_IRQHandler [WEAK]
246244
EXPORT RTC_Alarm_IRQHandler [WEAK]
247245
EXPORT CRS_IRQHandler [WEAK]
@@ -300,10 +298,8 @@ I2C1_ER_IRQHandler
300298
I2C3_EV_IRQHandler
301299
I2C3_ER_IRQHandler
302300
SPI1_IRQHandler
303-
SPI2_IRQHandler
304301
USART1_IRQHandler
305302
LPUART1_IRQHandler
306-
TSC_IRQHandler
307303
EXTI15_10_IRQHandler
308304
RTC_Alarm_IRQHandler
309305
CRS_IRQHandler

CMSIS/STM32WBxx/Source/Templates/arm/startup_stm32wb50xx_cm4.s

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ __Vectors DCD __initial_sp ; Top of Stack
114114
DCD USART1_IRQHandler ; USART1 Interrupt
115115
DCD 0 ; Reserved
116116
DCD 0 ; Reserved
117-
DCD TSC_IRQHandler ; TSC Interrupt
117+
DCD 0 ; Reserved
118118
DCD EXTI15_10_IRQHandler ; EXTI Lines1[15:10 ]Interrupts
119119
DCD RTC_Alarm_IRQHandler ; RTC Alarms (A and B) Interrupt
120120
DCD 0 ; Reserved
@@ -234,7 +234,6 @@ Default_Handler PROC
234234
EXPORT I2C1_ER_IRQHandler [WEAK]
235235
EXPORT SPI1_IRQHandler [WEAK]
236236
EXPORT USART1_IRQHandler [WEAK]
237-
EXPORT TSC_IRQHandler [WEAK]
238237
EXPORT EXTI15_10_IRQHandler [WEAK]
239238
EXPORT RTC_Alarm_IRQHandler [WEAK]
240239
EXPORT PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler [WEAK]
@@ -279,7 +278,6 @@ I2C1_EV_IRQHandler
279278
I2C1_ER_IRQHandler
280279
SPI1_IRQHandler
281280
USART1_IRQHandler
282-
TSC_IRQHandler
283281
EXTI15_10_IRQHandler
284282
RTC_Alarm_IRQHandler
285283
PWR_SOTF_BLEACT_802ACT_RFPHASE_IRQHandler

CMSIS/STM32WBxx/Source/Templates/gcc/startup_stm32wb30xx_cm4.s

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ LoopFillZerobss:
9393
Reset_Handler:
9494
ldr r0, =_estack
9595
mov sp, r0 /* set stack pointer */
96+
/* Call the clock system intitialization function.*/
97+
bl SystemInit
9698

9799
/* Copy the data segment initializers from flash to SRAM */
98100
INIT_DATA _sdata, _edata, _sidata
@@ -101,8 +103,6 @@ Reset_Handler:
101103
INIT_BSS _sbss, _ebss
102104
INIT_BSS _sMB_MEM2, _eMB_MEM2
103105

104-
/* Call the clock system intitialization function.*/
105-
bl SystemInit
106106
/* Call static constructors */
107107
bl __libc_init_array
108108
/* Call the application s entry point.*/
@@ -194,7 +194,7 @@ g_pfnVectors:
194194
.word USART1_IRQHandler
195195
.word 0
196196
.word 0
197-
.word TSC_IRQHandler
197+
.word 0
198198
.word EXTI15_10_IRQHandler
199199
.word RTC_Alarm_IRQHandler
200200
.word 0
@@ -346,9 +346,6 @@ g_pfnVectors:
346346
.weak USART1_IRQHandler
347347
.thumb_set USART1_IRQHandler,Default_Handler
348348

349-
.weak TSC_IRQHandler
350-
.thumb_set TSC_IRQHandler,Default_Handler
351-
352349
.weak EXTI15_10_IRQHandler
353350
.thumb_set EXTI15_10_IRQHandler,Default_Handler
354351

0 commit comments

Comments
 (0)