summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/led_driver/led.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: Add test coverage to get_chipset_stateAl Semjonovs2022-09-011-0/+2
* zephyr: shim: leds: Use 'period' from PWM spec inplace of 'pwm-frequency'Madhurima Paruchuri2022-07-221-3/+1
* zephyr/shim/src/led_driver/led.h: Format with clang-formatJack Rosenthal2022-06-301-17/+15
* zephyr:test: LED driver code coverageAl Semjonovs2022-06-071-0/+5
* zephyr: fix few more legacy #includeFabio Baltieri2022-05-311-2/+2
* zephyr: LED: Use phandles instead of enumsParth Malkan2022-05-191-2/+66
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* zephyr: LED: Enable multi LED supportParth Malkan2022-04-291-9/+15
* zephyr: LED: Generate pins count from each nodeParth Malkan2022-04-271-0/+2
* zephyr: LED: Convert hard-coded led_color enum to use DTstabilize-14682.B-mainParth Malkan2022-04-091-4/+17
* zephyr: LED: Convert brightness range func to use DTParth Malkan2022-04-081-0/+5
* zephyr: LED: Add single PWM LED supportParth Malkan2022-04-051-0/+3
* zephyr: LED: Split GPIO implementationParth Malkan2022-04-021-0/+29