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 by
Revision 17:335b94e0aa9c, committed 2014-11-06
- Comitter:
- mbed_official
- Date:
- Thu Nov 06 11:00:46 2014 +0000
- Parent:
- 16:092c37b63ee8
- Child:
- 18:2dd57fc0af78
- Commit message:
- Synchronized with git revision 8724eb616b6e07a3bd111d3022652eb5bbefe9b7
Full URL: https://github.com/mbedmicro/mbed/commit/8724eb616b6e07a3bd111d3022652eb5bbefe9b7/
[RZ/A1H] mbed-RZ first release
Changed in this revision
| core/memp.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/core/memp.c Thu Apr 24 10:45:42 2014 +0100
+++ b/core/memp.c Thu Nov 06 11:00:46 2014 +0000
@@ -168,7 +168,7 @@
#if defined(TARGET_LPC1768)
# define ETHMEM_SECTION __attribute((section("AHBSRAM1")))
-#elif defined(TARGET_LPC4088) || defined(TARGET_K64F)
+#elif defined(TARGET_LPC4088) || defined(TARGET_K64F) || defined(TARGET_RZ_A1H)
# define ETHMEM_SECTION
#endif
