Skip to content

Commit ac07848

Browse files
committed
Compile network and RTOS with GCC_ARM
1 parent 9011a54 commit ac07848

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

libraries/net/eth/lwip-eth/arch/lpc17_emac.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ struct lpc_enetdata {
142142
# define ETHMEM_SECTION ALIGNED(8)
143143
#endif
144144

145+
#if defined(TARGET_LPC1768) && defined(TOOLCHAIN_GCC_ARM)
145146
#define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
147+
#endif
146148

147149
/** \brief LPC EMAC driver work data
148150
*/

workspace_tools/tests.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -551,31 +551,26 @@
551551
"id": "NET_9", "description": "Multicast Send",
552552
"source_dir": join(TEST_DIR, "net", "helloworld", "multicast_send"),
553553
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY],
554-
# "supported": CORTEX_ARM_SUPPORT,
555554
},
556555
{
557556
"id": "NET_10", "description": "Multicast Receive",
558557
"source_dir": join(TEST_DIR, "net", "helloworld", "multicast_receive"),
559558
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY],
560-
# "supported": CORTEX_ARM_SUPPORT,
561559
},
562560
{
563561
"id": "NET_11", "description": "Broadcast Send",
564562
"source_dir": join(TEST_DIR, "net", "helloworld", "broadcast_send"),
565563
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY],
566-
# "supported": CORTEX_ARM_SUPPORT,
567564
},
568565
{
569566
"id": "NET_12", "description": "Broadcast Receive",
570567
"source_dir": join(TEST_DIR, "net", "helloworld", "broadcast_receive"),
571568
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY],
572-
# "supported": CORTEX_ARM_SUPPORT,
573569
},
574570
{
575571
"id": "NET_13", "description": "TCP client echo loop",
576572
"source_dir": join(TEST_DIR, "net", "echo", "tcp_client_loop"),
577573
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY],
578-
# "supported": CORTEX_ARM_SUPPORT,
579574
},
580575

581576
# Vodafone tests

0 commit comments

Comments
 (0)