Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
drivers/ | 11-Mar-2024 | - | 182,376 | 72,834 | ||
soc/ | 11-Mar-2024 | - | 55,134 | 45,896 | ||
CMakeLists.txt | D | 11-Mar-2024 | 6 KiB | 74 | 72 | |
LICENSE.md | D | 11-Mar-2024 | 1.5 KiB | 28 | 22 | |
README | D | 11-Mar-2024 | 1.5 KiB | 60 | 44 | |
release_note.html | D | 11-Mar-2024 | 46.2 KiB | 1,097 | 1,093 |
README
1STM32CubeWB 2########### 3 4Origin: 5 ST Microelectronics 6 http://www.st.com/en/embedded-software/stm32cubewb.html 7 8Status: 9 version v1.3.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 378e461e469ef9826e857f8eda3346cea525b2fa 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 *Changes from official delivery: 39 -dos2unix applied 40 -trailing white spaces removed 41 42 *Provision to enable hal & ll asserts added 43 -Added stm32cube/stm32wlxx/drivers/include/stm32_assert.h 44 -Removed unused stm32cube/stm32wlxx/drivers/include/stm32_assert_template.h 45 46 *Disable SUBGHZ HAL 47 -Disable the SUBGHZ HAL module to avoid conflict with the Zephyr sx1262 48 register definitions. 49 Impacted files: 50 drivers/include/stm32wlxx_hal_conf.h 51 52 *Wrap define UNUSED with an ifndef 53 This will prevent a compiler warning for the case the UNUSED macro 54 is already defined elsewhere in the project 55 Impacted files: 56 drivers/include/stm32wlxx_hal_def.h 57 ST Internal Reference: 136825 58 59 See release_note.html from STM32Cube 60