Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
drivers/ | 11-Mar-2024 | - | 180,503 | 71,754 | ||
soc/ | 11-Mar-2024 | - | 43,184 | 35,832 | ||
CMakeLists.txt | D | 11-Mar-2024 | 6 KiB | 74 | 72 | |
README | D | 11-Mar-2024 | 1.4 KiB | 59 | 42 | |
release_note.html | D | 11-Mar-2024 | 23.8 KiB | 555 | 551 |
README
1STM32CubeWB 2########### 3 4Origin: 5 ST Microelectronics 6 http://www.st.com/en/embedded-software/stm32cubewb.html 7 8Status: 9 version v1.1.0 10 11Purpose: 12 ST Microelectronics official MCU package for STM32WL series. 13 14Description: 15 This package is an extract of official STM32CubeWL package written by ST Microelectronics. 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 17 of CMSIS headers files, one for each SoC in STM32WL series. 18 19Dependencies: 20 None. 21 22URL: 23 https://github.com/STMicroelectronics/STM32CubeWL 24 25Commit: 26 1555f88ae1c5898c239bd8a8520203a776ab4995 27 28Maintained-by: 29 External 30 31License: 32 BSD-3-Clause 33 34License Link: 35 https://opensource.org/licenses/BSD-3-Clause 36 37Patch List: 38 39 *Changes from official delivery: 40 -dos2unix applied 41 -trailing white spaces removed 42 43 *Provision to enable hal & ll asserts added 44 -Added stm32cube/stm32wlxx/drivers/include/stm32_assert.h 45 -Removed unused stm32cube/stm32wlxx/drivers/include/stm32_assert_template.h 46 47 *Disable SUBGHZ HAL 48 -Disable the SUBGHZ HAL module to avoid conflict with the Zephyr sx1262 49 register definitions. 50 Impacted files: 51 drivers/include/stm32wlxx_hal_conf.h 52 53 *Take into account HSEPRE value when configuring HSE as PLL input 54 Impacted file: 55 stm32cube/stm32wlxx/drivers/src/stm32wlxx_ll_utils.c 56 ST Internal reference: 111260 57 58 See release_note.html from STM32Cube 59