zephyrproject-rtos / reqmgmt

8 stars 10 forks source link

Add and update Timer requirements #75

Open simhein opened 2 months ago

simhein commented 2 months ago

Add new Timers system requirements. Remove user story from the system requirements.

Add new software timers requirements. Regenerate the software requirements UIDs

simhein commented 2 months ago

I left a couple of comments and suggestions with the proposed changes. There are only a couple of additional things I want to mention here>

1. The function where the application can query the next expiry time in systicks is not covered.

Added.

2. Do we need to specify how users can influence a timer's resolution (in ns/ms/whatever) ?

I think that could be specified but i don't see it here for the feature timer. because it don't give options to influence a timers resolution.

3. For the thread syncing functionality do we need to allow for more than one thread that can synchronize with a given timer?

Yes that is the way it is implemented as far as I see.