summaryrefslogtreecommitdiff
path: root/include/led_pwm.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: shim: led: Use 'period' from PWM spec inplace of 'frequency'Madhurima Paruchuri2022-07-281-12/+4
* zephyr: fix last missing zephyr/ include pathsFabio Baltieri2022-05-161-1/+1
* zephyr: shim: update to the new pwm_set Zephyr APIFabio Baltieri2022-04-291-1/+1
* zephyr: shim: drop the shim PWM codeFabio Baltieri2022-04-141-1/+0
* zephyr: pwm-leds: convert pwm_led to the Zephyr PWM APIFabio Baltieri2022-02-091-0/+21
* led_pwm: move enum casting in the PWM_LED_NO_CHANNEL definitionFabio Baltieri2022-02-081-1/+1
* led_pwm: split color map on a separate structureFabio Baltieri2021-09-211-1/+7
* zephyr: Add PWM LED supportKeith Short2021-02-011-0/+4
* led_pwm: support different pwm modulesTing Shen2019-12-271-3/+6
* common: Add support for PWM LEDs.Aseda Aboagye2018-02-051-0/+48