Cypress: Fix issue #10613

pull/10747/head
Hennadiy Kytsun 2019-06-03 16:26:52 +03:00
parent f18e3364e9
commit 7447cac66c
7 changed files with 7 additions and 63 deletions

View File

@ -735,15 +735,7 @@ sdhc_1_interrupt_general_IRQHandler
ELSE
EXPORT __user_initial_stackheap
__user_initial_stackheap PROC
LDR R0, =Heap_Mem
LDR R1, =(Stack_Mem + Stack_Size)
LDR R2, =(Heap_Mem + Heap_Size)
LDR R3, =Stack_Mem
BX LR
ENDP
IMPORT __use_two_region_memory
ALIGN

View File

@ -672,15 +672,7 @@ pass_interrupt_dacs_IRQHandler
ELSE
EXPORT __user_initial_stackheap
__user_initial_stackheap PROC
LDR R0, =Heap_Mem
LDR R1, =(Stack_Mem + Stack_Size)
LDR R2, =(Heap_Mem + Heap_Size)
LDR R3, =Stack_Mem
BX LR
ENDP
IMPORT __use_two_region_memory
ALIGN

View File

@ -295,15 +295,7 @@ NvicMux31_IRQHandler
ELSE
EXPORT __user_initial_stackheap
__user_initial_stackheap PROC
LDR R0, =Heap_Mem
LDR R1, =(Stack_Mem + Stack_Size)
LDR R2, =(Heap_Mem + Heap_Size)
LDR R3, =Stack_Mem
BX LR
ENDP
IMPORT __use_two_region_memory
ALIGN

View File

@ -672,15 +672,7 @@ pass_interrupt_dacs_IRQHandler
ELSE
EXPORT __user_initial_stackheap
__user_initial_stackheap PROC
LDR R0, =Heap_Mem
LDR R1, =(Stack_Mem + Stack_Size)
LDR R2, =(Heap_Mem + Heap_Size)
LDR R3, =Stack_Mem
BX LR
ENDP
IMPORT __use_two_region_memory
ALIGN

View File

@ -735,15 +735,7 @@ sdhc_1_interrupt_general_IRQHandler
ELSE
EXPORT __user_initial_stackheap
__user_initial_stackheap PROC
LDR R0, =Heap_Mem
LDR R1, =(Stack_Mem + Stack_Size)
LDR R2, =(Heap_Mem + Heap_Size)
LDR R3, =Stack_Mem
BX LR
ENDP
IMPORT __use_two_region_memory
ALIGN

View File

@ -295,15 +295,7 @@ NvicMux31_IRQHandler
ELSE
EXPORT __user_initial_stackheap
__user_initial_stackheap PROC
LDR R0, =Heap_Mem
LDR R1, =(Stack_Mem + Stack_Size)
LDR R2, =(Heap_Mem + Heap_Size)
LDR R3, =Stack_Mem
BX LR
ENDP
IMPORT __use_two_region_memory
ALIGN

View File

@ -672,15 +672,7 @@ pass_interrupt_dacs_IRQHandler
ELSE
EXPORT __user_initial_stackheap
__user_initial_stackheap PROC
LDR R0, =Heap_Mem
LDR R1, =(Stack_Mem + Stack_Size)
LDR R2, =(Heap_Mem + Heap_Size)
LDR R3, =Stack_Mem
BX LR
ENDP
IMPORT __use_two_region_memory
ALIGN