
26 Sep
2024
26 Sep
'24
11:33 p.m.
On Sat, 21 Sept 2024 at 00:52, Christian Marangi ansuelsmth@gmail.com wrote:
Introduce simple led.rst documentation to document all the additional Kconfig and the current limitation of LED_BLINK and GPIO software blink.
Also add missing definition for sw_blink in led_uc_plat struct.
Signed-off-by: Christian Marangi ansuelsmth@gmail.com
doc/api/index.rst | 1 + doc/api/led.rst | 10 ++++++++++ include/led.h | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 doc/api/led.rst
Reviewed-by: Simon Glass sjg@chromium.org