summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/led_driver/led_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr/shim/src/led_driver/led_gpio.c: Format with clang-formatJack Rosenthal2022-06-281-27/+19
* zephyr:test: LED driver code coverageAl Semjonovs2022-06-071-0/+19
* zephyr: LED: Use phandles instead of enumsParth Malkan2022-05-191-48/+35
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-3/+3
* zephyr: LED: Enable multi LED supportParth Malkan2022-04-291-6/+8
* zephyr: LED: Generate pins count from each nodeParth Malkan2022-04-271-6/+13
* zephyr: LED: Remove hard-coded supported_led_id arrayParth Malkan2022-04-151-0/+21
* zephyr: LED: Convert hard-coded led_color enum to use DTstabilize-14682.B-mainParth Malkan2022-04-091-1/+0
* zephyr: LED: Convert brightness range func to use DTParth Malkan2022-04-081-1/+39
* zephyr: LED: Add single PWM LED supportParth Malkan2022-04-051-0/+3
* zephyr: LED: Update gpio led node definesParth Malkan2022-04-051-1/+1
* zephyr: LED: Split GPIO implementationParth Malkan2022-04-021-0/+74