mirror of https://github.com/ARMmbed/mbed-os.git
lwip: STM32H7: specify heap location
Signed-off-by: Vincent Veron <vincent.veron@st.com>pull/11274/head
parent
76fb4d22cc
commit
93b8164830
|
@ -47,6 +47,12 @@
|
|||
# else
|
||||
# define ETHMEM_SECTION __attribute__((section("AHBSRAM0"),aligned))
|
||||
# endif
|
||||
#elif defined(TARGET_STM32H7)
|
||||
# if defined (__ICCARM__)
|
||||
# define ETHMEM_SECTION
|
||||
# else
|
||||
# define ETHMEM_SECTION __attribute__((section(".ethusbram")))
|
||||
# endif
|
||||
#else
|
||||
#define ETHMEM_SECTION
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue