zephyr/kernel/nanokernel
Anas Nashif 65febf9417 Revert "nanokernel: Add callback to _nano_timeout"
This reverts commit f4465c651c.

Breaks samples/sensor/bmi160/ in Arduino 101:

ipm_console0: 'IMU: Binding...'
ipm_console0: 'Testing the polling mode.'
ipm_console0: 'Gyro (rad/s): X=-0.006517, Y=0.007581, Z=0.011172'
ipm_console0: 'Acc (m/s^2): X=-2.221632, Y=-4.826304, Z=74.965716'
ipm_console0: 'Temperature (Celsius): 31.661555'
ipm_console0: 'Exception vector: 0x00000003, cause code: 0x00000006, parameter 0x00000000'
ipm_console0: 'Address 0x0074006e'
ipm_console0: 'Fatal fault in ISR ! Spinning...'

Change-Id: I3c38ba4795c9996e42816c0581e249c1b5f70bc2
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-21 18:28:57 -04:00
..
include Revert "nanokernel: Add callback to _nano_timeout" 2016-05-21 18:28:57 -04:00
Kconfig nanokernel: Introduce workqueue API 2016-05-12 15:26:39 +00:00
Makefile nanokernel: Introduce workqueue API 2016-05-12 15:26:39 +00:00
atomic_c.c nanokernel: move C atomic operations to centralized code 2016-04-27 21:40:19 +00:00
compiler_stack_protect.c remove redundant checking for CONFIG_STACK_CANARIES 2016-02-11 18:48:45 +00:00
device.c device: add documentation for device_get_binding 2016-05-12 10:57:27 +00:00
errno.c errno: implement _get_errno() in common code 2016-05-04 17:04:14 +00:00
event_logger.c
idle.c kernel: Combine nano_timers and nano_timeouts 2016-03-26 09:20:10 +00:00
int_latency_bench.c
kernel_event_logger.c kernel event profiler: add dynamic enable/disable/configure 2016-05-12 02:19:19 +00:00
nano_context.c nanokernel: tighten _is_thread_essential() 2016-05-03 17:42:54 +00:00
nano_fiber.c kernel: Init back pointer to microkernel task 2016-05-04 22:51:33 +00:00
nano_fifo.c nanokernel: Fix nanokernel object timeout recalculation 2016-05-04 22:51:35 +00:00
nano_init.c kernel: _MOVE_INSTR needs to be defined for CONFIG_ARC 2016-05-05 00:06:03 -07:00
nano_lifo.c nanokernel: Fix nanokernel object timeout recalculation 2016-05-04 22:51:35 +00:00
nano_sema.c nanokernel: Fix nanokernel object timeout recalculation 2016-05-04 22:51:35 +00:00
nano_sleep.c nanokernel: Fix nanokernel object timeout recalculation 2016-05-04 22:51:35 +00:00
nano_stack.c debug: adds object tracing capability to nano stack 2016-03-11 22:12:26 +00:00
nano_sys_clock.c kernel: Combine nano_timers and nano_timeouts 2016-03-26 09:20:10 +00:00
nano_timer.c kernel: add _IS_IDLE_TASK() 2016-05-11 20:22:24 +00:00
nano_work.c nanokernel: Introduce workqueue API 2016-05-12 15:26:39 +00:00
ring_buffer.c
version.c