File tree Expand file tree Collapse file tree 3 files changed +44
-6
lines changed
TARGET_NXP/TARGET_MCUXpresso_MCUS
TARGET_LPC54114/device/TARGET_LPC54114_M4/TOOLCHAIN_ARM_STD
TARGET_MCU_LPC546XX/device/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 3 files changed +44
-6
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ LR_IROM1 m_interrupts_start m_text_start+m_text_size-m_interrupts_start { ; load
121
121
}
122
122
RW_IRAM1 ((ImageLimit(RW_m_data) == m_data_start) ? ImageLimit(RW_m_data) : +0) EMPTY Heap_Size { ; Heap region growing up
123
123
}
124
+ ARM_LIB_HEAP AlignExpr(+0, 16) EMPTY Heap_Size{ ; Heap region growing up
125
+ }
124
126
ARM_LIB_STACK m_data_start+m_data_size EMPTY -Stack_Size { ; Stack region growing down
125
127
}
126
128
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ LR_IROM1 m_interrupts_start m_text_start+m_text_size-m_interrupts_start { ; load
109
109
}
110
110
RW_IRAM1 +0 EMPTY Heap_Size { ; Heap region growing up
111
111
}
112
+ ARM_LIB_HEAP AlignExpr(+0, 16) EMPTY Heap_Size{ ; Heap region growing up
113
+ }
112
114
ARM_LIB_STACK m_data_start+m_data_size EMPTY -Stack_Size { ; Stack region growing down
113
115
}
114
116
}
Original file line number Diff line number Diff line change 295
295
],
296
296
"supported_toolchains" : [
297
297
" ARM" ,
298
- " uARM" ,
299
- " GCC_ARM" ,
300
- " IAR"
298
+ " GCC_ARM"
301
299
],
302
300
"detect_code" : [
303
301
" 1010"
345
343
},
346
344
"overrides" : {
347
345
"network-default-interface-type" : " ETHERNET"
348
- }
346
+ },
347
+ "supported_c_libs" : {
348
+ "arm" : [
349
+ " std" , " small"
350
+ ],
351
+ "gcc_arm" : [
352
+ " std" , " small"
353
+ ]
354
+ },
355
+ "c_lib" : " small" ,
356
+ "supported_application_profiles" : [
357
+ " full" , " bare-metal"
358
+ ]
349
359
},
350
360
"ARCH_PRO" : {
351
361
"supported_form_factors" : [
4409
4419
"post_binary_hook" : {
4410
4420
"function" : " LPCTargetCode.lpc_patch"
4411
4421
},
4412
- "device_name" : " LPC54114J256BD64"
4422
+ "device_name" : " LPC54114J256BD64" ,
4423
+ "supported_c_libs" : {
4424
+ "arm" : [
4425
+ " std" , " small"
4426
+ ],
4427
+ "gcc_arm" : [
4428
+ " std" , " small"
4429
+ ]
4430
+ },
4431
+ "c_lib" : " small" ,
4432
+ "supported_application_profiles" : [
4433
+ " full" , " bare-metal"
4434
+ ]
4413
4435
},
4414
4436
"MCU_LPC546XX" : {
4415
4437
"core" : " Cortex-M4F" ,
4463
4485
"device_name" : " LPC54628J512ET180" ,
4464
4486
"post_binary_hook" : {
4465
4487
"function" : " LPCTargetCode.lpc_patch"
4466
- }
4488
+ },
4489
+ "supported_c_libs" : {
4490
+ "arm" : [
4491
+ " std" , " small"
4492
+ ],
4493
+ "gcc_arm" : [
4494
+ " std" , " small"
4495
+ ]
4496
+ },
4497
+ "c_lib" : " small" ,
4498
+ "supported_application_profiles" : [
4499
+ " full" , " bare-metal"
4500
+ ]
4467
4501
},
4468
4502
"LPC546XX" : {
4469
4503
"supported_form_factors" : [
You can’t perform that action at this time.
0 commit comments