summaryrefslogtreecommitdiff
path: root/common/lightbar.c
Commit message (Expand)AuthorAgeFilesLines
* ec: Make it possible to build tests using clangNicolas Boichat2018-06-281-15/+8
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* charger: Change unlocked battery level ignore conditionsShawn Nematbakhsh2016-01-061-1/+1
* common: lightbar: update leds when neededGwendal Grignou2015-11-131-23/+32
* common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2015-10-231-16/+29
* common: Add lightbar dimming based on outside light.Gwendal Grignou2015-10-201-7/+35
* lightbar: define primary colorsGwendal Grignou2015-10-201-9/+18
* lightbar: on tap sequence, only get battery percentage onceAlec Berg2015-10-061-11/+11
* lightbar: fix battery level hysteresis bugAlec Berg2015-10-061-5/+3
* lightbar: clear all segments before starting tap for batteryAlec Berg2015-09-251-0/+3
* ryu: fix max lightbar brightnessAlec Berg2015-09-251-4/+4
* common: lightbar: put multiple commands under i2c_lockGwendal Grignou2015-09-191-8/+6
* ryu: re-calibrate lightbar colors for device.Todd Broch2015-08-211-0/+7
* ec: Created lightbar params v2Aseda Aboagye2015-03-311-1/+100
* lightbar: clear all segments first before starting konami seqAlec Berg2015-03-061-0/+3
* samus: change tap for battery to not show dimmed last segmentAlec Berg2015-03-061-1/+13
* lightbar: make tap red threshold match low battery thresholdAlec Berg2015-02-251-2/+3
* samus: fix lightbar tap sequence doesn't always show on AC eventAlec Berg2015-02-041-1/+1
* samus: lightbar: Set tap for battery red threshold to match kernelAlec Berg2015-01-211-1/+1
* lightbar: Don't let EC control suspend/resume sequenceEric Caruso2015-01-101-2/+19
* lightbar: Pulse lightbar in S5 if power-up is inhibitedShawn Nematbakhsh2015-01-061-4/+74
* samus: when battery is full, and not in S0, stop chargingAlec Berg2015-01-031-4/+9
* lightbar: ask the PD MCU for the charge directionBill Richardson2014-12-111-5/+15
* lightbar: tap sequence can go in either directionBill Richardson2014-11-261-4/+22
* Clean up lightbar sequencing a bitBill Richardson2014-11-261-20/+39
* Improve EC console messages for lightbar stuffBill Richardson2014-11-211-12/+14
* Re-Calibrated lightbar values for Samus & RyuBill Richardson2014-11-061-4/+4
* Calibrated lightbar values for Samus & RyuBill Richardson2014-10-221-4/+11
* lightbar: interpreter additions to encode other patternsEric Caruso2014-10-151-42/+158
* lightbar: bring the TAP sequence in graduallyBill Richardson2014-10-151-2/+16
* lightbar: Rename structs and macros for kernel cros_ec_commandsEric Caruso2014-10-091-4/+6
* Remove PULSE and TEST sequences from lightbar moduleVic Yang2014-10-081-70/+0
* lightbar: refactoring RAMP_ONCE and CYCLE_ONCEEric Caruso2014-10-041-40/+31
* Remove 'param' option in lightbar console commandVic Yang2014-10-021-69/+0
* lightbar: hide program command over consoleEric Caruso2014-10-011-5/+4
* lightbar: Removing unused space in ramp tableEric Caruso2014-10-011-1/+1
* lightbar: simplify JUMP, SET_DELAY_TIME opcode executionEric Caruso2014-10-011-12/+2
* lightbar: treat HALT like a normal opcodeEric Caruso2014-10-011-7/+11
* lightbar: remove erroneous multiplications by FP_SCALEEric Caruso2014-09-301-2/+2
* lightbar: shrink size of sine table for rampingEric Caruso2014-09-301-28/+19
* Add compiler/decompiler for lightbar bytecode programs.Bill Richardson2014-09-301-28/+6
* Fix floating point usage in lightbar moduleVic Yang2014-09-271-4/+4
* Add demo_tap() function for lightbar demo modeBill Richardson2014-09-261-2/+10
* lightbar: add seq type PROGRAM for user-programmable sequencesEric Caruso2014-09-251-0/+374
* lightbar: show google colors in S0 (red for low battery)Bill Richardson2014-09-251-0/+54
* Remove floating point usage in lightbar codeVic Yang2014-09-231-84/+96
* lightbar: Enable tap-for-battery even in G3Bill Richardson2014-08-221-6/+14
* lightbar: correctly revert to the S0/S3/S5 patternsBill Richardson2014-08-201-25/+45
* Add display-battery-level function to lightbarBill Richardson2014-06-071-51/+186
* Add cprints() and ccprints()Vic Yang2014-05-211-18/+18