diff --git a/libraries/net/eth/lwip-eth/arch/lpc17_emac.c b/libraries/net/eth/lwip-eth/arch/lpc17_emac.c index 9b7ce41375..98215a9883 100644 --- a/libraries/net/eth/lwip-eth/arch/lpc17_emac.c +++ b/libraries/net/eth/lwip-eth/arch/lpc17_emac.c @@ -142,7 +142,9 @@ struct lpc_enetdata { # define ETHMEM_SECTION ALIGNED(8) #endif +#if defined(TARGET_LPC1768) && defined(TOOLCHAIN_GCC_ARM) #define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned)) +#endif /** \brief LPC EMAC driver work data */ diff --git a/workspace_tools/tests.py b/workspace_tools/tests.py index 7f9aa9af8e..319faf3c95 100644 --- a/workspace_tools/tests.py +++ b/workspace_tools/tests.py @@ -551,31 +551,26 @@ TESTS = [ "id": "NET_9", "description": "Multicast Send", "source_dir": join(TEST_DIR, "net", "helloworld", "multicast_send"), "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY], - # "supported": CORTEX_ARM_SUPPORT, }, { "id": "NET_10", "description": "Multicast Receive", "source_dir": join(TEST_DIR, "net", "helloworld", "multicast_receive"), "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY], - # "supported": CORTEX_ARM_SUPPORT, }, { "id": "NET_11", "description": "Broadcast Send", "source_dir": join(TEST_DIR, "net", "helloworld", "broadcast_send"), "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY], - # "supported": CORTEX_ARM_SUPPORT, }, { "id": "NET_12", "description": "Broadcast Receive", "source_dir": join(TEST_DIR, "net", "helloworld", "broadcast_receive"), "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY], - # "supported": CORTEX_ARM_SUPPORT, }, { "id": "NET_13", "description": "TCP client echo loop", "source_dir": join(TEST_DIR, "net", "echo", "tcp_client_loop"), "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY], - # "supported": CORTEX_ARM_SUPPORT, }, # Vodafone tests