Timeline for scheduling time in AVR
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 8, 2018 at 23:05 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 4, 2018 at 6:15 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Feb 24, 2018 at 23:30 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jan 25, 2018 at 1:21 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 24, 2017 at 22:28 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jul 6, 2017 at 7:17 | comment | added | Ali | There are two classes of scheduler: 1. cooperative. each 'task' runs to completion when it relinquishes the cpu. the scheduler then initiates the next task on the basis of some priority scheme. 2. pre-emptive multi-tasking/threading. each task runs until something causes it to be pre-empted by another task. the pre-emption could be on the basis of priority, cpu usage, entering an event wait state, etc. | |
| Jul 6, 2017 at 6:44 | comment | added | Ali | because the scheduler just want to Set / Reset / Toggle a Relay(nothing more) I think must doing in cooperative way. | |
| Jul 5, 2017 at 19:36 | comment | added | Chris Knudsen | Look into the construction of a "Scheduler". I think that there are two main varieties: cooperative, and pre-emptive. You must decide which strategy works best for you, and then find a good example to start from. Once you have the framework in place, it becomes very straight-forward. | |
| Jul 5, 2017 at 17:27 | vote | accept | Ali | ||
| Jul 5, 2017 at 17:27 | |||||
| Jul 5, 2017 at 16:51 | answer | added | dannyf | timeline score: -1 | |
| Jul 5, 2017 at 16:36 | history | asked | Ali | CC BY-SA 3.0 |