Skip to content

Commit df0c855

Browse files
authored
Merge pull request #1904 from sg-/iar-lpc-eth-patch
rename section used for eth and usb
2 parents 1947c48 + 50c106f commit df0c855

File tree

1 file changed

+2
-2
lines changed
  • hal/targets/cmsis/TARGET_NXP/TARGET_LPC176X/TOOLCHAIN_IAR

1 file changed

+2
-2
lines changed

hal/targets/cmsis/TARGET_NXP/TARGET_LPC176X/TOOLCHAIN_IAR/LPC17xx.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
4040
place in ROM_region { readonly };
4141
place in RAM_region { readwrite,
4242
block HEAP, block CSTACK };
43-
43+
4444
place in CRP_region { section .crp };
45-
place in RAM1_region { section USB_RAM };
45+
place in RAM1_region { section .ethusbram };

0 commit comments

Comments
 (0)