summaryrefslogtreecommitdiff
path: root/common/lightbar.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-2068/+0
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* host: Fix task_wait_event() to return TASK_EVENT_TIMEREdward Hill2020-07-131-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* cleanup: update TASK_EVENT_CUSTOM usageJett Rink2019-04-231-11/+10
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* 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