Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
drivers/ | 11-Mar-2024 | - | 348,607 | 152,216 | ||
soc/ | 11-Mar-2024 | - | 330,558 | 282,789 | ||
CMakeLists.txt | D | 11-Mar-2024 | 9.9 KiB | 119 | 117 | |
LICENSE.md | D | 11-Mar-2024 | 1.5 KiB | 28 | 22 | |
README | D | 11-Mar-2024 | 1.3 KiB | 53 | 37 | |
release_note.html | D | 11-Mar-2024 | 189 KiB | 3,835 | 3,831 |
README
1STM32CubeU5 2########### 3 4Origin: 5 ST Microelectronics 6 http://www.st.com/en/embedded-software/stm32cubeu5.html 7 8Status: 9 version v1.4.0 10 11Purpose: 12 ST Microelectronics official MCU package for STM32U5 series. 13 14Description: 15 This package is an extract of official STM32CubeU5 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 STM32U5 series. 18 19Dependencies: 20 None. 21 22URL: 23 https://github.com/STMicroelectronics/STM32CubeU5 24 25Commit: 26 1c3a22ba7be8584968861dff13df6dac377ffd7c 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/stm32u5xx/drivers/include/stm32_assert.h 45 -Removed unused stm32cube/stm32u5xx/drivers/include/stm32_assert_template.h 46 47 *Fix GFXTIM HAL: Compilation issue 48 -"#if defined (GFXTIM)" is missing from drivers/include/stm32u5xx_hal_gfxtim.h 49 Impacted files: drivers/include/stm32u5xx_hal_gfxtim.h 50 Internal reference: 157095 51 52 See release_note.html from STM32Cube 53