-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Silabs] Adds debug prints for rs911x platform for better understanding #37102
base: master
Are you sure you want to change the base?
[Silabs] Adds debug prints for rs911x platform for better understanding #37102
Conversation
PR #37102: Size comparison from f3e4e39 to 744f35b Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #37102: Size comparison from f3e4e39 to b78bd81 Full report (53 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #37102: Size comparison from f3e4e39 to f8f8377 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #37102: Size comparison from 593861d to 579016c Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -67,6 +67,7 @@ StaticSemaphore_t xEthernetIfSemaBuffer; | |||
#define LWIP_FRAME_ALIGNMENT 60 | |||
|
|||
uint32_t gOverrunCount = 0; | |||
sl_status_t status = 0; |
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.
This isn't what andrei meant. Having this as a global variable isn't necessary.
Changelog
Adds debug prints with
status
for better visibility.Adds SLAAC address once acquired for easier identification during debugging.
Update log levels for certain statements from info to error.
Testing
This is tested manually with EFR32 + RS911x NCP for better understanding of failure scenarios.