STM32CubeWB ########### Origin: ST Microelectronics http://www.st.com/en/embedded-software/stm32cubewb.html Status: version v1.3.0 Purpose: ST Microelectronics official MCU package for STM32WL series. Description: This package is an extract of official STM32CubeWL package written by ST Microelectronics. It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set of CMSIS headers files, one for each SoC in STM32WL series. Dependencies: None. URL: https://github.com/STMicroelectronics/STM32CubeWL Commit: 378e461e469ef9826e857f8eda3346cea525b2fa Maintained-by: External License: BSD-3-Clause License Link: https://opensource.org/licenses/BSD-3-Clause Patch List: *Changes from official delivery: -dos2unix applied -trailing white spaces removed *Provision to enable hal & ll asserts added -Added stm32cube/stm32wlxx/drivers/include/stm32_assert.h -Removed unused stm32cube/stm32wlxx/drivers/include/stm32_assert_template.h *Disable SUBGHZ HAL -Disable the SUBGHZ HAL module to avoid conflict with the Zephyr sx1262 register definitions. Impacted files: drivers/include/stm32wlxx_hal_conf.h *Wrap define UNUSED with an ifndef This will prevent a compiler warning for the case the UNUSED macro is already defined elsewhere in the project Impacted files: drivers/include/stm32wlxx_hal_def.h ST Internal Reference: 136825 See release_note.html from STM32Cube