zephyr/tests/kernel/test_timer
Andy Ross 8d8b2acb26 k_timer: Don't allocate dynamic timers by default
Most apps run fine with static k_timer objects.  Don't pay the cost
for the timer pool if no one asks for it.

Also turn off the allocate/free API in the header if it can't possibly
work at runtime as it's an obviously-detectable error that would
otherwise be visible only at runtime.

Change-Id: I492e6e01c4213e3544f707247eea6e4bc601fefd
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2016-09-23 18:25:37 +00:00
..
microkernel k_timer: Don't allocate dynamic timers by default 2016-09-23 18:25:37 +00:00
nanokernel unified/tests: tag working some tests kernel as 'unified_capable' 2016-09-13 17:12:55 -04:00