Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-22 | Add a log print function type for information reporting | Richard Braun | |
This type allows the use of either printf-based or log-based functions when reporting information. | |||
2018-04-24 | Fix missing kern/syscnt.h inclusions | Richard Braun | |
2018-02-12 | test: define test_setup as an __init function | Richard Braun | |
2018-01-07 | kern/Kconfig: new MUTEX_DEBUG option | Richard Braun | |
2017-09-21 | New build system | Richard Braun | |
The new build system, called xbuild, is a minimalistic kbuild-like make-based build system, also using kconfig for scalable configurations. | |||
2017-09-06 | test/test_mutex: minor change | Richard Braun | |
Add a macro expanding to the required number of processors. | |||
2017-08-31 | test/test_mutex: new module | Richard Braun | |