-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix stack size for LwIP on EFM32GG11 #7826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Typo in the config file made the LwIP stack way too small on EFM32GG11 STK3701 target. Additionally, the EMAC thread stack was slightly too small when debug printing is on.
/morph build |
Build : SUCCESSBuild number : 2840 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2468 |
Test : SUCCESSBuild number : 2591 |
/morph uvisor-test |
@@ -125,7 +125,7 @@ | |||
"LPC546XX": { | |||
"mem-size": 36496 | |||
}, | |||
"EFM32GG11-STK3701": { | |||
"EFM32GG11_STK3701": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jeez that's subtle!
Fix stack size for LwIP on EFM32GG11
Description
Typo in the config file made the LwIP stack way too small on EFM32GG11 STK3701 target. Additionally, the EMAC thread stack was slightly too small when debug printing is on.
Pull request type