Skip to content

[FEATURE] Implement multiple rtc alarms #375

@collinc04

Description

@collinc04

Short summary

Design some kind of data structure to hold alarms in and retrieve them when they are needed so that we can queue multiple alarms

Motivation and user story

This will make using alarms much easier for end users and will allow multiple processes to be scheduled

Proposed implementation

Use some sort of min list to keep track of alarms based off of time and when the current alarm on the hardware is triggered replace it with the alarm that is going to happen next

Should look over the RTC manager component and zephyr API before tackling this problem

Priority

Low

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions