-
Notifications
You must be signed in to change notification settings - Fork 2k
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] General updates and fixes for the Silabs Wi-Fi platforms #36628
[Silabs] General updates and fixes for the Silabs Wi-Fi platforms #36628
Conversation
…er save functions (#109)
PR #36628: Size comparison from 9d60489 to 6277913 Full report (63 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36628: Size comparison from 9d60489 to 1189113 Full report (63 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36628: Size comparison from 9d60489 to 27b60f5 Full report (66 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36628: Size comparison from 9d60489 to a099608 Full report (66 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -319,6 +319,7 @@ sl_status_t sl_wfx_host_reset_chip(void) | |||
*****************************************************************************/ | |||
sl_status_t sl_wfx_host_wait_for_wake_up(void) | |||
{ | |||
xSemaphoreTake(wfx_wakeup_sem, pdMS_TO_TICKS(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.
why was this added ?
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.
I had initially removed this because it seemed like an odd thing to do. After double checking the Si SDK file from which this was created from, that is what the platform do so i added the line back to match.
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.
The changes look fine.
Description
PR upstreams a few updates and fixes for the different silabs Wi-Fi platforms
Tests