zephyr/kernel/microkernel
Dmitriy Korovkin 28af7ae1d1 Fix microkernel "unaligned write" exception problem on ARM
Fix the structure members alignment to avoid problems
when GCC allocates 1 byte for a member of enum type.

Change-Id: I9f28c72d2e5359216ada921d4d5ce32d55cbdd45
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-02-05 20:14:42 -05:00
..
include Fix microkernel "unaligned write" exception problem on ARM 2016-02-05 20:14:42 -05:00
k_command_packet.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_event.c Doxygen: microkernel: Move event documentation from c to .h file 2016-02-05 20:14:39 -05:00
k_fifo.c Doxygen: Move the microkernel FIFO APIs comments to the .h file. 2016-02-05 20:14:38 -05:00
k_idle.c Remove obsolete kernel references to BSP 2016-02-05 20:14:39 -05:00
k_init.c Microkernel timer uses new driver initialization 2016-02-05 20:14:37 -05:00
k_irq.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_mailbox.c doxygen: move mailbox comments to header file 2016-02-05 20:14:37 -05:00
k_memory_map.c doxygen: memory_map: update in-code documentation 2016-02-05 20:14:38 -05:00
k_memory_pool.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_move_data.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_mutex.c doxygen: mutex: update in-code documentation 2016-02-05 20:14:37 -05:00
k_nop.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_offload.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_pipe_buffer.c pipe: Fix stray reference to ChBuff 2016-02-05 20:14:38 -05:00
k_pipe_get.c Rename ChRef union and its fields 2016-02-05 20:14:37 -05:00
k_pipe_put.c Rename ChRef union and its fields 2016-02-05 20:14:37 -05:00
k_pipe_util.c Revise 'channel' comments in microkernel's pipe code 2016-02-05 20:14:37 -05:00
k_pipe_xfer.c pipe: Fix stray reference to K_ProcWR() 2016-02-05 20:14:38 -05:00
k_pipe.c Rename ChRef union and its fields 2016-02-05 20:14:37 -05:00
k_semaphore.c Doxygen: Microkernel semaphore APIs comments to header files. 2016-02-05 20:14:38 -05:00
k_server.c Revise misleading 'channel' references in microkernel server code 2016-02-05 20:14:37 -05:00
k_task_monitor.c Rename microkernel's minik.h to micro_private.h 2016-02-05 20:14:26 -05:00
k_task.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_ticker.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_timer.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
Kconfig Remove obsolete kernel references to BSP 2016-02-05 20:14:39 -05:00
Makefile