Commit 9c991728 authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Kumar Gala
Browse files

ext/hal/st: update stm32f3 stm32cube package from v1.9.0 to v1.10.0



Update STM32F3 series stm32cube package from V1.9.0 to V1.10.0.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 652dc738
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Origin:
   http://www.st.com/en/embedded-software/stm32cubef3.html

Status:
   version 1.9.0
   version 1.10.0

Purpose:
   ST Microelectronics official MCU package for STM32F3 series.
@@ -23,7 +23,7 @@ URL:
   http://www.st.com/en/embedded-software/stm32cubef3.html

commit:
   version 1.9.1
   version 1.10.0

Maintained-by:
   External
+238 −40

File changed.

Preview size limit exceeded, changes collapsed.

+819 −0

File added.

Preview size limit exceeded, changes collapsed.

+11 −0
Original line number Diff line number Diff line
@@ -900,6 +900,17 @@ HAL_StatusTypeDef HAL_InitTick (uint32_t TickPriority);
 * @}
 */

/* Exported variables ---------------------------------------------------------*/
/** @addtogroup HAL_Exported_Variables
  * @{
  */
extern __IO uint32_t uwTick;
extern uint32_t uwTickPrio;
extern HAL_TickFreqTypeDef uwTickFreq;
/**
  * @}
  */

/** @addtogroup HAL_Exported_Functions_Group2 HAL Control functions
 *  @brief    HAL Control functions
 * @{
+326 −353

File changed.

Preview size limit exceeded, changes collapsed.

Loading