| commit | ff2e9b5836c561e56a1e5f86e09f03c0bbcc1724 | [log] [tgz] |
|---|---|---|
| author | S Mohamed Fiaz <Fiaz.Mohamed@silabs.com> | Mon Oct 27 15:12:32 2025 +0530 |
| committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Oct 29 11:47:10 2025 +0000 |
| tree | 1ddaebe310310b202aebe32d38f804001dca07c8 | |
| parent | 67bc635f628f94a2d4a320f436f6d9415f96bfb6 [diff] |
modules: wiseconnect: kernel sleeptimer bug fix siwx91x The fix resolves the drift test failure as part of kernel timer behaviour and timer api test suite. Moved sleeptimer-related source files to RAM using zephyr_code_relocate when CONFIG_SILABS_SISDK_SLEEPTIMER is enabled, and removed duplicate listing from PMGR backend.Updated Kconfig to select SRAM_VECTOR_TABLE and CODE_DATA_RELOCATION_SRAM for the sleeptimer service. Signed-off-by: S Mohamed Fiaz <Fiaz.Mohamed@silabs.com>