summaryrefslogtreecommitdiff
path: root/samples/microkernel/apps/philosophers/src/phil_fiber.c
AgeCommit message (Expand)Author
2016-02-11move sample apps to top level directory under samples/Anas Nashif
2016-02-05nano_timers: Simplify nano_xxx_timer_test() API familyPeter Mitsis
2016-02-05nano_sema: Simplify nano_xxx_sem_take() API familyPeter Mitsis
2016-02-05mutex: Simplify task_mutex_lock() API familyPeter Mitsis
2016-02-05samples: Replace task_tick_xxx APIs with sys_tick_xxx APIsPeter Mitsis
2016-02-05nanokernel: Rename nano_tick_xxx APIsPeter Mitsis
2016-02-05use zephyr.h instead of microkernel/nanokernel.hAnas Nashif
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05doxygen: add @brief and capitalizeAnas Nashif
2016-02-05doxygen: RETURNS: -> @returnAnas Nashif
2016-02-05doxygen: change comment style to match javadocAnas Nashif
2016-02-05Eliminate VxMicro branding in main application include fileAllan Stephens
2016-02-05Eliminate obsolete coding convention commentsAllan Stephens
2016-02-05Renaming include/nanokernel to include/archDan Kalowsky
2016-02-05Fix checkpatch issue - ERROR:ELSE_AFTER_BRACEYonattan Louise
2016-02-05Fix coding style issues.Yonattan Louise
2016-02-05Fix checkpatch issue - WARNING:SPACINGYonattan Louise
2016-02-05Fix checkpatch issue - WARNING:SPACINGYonattan Louise
2016-02-05Fix checkpatch issue - ERROR:OPEN_BRACEYonattan Louise
2016-02-05Renaming *_node_tick_get_32 to *_tick_get_32Dan Kalowsky
2016-02-05Fix checkpatch issue - WARNING:LINE_SPACINGYonattan Louise
2016-02-05Fix spaces after #ifdefYonattan Louise
2015-04-10First commitInaky Perez-Gonzalez