summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/pwm_led.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-1/+0
* zephyr/shim: Sort header filesJeremy Bettis2022-11-161-0/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: shim: use DT_FOREACH_CHILD_STATUS_OKAY_SEP where applicableFabio Baltieri2022-09-091-3/+2
* zephyr: shim: led: Add led pwm period checksMadhurima Paruchuri2022-08-291-1/+19
* zephyr: shim: led: Use 'period' from PWM spec inplace of 'frequency'Madhurima Paruchuri2022-07-281-29/+17
* zephyr/shim/src/pwm_led.c: Format with clang-formatJack Rosenthal2022-06-291-49/+48
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* zephyr: shim: update to the new pwm_set Zephyr APIFabio Baltieri2022-04-291-12/+11
* Revert "zephyr: shim: convert HOOK_INIT to SYS_INIT"Keith Short2022-04-011-5/+2
* zephyr: shim: convert HOOK_INIT to SYS_INITKeith Short2022-03-291-2/+5
* zephyr: pwm_led: check for device ready before using itFabio Baltieri2022-03-081-0/+5
* zephyr: pwm_led: coding style cleanupsFabio Baltieri2022-02-181-15/+16
* zephyr: pwm-leds: convert pwm_led to the Zephyr PWM APIFabio Baltieri2022-02-091-10/+55
* zephyr: shim: handle sidesel in the shim fileFabio Baltieri2021-10-081-0/+44
* zephyr: shim: set supported_led_ids from the device treeFabio Baltieri2021-10-081-1/+12
* zephyr: shim: implement a default led_set_brightnessFabio Baltieri2021-10-061-0/+40
* zephyr: shim: make color-map- properties optionalFabio Baltieri2021-10-061-6/+14
* zephyr: shim: support optional pwm led channelsFabio Baltieri2021-10-061-3/+9
* zephyr: shim: implement a generic led_get_brightness_rangeFabio Baltieri2021-09-221-0/+14
* zephyr: shim: define led_color_map from the devicetreeFabio Baltieri2021-09-221-0/+9
* zephyr: shim: set pwm_led data from device treeFabio Baltieri2021-09-101-0/+37