Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
drivers/ | 11-Mar-2024 | - | 197,177 | 81,155 | ||
soc/ | 11-Mar-2024 | - | 95,857 | 81,257 | ||
CMakeLists.txt | D | 11-Mar-2024 | 6.2 KiB | 77 | 75 | |
LICENSE.md | D | 11-Mar-2024 | 1.5 KiB | 28 | 22 | |
README | D | 11-Mar-2024 | 1 KiB | 48 | 33 | |
release_note.html | D | 11-Mar-2024 | 677.4 KiB | 15,186 | 15,182 |
README
1STM32CubeWB 2########### 3 4Origin: 5 ST Microelectronics 6 http://www.st.com/en/embedded-software/stm32cubewb.html 7 8Status: 9 version v1.18.0 10 11Purpose: 12 ST Microelectronics official MCU package for STM32WB series. 13 14Description: 15 This package is an extract of official STM32CubeWB 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 STM32WB series. 18 19Dependencies: 20 None. 21 22URL: 23 https://github.com/STMicroelectronics/STM32CubeWB 24 25Commit: 26 82988c4a028fbc63d85fb44b813535c290f71822 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/stm32wbxx/drivers/include/stm32_assert.h 45 -Removed unused stm32cube/stm32wbxx/drivers/include/stm32_assert_template.h 46 47 See release_note.html from STM32Cube 48