summaryrefslogtreecommitdiff
path: root/samples/microkernel/test/test_sema/src/main.c
AgeCommit message (Expand)Author
2016-02-11tests: move kernel tests to tests/Anas Nashif
2016-02-05semgroup: Simplify task_sem_group_take() API familyPeter Mitsis
2016-02-05irq_offload: API to run a function in IRQ contextAndrew Boie
2016-02-05kernel: Eliminate the need for command packet setsAllan Stephens
2016-02-05use zephyr.h instead of microkernel/nanokernel.hAnas Nashif
2016-02-05microkernel: Don't initialize packets in a command packet setAllan Stephens
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05test_sema: fix initialization raceAndrew Boie
2016-02-05samples/microkernel: add test for private semaphoresDaniel Leung
2016-02-05Remove trailing semicolon in definition of CMD_PKT_SET_INSTANCE()Allan Stephens
2016-02-05doxygen: add @brief and capitalizeAnas Nashif
2016-02-05doxygen: RETURNS: -> @returnAnas Nashif
2016-02-05doxygen: \param -> @paramAnas 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 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-05add calls to TC_END_RESULT to be consistentDavid Norris
2016-02-05Fix function declarations on samplesYonattan Louise
2015-04-10First commitInaky Perez-Gonzalez