summaryrefslogtreecommitdiff
path: root/board/felwinter/led.c
Commit message (Collapse)AuthorAgeFilesLines
* Felwinter: modified power and battery LED behaviorJosh Tsai2021-09-091-68/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Power LED (DC/AC): S0: Solid White S3: Blinking White, 1s on / 3s off S5: LED off Battery LED: Charging (0%-94%): Amber Full charged: White Discharging: LED off Battery Error (S0): Blinking Amber, 1s on / 1s off Battery Error (S0ix/S5): LED off Battery Low (S0): Blinking Amnber, 1s on / 3s off Battery Low (S0ix/S5): LED off BUG=b:197593645 BRANCH=brya TEST=make BOARD=felwinter, test on brya MB Signed-off-by: Josh Tsai <josh_tsai@compal.corp-partner.google.com> Change-Id: I478e5fb5de0f1cf8d71a08a919dcbb248a55f8b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3131956 Reviewed-by: Elmo Lan <elmo_lan@compal.corp-partner.google.com> Reviewed-by: Boris Mittelberg <bmbm@google.com> Commit-Queue: Boris Mittelberg <bmbm@google.com>
* felwinter: Initial EC imageIan Feng2021-08-041-0/+93
Create the initial EC image for the felwinter variant by copying the brya reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.5.0). BUG=b:194431541 BRANCH=None TEST=make BOARD=felwinter Signed-off-by: Ian Feng <ian_feng@compal.corp-partner.google.com> Change-Id: I187084b4749cd0c6660b292aa17e67885ba8903b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3068487 Reviewed-by: YH Lin <yueherngl@chromium.org> Reviewed-by: Boris Mittelberg <bmbm@google.com>