Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-30 | Rework assertive functions | Richard Braun | |
Instead of combining assertions and checking into single functions, rework those into pure checking functions usable with assert(). Those functions were introduced because of warnings about unused functions/variables caused by an earlier implementation of assert(). | |||
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2018-01-16 | Clean up init op dependencies between syscnt and mutex | Richard Braun | |
2017-08-31 | Add debugging code to the mutex modules | Richard Braun | |
2017-08-27 | kern/rtmutex: implement timed waits | Richard Braun | |
2017-07-21 | Rework mutex implementation selection | Agustina Arzille | |