sof/tools/logger
Bartosz Kokoszko 648345065a scheduler: add new generic scheduler api
This commit:
1. Renames specific schedulers:
	- schedule (.c/.h) -> edf_schedule (.c/.h)
	- work (.c/.h) -> ll_schedule (.c/.h)
2. Implements new generic scheduler api based on generic
   struct with scheduler ops. Every specific
   scheduler exports struct with pointers to its
   specific functions.
3. Makes edf and ll using generic api (exports structure
   with pointers to its own specific functions)
4. Updates host and pipeline tests due to scheduler
   changes.

Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
2019-03-19 14:37:15 +00:00
..
CMakeLists.txt cmake: tools: install targets 2019-02-14 18:00:26 +00:00
convert.c scheduler: add new generic scheduler api 2019-03-19 14:37:15 +00:00
convert.h logger: support reading from a serial port 2019-01-11 11:44:21 +00:00
logger.c logger: improve some error messages. 2019-02-01 16:17:07 +00:00