zephyr/kernel
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
..
configs unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
microkernel microkernel: remove deprecated task IRQs 2016-09-06 16:15:59 +00:00
nanokernel power_mgmt: Update Power Management device driver API 2016-09-22 00:23:43 +00:00
unified k_timer: Don't allocate dynamic timers by default 2016-09-23 18:25:37 +00:00
Kconfig unified/build: allow building the unified kernel 2016-09-13 17:12:55 -04:00
Makefile unified/build: allow building the unified kernel 2016-09-13 17:12:55 -04:00