zephyr/include
Daniel Leung 699564c69c microkernel: fix build issue when CONFIG_TASK_MONITOR=y
Note that the A->Comm is a pointer to the microkernel functions,
and thus is highly probable that the high 8-bit is occupied.
Therefore adds a new field in the monitor struct to store the pointer.

Change-Id: I7bcb34108c89a97cc38b2ac411ae4139b62786f3
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:25:12 -05:00
..
arch Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
bluetooth Bluetooth: GATT: Correct GATT Discovery related comment 2016-02-05 20:25:10 -05:00
display
drivers iamcu: Fix loapic_mkstub macro to pass isr context value correctly 2016-02-05 20:25:06 -05:00
microkernel microkernel: fix build issue when CONFIG_TASK_MONITOR=y 2016-02-05 20:25:12 -05:00
misc drivers/console: shell: Add custom prompt callback support 2016-02-05 20:24:58 -05:00
net net: buf: Enable IP and L2 buf debugging properly 2016-02-05 20:24:59 -05:00
toolchain fixed check for clang compiler 2016-02-05 20:25:04 -05:00
adc.h doxygen: define groups for drivers 2016-02-05 20:24:36 -05:00
aio_comparator.h aio: introduce DesignWare AIO/Comparator driver 2016-02-05 20:24:48 -05:00
atomic.h
cache.h x86: CLFLUSH and cache line size detection 2016-02-05 20:24:41 -05:00
clock_control.h clock: add Quark SE clock control 2016-02-05 20:24:48 -05:00
device.h semaphore: Simplify task_sem_take() API family 2016-02-05 20:25:05 -05:00
gpio.h doxygen: define groups for drivers 2016-02-05 20:24:36 -05:00
i2c.h i2c: Remove all polling based functions 2016-02-05 20:25:03 -05:00
init.h devices: _PASTE macro relocated from init.h to common.h 2016-02-05 20:24:56 -05:00
ipm.h ipi: rename to ipm 2016-02-05 20:25:04 -05:00
irq_offload.h irq_offload: API to run a function in IRQ context 2016-02-05 20:24:55 -05:00
kernel_version.h
linker-defs.h init: Add protection against incorrect levels or priorities 2016-02-05 20:24:54 -05:00
linker-tool-gcc.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
linker-tool.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
microkernel.h
nanokernel.h nanokernel: Expose publicly nano_timer_wait 2016-02-05 20:25:04 -05:00
pinmux.h pinmux: adding pullup and input enable functions 2016-02-05 20:25:10 -05:00
pwm.h doxygen: define groups for drivers 2016-02-05 20:24:36 -05:00
rtc.h rtc: Make the API ready for multiple RTC instances 2016-02-05 20:24:58 -05:00
section_tags.h
sections.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
shared_irq.h
spi.h spi: Add static keyword to spi_slave_select() 2016-02-05 20:24:37 -05:00
sw_isr_table.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
sys_clock.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
sys_io.h sys_io: include nanokernel.h 2016-02-05 20:24:42 -05:00
toolchain.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
uart.h uart: fix compilation error when interrupt is enabled 2016-02-05 20:24:57 -05:00
watchdog.h watchdog: Make the API ready for multiple WDT instances 2016-02-05 20:24:58 -05:00
zephyr.h