Skip to content

Commit 9011a54

Browse files
committed
Compile network and RTOS with GCC_ARM
1 parent c0fdbed commit 9011a54

File tree

1 file changed

+0
-15
lines changed
  • libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC176X/TOOLCHAIN_GCC_ARM

1 file changed

+0
-15
lines changed

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC176X/TOOLCHAIN_GCC_ARM/LPC1768.ld

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,21 +133,6 @@ SECTIONS
133133
Image$$RW_IRAM3$$ZI$$Limit = .;
134134
} > ETH_RAM
135135

136-
/* .data_RAM2 : ALIGN(4)
137-
{
138-
FILL(0xff)
139-
*(.data.$RAM2*)
140-
*(.data.$ETH_RAM*)
141-
. = ALIGN(4) ;
142-
} > ETH_RAM AT>FLASH
143-
144-
.bss_RAM2 : ALIGN(4)
145-
{
146-
*(.bss.$RAM2*)
147-
*(.bss.$ETH_RAM*)
148-
. = ALIGN(4) ;
149-
} > ETH_RAM
150-
*/
151136

152137
.bss :
153138
{

0 commit comments

Comments
 (0)