zephyr/drivers/pwm
Andrew Boie 8345e5ebf0 syscalls: remove policy from handler checks
The various macros to do checks in system call handlers all
implictly would generate a kernel oops if a check failed.
This is undesirable for a few reasons:

* System call handlers that acquire resources in the handler
  have no good recourse for cleanup if a check fails.
* In some cases we may want to propagate a return value back
  to the caller instead of just killing the calling thread,
  even though the base API doesn't do these checks.

These macros now all return a value, if nonzero is returned
the check failed. K_OOPS() now wraps these calls to generate
a kernel oops.

At the moment, the policy for all APIs has not changed. They
still all oops upon a failed check/

The macros now use the Z_ notation for private APIs.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-17 23:34:03 +03:00
..
CMakeLists.txt drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. 2018-05-15 17:48:18 +03:00
Kconfig drivers: pwm: Add PWM LED driver for ESP32 2018-02-23 13:13:12 -05:00
Kconfig.dw license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.esp32 drivers: pwm: Add PWM LED driver for ESP32 2018-02-23 13:13:12 -05:00
Kconfig.mcux_ftm mcux: nxp_kinetis: Move HAS_FTM config to ext 2017-09-25 12:31:59 -05:00
Kconfig.nrf5_sw arch: arm: nrf: Rename nrf5 SoC Family to nrf 2018-03-20 11:57:14 +01:00
Kconfig.pca9685 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.qmsi kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.stm32 drivers: pwm: stm32: use Kconfig to select HAL/LL sources 2018-01-23 08:46:16 -06:00
pwm_dw.c drivers: pwm: remove deprecated PWM API usage. 2017-05-19 18:38:01 -04:00
pwm_handlers.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
pwm_led_esp32.c drivers: pwm: Add PWM LED driver for ESP32 2018-02-23 13:13:12 -05:00
pwm_mcux_ftm.c pwm: Introduce new mcux ftm shim driver 2017-08-09 18:13:29 -04:00
pwm_nrf5_sw.c pwm: nrf5_sw: Fix configuration for nRF51 2018-02-08 11:21:51 +02:00
pwm_pca9685.c drivers: pwm: remove deprecated PWM API usage. 2017-05-19 18:38:01 -04:00
pwm_pca9685.h drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
pwm_qmsi.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
pwm_stm32.c pwm: stm32: fix off-by-one on PWM period 2018-05-17 13:07:43 -05:00
pwm_stm32.h stm32: clean up after completion of transition to ll Clock control 2017-06-02 14:11:13 -04:00