zephyr/drivers/counter
Leandro Pereira c200367b68 drivers: Perform a runtime check if a driver is capable of an operation
Driver APIs might not implement all operations, making it possible for
a user thread to get the kernel to execute a function at 0x00000000.

Perform runtime checks in all the driver handlers, checking if they're
capable of performing the requested operation.

Fixes #6907.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-04-26 02:57:12 +05:30
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
counter_dtmr_cmsdk_apb.c
counter_handlers.c drivers: Perform a runtime check if a driver is capable of an operation 2018-04-26 02:57:12 +05:30
counter_qmsi_aon.c
counter_qmsi_aonpt.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
counter_tmr_cmsdk_apb.c
dualtimer_cmsdk_apb.h
Kconfig
Kconfig.dtmr_cmsdk_apb
Kconfig.qmsi
Kconfig.tmr_cmsdk_apb
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c
timer_tmr_cmsdk_apb.c