Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip-eth by
Diff: arch/TARGET_NXP/lpc17_emac.c
- Revision:
- 14:578727b0a909
- Parent:
- 10:ab9330955226
- Child:
- 24:f274b521b211
--- a/arch/TARGET_NXP/lpc17_emac.c Fri May 23 05:45:26 2014 +0100 +++ b/arch/TARGET_NXP/lpc17_emac.c Mon Jun 09 15:00:19 2014 +0100 @@ -138,7 +138,7 @@ # if defined (__ICCARM__) # define ETHMEM_SECTION # elif defined(TOOLCHAIN_GCC_CR) -# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32"))) +# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32"), aligned)) # else # define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned)) # endif