-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Platform: nativePlatform: This PR/issue effects the native platformPlatform: This PR/issue effects the native platformType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Description
If pm_layered is used, ztimer won't wake up the thread on native.
Steps to reproduce the issue
For examples/timer_periodic_wakeup, add following line to the Makefile:
USEMODULE += pm_layeredExpected results
Ztimer wakeups should work.
Actual results
Running make term will block forever:
2024-12-13 16:09:26,130 # RIOT native interrupts/signals initialized.
2024-12-13 16:09:26,131 # RIOT native board initialized.
2024-12-13 16:09:26,131 # RIOT native hardware initialization complete.
2024-12-13 16:09:26,131 #
2024-12-13 16:09:26,131 # main(): This is RIOT! (Version: 2025.01-devel-63-gc9dff-HEAD)
Metadata
Metadata
Assignees
Labels
Platform: nativePlatform: This PR/issue effects the native platformPlatform: This PR/issue effects the native platformType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)