Skip to content

Cypress: Fix issue #10613 #10747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down