File tree Expand file tree Collapse file tree 1 file changed +3
-26
lines changed
libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX/TOOLCHAIN_ARM_MICRO Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change @@ -205,33 +205,10 @@ PIOINT0_IRQHandler
205
205
206
206
ENDP
207
207
208
-
209
208
ALIGN
210
209
211
-
212
- ; User Initial Stack & Heap
213
-
214
- IF :DEF:__MICROLIB
215
-
216
- EXPORT __initial_sp
217
- EXPORT __heap_base
218
- EXPORT __heap_limit
219
-
220
- ELSE
221
-
222
- IMPORT __use_two_region_memory
223
- EXPORT __user_initial_stackheap
224
- __user_initial_stackheap
225
-
226
- LDR R0 , = Heap_Mem
227
- LDR R1 , =(Stack_Mem + Stack_Size)
228
- LDR R2 , = (Heap_Mem + Heap_Size)
229
- LDR R3 , = Stack_Mem
230
- BX LR
231
-
232
- ALIGN
233
-
234
- ENDIF
235
-
210
+ ; @toyowata removed "User Initial Stack & Heap" block here,
211
+ ; since arm.py script doesn't pass -D__MICROLIB definision to armasm.
212
+ ; Now, required symbols (__initial_sp etc) were exported in this code.
236
213
237
214
END
You can’t perform that action at this time.
0 commit comments