zephyr/lib/cmsis_rtos_v1
Måns Ansgariusson 2f323e65b2 lib: cmsis_rtos: Fix Periodic timer
This commit changes the behaviour of the CMSIS-RTOS periodic timers to
have an initial timeout equal to the periodic timeout instead of
executing the callback function directly when calling the
osTimerStart(...); function.

This behavioural change is according to the CMSIS-RTOS specification.

Signed-off-by: Måns Ansgariusson <Mans.Ansgariusson@AssaAbloy.com>
2020-03-25 09:37:59 -04:00
..
CMakeLists.txt headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmsis_kernel.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmsis_mailq.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmsis_mempool.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmsis_msgq.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmsis_mutex.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmsis_semaphore.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmsis_signal.c kernel/sys_clock.h: Deprecate and convert uses of old conversions 2019-11-08 11:08:58 +01:00
cmsis_thread.c Revert "global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" 2020-03-19 18:45:13 +01:00
cmsis_timer.c lib: cmsis_rtos: Fix Periodic timer 2020-03-25 09:37:59 -04:00
cmsis_wait.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00