diff options
| author | Quentin Schulz <[email protected]> | 2025-11-19 18:01:13 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-05 13:38:09 -0600 |
| commit | 16415e9563ec04241c58f0a85cd2fc1d89f3033e (patch) | |
| tree | 0d9a1cd594c14ca9e026df106df7c3b9680a655c /doc/api | |
| parent | bb35d28701a3fac735c2dc891643086b80abfab3 (diff) | |
led: remove support for green status led in legacy API
The last user of it was removed in a previous commit so let's remove its
support entirely.
Signed-off-by: Quentin Schulz <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/led.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/api/led.rst b/doc/api/led.rst index 6488416c8b9..6889f487851 100644 --- a/doc/api/led.rst +++ b/doc/api/led.rst @@ -58,8 +58,7 @@ CONFIG_STATUS_LED_BOOT is the LED to light when the board is booting. 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. +a valid LED number (0-5). General LED functions ~~~~~~~~~~~~~~~~~~~~~ @@ -81,8 +80,6 @@ The functions names explain their purpose. - red_LED_on - red_LED_off -- green_LED_on -- green_LED_off These are weakly defined in arch/arm/lib/board.c to noops. Where applicable, define these functions in the board specific source. |
