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" : [
4293
4303
"post_binary_hook" : {
4294
4304
"function" : " LPCTargetCode.lpc_patch"
4295
4305
},
4296
- "device_name" : " LPC54114J256BD64"
4306
+ "device_name" : " LPC54114J256BD64" ,
4307
+ "supported_c_libs" : {
4308
+ "arm" : [
4309
+ " std" , " small"
4310
+ ],
4311
+ "gcc_arm" : [
4312
+ " std" , " small"
4313
+ ]
4314
+ },
4315
+ "c_lib" : " small" ,
4316
+ "supported_application_profiles" : [
4317
+ " full" , " bare-metal"
4318
+ ]
4297
4319
},
4298
4320
"MCU_LPC546XX" : {
4299
4321
"core" : " Cortex-M4F" ,
4347
4369
"device_name" : " LPC54628J512ET180" ,
4348
4370
"post_binary_hook" : {
4349
4371
"function" : " LPCTargetCode.lpc_patch"
4350
- }
4372
+ },
4373
+ "supported_c_libs" : {
4374
+ "arm" : [
4375
+ " std" , " small"
4376
+ ],
4377
+ "gcc_arm" : [
4378
+ " std" , " small"
4379
+ ]
4380
+ },
4381
+ "c_lib" : " small" ,
4382
+ "supported_application_profiles" : [
4383
+ " full" , " bare-metal"
4384
+ ]
4351
4385
},
4352
4386
"LPC546XX" : {
4353
4387
"supported_form_factors" : [
You can’t perform that action at this time.
0 commit comments