diff options
author | Peter Maydell | 2021-03-15 17:59:55 +0100 |
---|---|---|
committer | Peter Maydell | 2021-03-15 17:59:55 +0100 |
commit | e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c (patch) | |
tree | 14751fa969950e968a7d409917ad51d4ba5e4c16 /include/hw | |
parent | Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20210314... (diff) | |
parent | target/avr: Fix interrupt execution (diff) | |
download | qemu-e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c.tar.gz qemu-e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c.tar.xz qemu-e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c.zip |
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 'include/hw')
-rw-r--r-- | include/hw/misc/led.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/led.h b/include/hw/misc/led.h index aa359b87c2..29c0879570 100644 --- a/include/hw/misc/led.h +++ b/include/hw/misc/led.h @@ -27,6 +27,7 @@ typedef enum { /* Coarse wavelength range */ LED_COLOR_BLUE, /* 475 nm */ LED_COLOR_CYAN, /* 500 nm */ LED_COLOR_GREEN, /* 535 nm */ + LED_COLOR_YELLOW, /* 567 nm */ LED_COLOR_AMBER, /* 590 nm */ LED_COLOR_ORANGE, /* 615 nm */ LED_COLOR_RED, /* 630 nm */ |