zephyr/drivers/rtc
Jithu Joseph f271d7dd3e qmsi: rtc: Use locking to guard critical section
Guard critical section of the driver API, so that
multiple simultaneous calls from tasks/fibers wont
corrupt the driver state.

The locking mechanism is by default disabled in the
build. To enable it, the following flag needs to be defined:

CONFIG_RTC_QMSI_API_REENTRANCY

Jira: ZEP-412

Change-Id: I430ebc07bf3277e5a5961cb6278c5500cd1e139b
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
2016-07-27 22:17:20 +00:00
..
Kconfig qmsi: rtc: Use locking to guard critical section 2016-07-27 22:17:20 +00:00
Makefile qmsi: rtc: use built-in qmsi driver 2016-04-22 20:46:28 -04:00
rtc_qmsi.c qmsi: rtc: Use locking to guard critical section 2016-07-27 22:17:20 +00:00