Skip to content

Commit

Permalink
Refactors needed for M4 power save on SiWx917 (#177)
Browse files Browse the repository at this point in the history
* sleepy fixes for 917 soc

* Fix alarm configuration for boundary alarms

* Add constant for number of milliseconds in a second

* Fix wakeup source configuration in sl_si91x_m4_ps.c

* Remove sl_si91x_m4_ps files

---------

Co-authored-by: chbansal <[email protected]>
  • Loading branch information
2 people authored and mkardous-silabs committed Apr 29, 2024
1 parent dbd0085 commit 1641d41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 400 deletions.
4 changes: 2 additions & 2 deletions matter/si91x/siwx917/BRD4338A/autogen/sl_event_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ void sl_platform_init(void) {
sli_si91x_platform_init();
RSI_Board_Init();
DEBUGINIT();
#if SL_ICD_ENABLED && !(defined(DISPLAY_ENABLED))
#if SL_ICD_ENABLED
sl_si91x_hardware_setup();
#endif // SL_ICD_ENABLED && !(defined(DISPLAY_ENABLED)
#endif // SL_ICD_ENABLED
osKernelInitialize();
}

Expand Down
68 changes: 0 additions & 68 deletions matter/si91x/siwx917/BRD4338A/support/inc/sl_si91x_m4_ps.h

This file was deleted.

Loading

0 comments on commit 1641d41

Please sign in to comment.