summaryrefslogtreecommitdiff
path: root/samples/microkernel/test/test_timer/src/timer.c
AgeCommit message (Expand)Author
2016-02-11tests: move kernel tests to tests/Anas Nashif
2016-02-05samples: Ensure stacks are properly alignedPeter Mitsis
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-05semaphore: Simplify task_sem_take() API familyPeter Mitsis
2016-02-05samples: Replace task_tick_xxx APIs with sys_tick_xxx APIsPeter Mitsis
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05HACK: include fifo_timeout.c a different wayAndrew Boie
2016-02-05timers: prevent duration of 0 in timer_start/restartBenjamin Walsh
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-05test_timer: test timeouts/timers in microkernelBenjamin Walsh
2016-02-05Eliminate VxMicro branding in main application include fileAllan Stephens
2016-02-05Avoid use of "ukernel" terminology in some sample projectsAllan Stephens
2016-02-05Eliminate obsolete coding convention commentsAllan Stephens
2016-02-05Rework testing of task_timer_alloc()Peter Mitsis
2016-02-05Use CONFIG_NUM_TIMER_PACKETS in microkernel test_timer projectPeter Mitsis
2016-02-05Fix coding style issues.Yonattan Louise
2016-02-05Change _nano_ticks to 64-bitDmitriy Korovkin
2016-02-05Renaming *_node_tick_delta to just *_tick_deltaDan Kalowsky
2016-02-05Renaming *_node_tick_get_32 to *_tick_get_32Dan Kalowsky
2016-02-05add calls to TC_END_RESULT to be consistentDavid Norris
2015-04-10First commitInaky Perez-Gonzalez