Browse Source

add stm32wbxx_hal_hsem.c

add this file to support ble stack.
静静流淌的柯溪 4 years ago
parent
commit
d3d19d0494
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bsp/stm32/libraries/STM32WBxx_HAL/SConscript

+ 1 - 0
bsp/stm32/libraries/STM32WBxx_HAL/SConscript

@@ -24,6 +24,7 @@ STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc.c
 STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c
 STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rcc_ex.c
 STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rng.c
 STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_rng.c
 STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c
 STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_gpio.c
+STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c
 ''')
 ''')
   
   
 if GetDepend(['RT_USING_SERIAL']):
 if GetDepend(['RT_USING_SERIAL']):