mirror of https://github.com/ARMmbed/mbed-os.git
rename section used for eth and usb
parent
24e767c10f
commit
50c106f718
|
@ -40,6 +40,6 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
|
|||
place in ROM_region { readonly };
|
||||
place in RAM_region { readwrite,
|
||||
block HEAP, block CSTACK };
|
||||
|
||||
|
||||
place in CRP_region { section .crp };
|
||||
place in RAM1_region { section USB_RAM };
|
||||
place in RAM1_region { section .ethusbram };
|
||||
|
|
Loading…
Reference in New Issue