mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 01:21:49 +00:00
Amber: charging Green: fully charged Red: battery error Off: no power adapter connected BUG=chrome-os-partner:62207, b:62307687 CQ-DEPEND=CL:524977 BRANCH=gru TEST=manually on rev0 board Change-Id: I4b1ee85ae65b221f7199bf6cc245668de23546a9 Reviewed-on: https://chromium-review.googlesource.com/442365 Reviewed-by: Shawn N <shawnn@chromium.org> Commit-Queue: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/524980 Commit-Ready: Philip Chen <philipchen@chromium.org> Reviewed-by: Philip Chen <philipchen@chromium.org>
14 lines
354 B
Makefile
14 lines
354 B
Makefile
# -*- makefile -*-
|
|
# Copyright 2016 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
#
|
|
# Board specific files build
|
|
#
|
|
|
|
# the IC is Nuvoton M-Series EC (npcx5m5g, npcx5m6g)
|
|
CHIP:=npcx
|
|
CHIP_VARIANT:=npcx5m5g
|
|
|
|
board-y=battery.o board.o usb_pd_policy.o led.o
|