File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
netsocket/emac-drivers/TARGET_Silicon_Labs Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 125
125
"LPC546XX" : {
126
126
"mem-size" : 36496
127
127
},
128
- "EFM32GG11-STK3701 " : {
128
+ "EFM32GG11_STK3701 " : {
129
129
"mem-size" : 36560
130
130
},
131
131
"RZ_A1_EMAC" : {
Original file line number Diff line number Diff line change 34
34
/** Timeout in milliseconds for polling the PHY link status */
35
35
#define SL_ETH_LINK_POLL_PERIOD_MS (500)
36
36
/** Default Ethernet worker thread stack size in bytes */
37
+ #include "mbed_trace.h"
38
+ #if MBED_CONF_MBED_TRACE_ENABLE == 1
39
+ #define SL_ETH_THREAD_STACKSIZE (768)
40
+ #else
37
41
#define SL_ETH_THREAD_STACKSIZE (512)
42
+ #endif
38
43
/** Default Ethernet worker thread stack priority */
39
44
#define SL_ETH_THREAD_PRIORITY (osPriorityHigh)
40
45
/** Name of interface */
You can’t perform that action at this time.
0 commit comments