Skip to content
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

[SiWx917] Adding the sleepy support for 917 SoC #164

Merged
merged 5 commits into from
Jan 8, 2024

Conversation

chirag-silabs
Copy link
Collaborator

@chirag-silabs chirag-silabs commented Jan 8, 2024

Problem / Feature

What is being fixed? What is the feature being added? Examples:
Enabling Sleepy on 917 SoC

Change overview

  • Adding the hardware setup call, which powers down the peripherals once sleep is called.
  • Borrowing the sleep file for the WiFi SDK which should be fixed in the next release of the wifi sdk.
  1. Delay present after sleep which is not needed.
    https://github.com/SiliconLabs/wiseconnect/blob/master/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/sl_si91x_m4_ps.c#L344

  2. Conflicting of IRQ021 handler since it is already added when btn drivers are added
    https://github.com/SiliconLabs/wiseconnect/blob/master/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/src/sl_si91x_m4_ps.c#L113-L118

Testing

Tested manually

Restyled by clang-format

Co-authored-by: Restyled.io <[email protected]>
Restyled by clang-format

Co-authored-by: Restyled.io <[email protected]>
@jmartinez-silabs jmartinez-silabs merged commit 73fcd8b into main Jan 8, 2024
2 checks passed
@jmartinez-silabs jmartinez-silabs deleted the feature/sleepy_support_on_917_soc branch January 8, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants