Re: [PATCH v5 05/11] led: implement LED activity API

2024-10-02 Thread Simon Glass
On Tue, 1 Oct 2024 at 06:25, Christian Marangi wrote: > > Implement LED activity API similar to BOOT LED API. > > Usual activity might be a file transfer with TFTP, a flash write... > > User of this API will call led_activity_on/off/blink() to signal these > kind of activity. > > New Kconfig is im

[PATCH v5 05/11] led: implement LED activity API

2024-10-01 Thread Christian Marangi
Implement LED activity API similar to BOOT LED API. Usual activity might be a file transfer with TFTP, a flash write... User of this API will call led_activity_on/off/blink() to signal these kind of activity. New Kconfig is implemented similar to BOOT LED, LED_ACTIVITY to enable support for it.