Skip to content

Commit 4d3027e

Browse files
authored
Merge pull request #3814 from thread-liu/stm32mp1-ev1
[update] add stm32mp1-st-ev1 bsp.
2 parents 5a6a7e3 + dd2bf1e commit 4d3027e

Some content is hidden

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

56 files changed

+18879
-3
lines changed

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Source/Templates/arm/startup_stm32mp15xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
;******************************************************************************
1515
;* @attention
1616
;*
17-
;* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
18-
;* All rights reserved.</center></h2>
17+
;* &copy; Copyright (c) 2019 STMicroelectronics.
18+
;* All rights reserved.
1919
;*
2020
;* This software component is licensed by ST under BSD 3-Clause license,
2121
;* the "License"; You may not use this file except in compliance with the
@@ -30,7 +30,7 @@
3030
; <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
3131
; </h>
3232

33-
Stack_Size EQU 0x00000400
33+
Stack_Size EQU 0x00000800
3434

3535
AREA STACK, NOINIT, READWRITE, ALIGN=3
3636
__stack_limit

0 commit comments

Comments
 (0)