diff options
| author | Quentin Schulz <[email protected]> | 2025-11-19 17:43:46 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-05 10:34:52 -0600 |
| commit | c31f51d502af4d9897d4d9e4d0048912f0deff6f (patch) | |
| tree | 3f14c8cf47048a782c4375f4b18ff9f8c435c2d2 /doc/api | |
| parent | abc34fa944aefca393ca30ffc05cb608c3cb7ade (diff) | |
led: remove coloured_LED_init, yellow and blue status LEDs in legacy API
The last user of coloured_LED_init has been recently removed, so we can
remove all places it's called and defined as it does nothing now.
Nobody makes use of the yellow and blue status LEDs from the legacy API,
so let's remove all references to it.
Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/led.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/api/led.rst b/doc/api/led.rst index 2faf6693604..6488416c8b9 100644 --- a/doc/api/led.rst +++ b/doc/api/led.rst @@ -59,7 +59,7 @@ This must be a valid LED number (0-5). CONFIG_STATUS_LED_RED is the red LED. It is used to signal errors. This must be a valid LED number (0-5). Other similar color LED's macros are -CONFIG_STATUS_LED_GREEN, CONFIG_STATUS_LED_YELLOW and CONFIG_STATUS_LED_BLUE. +CONFIG_STATUS_LED_GREEN. General LED functions ~~~~~~~~~~~~~~~~~~~~~ @@ -79,15 +79,10 @@ Colour LED's are at present only used by ARM. The functions names explain their purpose. -- coloured_LED_init - red_LED_on - red_LED_off - green_LED_on - green_LED_off -- yellow_LED_on -- yellow_LED_off -- blue_LED_on -- blue_LED_off These are weakly defined in arch/arm/lib/board.c to noops. Where applicable, define these functions in the board specific source. |
