Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
drivers/ | 18-Mar-2025 | - | 179,800 | 73,221 | ||
soc/ | 18-Mar-2025 | - | 33,724 | 28,551 | ||
CMakeLists.txt | D | 18-Mar-2025 | 6 KiB | 74 | 72 | |
LICENSE.md | D | 18-Mar-2025 | 1.5 KiB | 28 | 22 | |
README | D | 18-Mar-2025 | 1.2 KiB | 52 | 36 |
README
1STM32CubeU5 2########### 3 4Origin: 5 ST Microelectronics 6 https://www.st.com/en/embedded-software/stm32cubeu0.html 7 8Status: 9 version v1.2.0 10 11Purpose: 12 ST Microelectronics official MCU package for STM32U0 series. 13 14Description: 15 This package is an extract of official STM32CubeU0 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 STM32U0 series. 18 19Dependencies: 20 None. 21 22URL: 23 https://github.com/STMicroelectronics/STM32CubeU0 24 25Commit: 26 6f2310fce68e53f7277583774141bbf016df1838 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/stm32u0xx/drivers/include/stm32_assert.h 45 -Removed unused stm32cube/stm32u0xx/drivers/include/stm32_assert_template.h 46 47 *Fix to remove PAGESIZE definition which conflicts with POSIX 48 Impacted files: 49 stm32cube/stm32u0xx/drivers/include/Legacy/stm32_hal_legacy.h 50 51 See release_note.html from STM32Cube 52