Skip to content

Commit 6d05af6

Browse files
youssefz24erwango
authored andcommitted
hal/stm32: add support for stm32mp2xx hal
Provide the stm32cube HAL and LL for the stm32mp2x series mcu Origin: ST Microelectronics License: BSD-3-Clause URL: https://github.com/STMicroelectronics/STM32CubeMP2 Commit: 1b1ff6b48df3c9b7417ac411dbd8dfd097f0bb04 Purpose: HAL and LL for stm32mp2 Maintained-by: External Signed-off-by: Youssef Zini <[email protected]>
1 parent 90f5642 commit 6d05af6

File tree

292 files changed

+2784814
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+2784814
-0
lines changed

stm32cube/stm32mp2xx/License.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright 2021 STMicroelectronics.
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation and/or
12+
other materials provided with the distribution.
13+
14+
3. Neither the name of the copyright holder nor the names of its contributors
15+
may be used to endorse or promote products derived from this software without
16+
specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
22+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

stm32cube/stm32mp2xx/README

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
STM32CubeMP2
2+
###########
3+
4+
Origin:
5+
ST Microelectronics
6+
https://github.com/STMicroelectronics/STM32CubeMP2
7+
8+
Status:
9+
version 1.1.0
10+
11+
Purpose:
12+
ST Microelectronics official MCU package for STM32MP2 series.
13+
14+
Description:
15+
This package is an extract of official STM32CubeMP2 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 STM32MP2 series.
18+
19+
Dependencies:
20+
None.
21+
22+
URL:
23+
https://github.com/STMicroelectronics/STM32CubeMP2
24+
25+
Commit:
26+
1b1ff6b48df3c9b7417ac411dbd8dfd097f0bb04
27+
28+
Maintained-by:
29+
External
30+
31+
License:
32+
BSD-3-Clause
33+
34+
License Link:
35+
https://opensource.org/licenses/BSD-3-Clause
36+
37+
Patch 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/stm32mp2xx/drivers/include/stm32_assert.h
45+
- Removed unused stm32cube/stm32mp2xx/drivers/include/stm32_assert_template.h
46+
47+
See release_note.html from STM32Cube

0 commit comments

Comments
 (0)