aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/led.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2021-03-15 16:59:55 +0000
committerPeter Maydell <peter.maydell@linaro.org>2021-03-15 16:59:55 +0000
commite7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c (patch)
tree14751fa969950e968a7d409917ad51d4ba5e4c16 /hw/misc/led.c
parent51204c2f188ec1e2a38f14718d38a3772f850a4b (diff)
parent56b90e60c4019b08012bd8bd1459efc00b055577 (diff)
downloadqemu-e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c.zip
qemu-e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c.tar.gz
qemu-e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c.tar.bz2
Merge remote-tracking branch 'remotes/philmd/tags/avr-20210315' into staging
AVR patches queue - Only reset 'interrupt_request' mask once all interrupts executed - Documentation and typo fixes # gpg: Signature made Sun 14 Mar 2021 23:45:34 GMT # gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full] # Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE * remotes/philmd/tags/avr-20210315: target/avr: Fix interrupt execution target/avr: Fix some comment spelling errors hw/avr/arduino: List board schematic links hw/misc/led: Add yellow LED Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc/led.c')
-rw-r--r--hw/misc/led.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/led.c b/hw/misc/led.c
index 5266d02..f552b8b 100644
--- a/hw/misc/led.c
+++ b/hw/misc/led.c
@@ -20,6 +20,7 @@ static const char * const led_color_name[] = {
[LED_COLOR_BLUE] = "blue",
[LED_COLOR_CYAN] = "cyan",
[LED_COLOR_GREEN] = "green",
+ [LED_COLOR_YELLOW] = "yellow",
[LED_COLOR_AMBER] = "amber",
[LED_COLOR_ORANGE] = "orange",
[LED_COLOR_RED] = "red",