Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
drivers/ | 11-Mar-2024 | - | 214,059 | 89,119 | ||
soc/ | 11-Mar-2024 | - | 914,947 | 808,495 | ||
CMakeLists.txt | D | 11-Mar-2024 | 6.3 KiB | 77 | 75 | |
README | D | 11-Mar-2024 | 1.2 KiB | 54 | 38 | |
release_note.html | D | 11-Mar-2024 | 59 KiB | 1,360 | 1,356 |
README
1STM32CubeMP1 2########### 3 4Origin: 5 ST Microelectronics 6 https://github.com/STMicroelectronics/STM32CubeMP1 7 8Status: 9 version 1.6.0 10 11Purpose: 12 ST Microelectronics official MCU package for STM32MP1 series. 13 14Description: 15 This package is an extract of official STM32CubeMP1 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 STM32MP1 series. 18 19Dependencies: 20 None. 21 22URL: 23 https://github.com/STMicroelectronics/STM32CubeMP1 24 25Commit: 26 b9a31179d5bf80b3958c3653153bfd4c3a7fc5d5 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 -Modified stm32cube/stm32mp1xx/drivers/include/stm32_assert.h 45 46 *Wrap define UNUSED with an ifndef 47 This will prevent a compiler warning for the case the UNUSED macro 48 is already defined elsewhere in the project 49 Impacted files: 50 drivers/include/stm32mp1xx_hal_def.h 51 ST Internal Reference: 136825 52 53 See release_note.html from STM32Cube 54