commit | 353deb917e86bb149337229601804381465647c3 | [log] [tgz] |
---|---|---|
author | Michael Polyntsov <michael.polyntsov@iopsys.eu> | Fri Jul 19 13:12:12 2024 +0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 30 12:35:23 2024 -0600 |
tree | a7d3ee88851b7f242eb24dedfe2115e5fe7a395b | |
parent | 8224f16d19671bb7936dadaaa065402ffddfb37f [diff] |
led: Implement software led blinking If hardware (or driver) doesn't support leds blinking, it's now possible to use software implementation of blinking instead. This relies on cyclic functions. Signed-off-by: Michael Polyntsov <michael.polyntsov@iopsys.eu> Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> Reviewed-by: Simon Glass <sjg@chromium.org>