Files
zephyr/scripts
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
..
2017-11-24 10:21:53 -05:00
2018-01-11 10:48:03 -05:00
2015-04-10 16:44:37 -07:00
2018-02-06 15:31:16 -08:00
2018-01-10 22:14:53 -05:00
2018-01-10 22:14:53 -05:00
2018-01-10 22:14:53 -05:00
2018-02-06 19:40:42 -05:00