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
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