OpenDevicePartnership / OpenDevicePartnership/embedded-services
TAD: Make supported alarms configurable
@williampMSFT is already working on this.
Since Jan 27, 2026.
- Dominant language
- Rust
- Stars
- 23
- Forks
- 53
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 13
Description
Currently the time-alarm device is hardcoded to have a particular capability mask (which timers are supported, whether or not millisecond-resolution clocks are supported, etc). Ideally this would be configurable, but that configurability has a couple dependencies, so we need to circle back on that once those dependencies are implemented.
Requires #687 to allow the logic of which tasks to start to be pushed into the TAD module
Requires #689 to allow checking which power sources are present on the system to validate the user-requested config
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.