summaryrefslogtreecommitdiff
path: root/board/eve/led.c
Commit message (Expand)AuthorAgeFilesLines
* charger: Rename charge_get_state() to led_pwr_get_state()Simon Glass2023-05-111-1/+1
* charger: Rename enum charge_state to led_pwr_stateSimon Glass2023-05-111-1/+1
* board: Sort header filesJeremy Bettis2022-12-011-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* board/eve/led.c: Format with clang-formatJack Rosenthal2022-07-011-51/+50
* eve: Modify LED tables to match updates to specScott Collyer2020-09-041-25/+23
* eve: Modify LED behavior to show double tap patterns when chargingScott Collyer2020-09-031-172/+255
* eve: LED: wait 1 second before starting LED taskDuncan Laurie2020-09-021-0/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* eve: Move enums before declarations in led.cStefan Reinauer2017-07-281-11/+11
* eve: Changes to incoporate gradients to LED transitionsScott Collyer2017-07-151-41/+236
* eve: Minor changes to LED patternsScott Collyer2017-07-111-8/+10
* eve: Check for left/right LED auto controlDuncan Laurie2017-06-271-2/+2
* eve: Make sure both LEDs are updated when charger is connectedScott Collyer2017-06-161-46/+47
* eve: Update LED behavior to match new specScott Collyer2017-06-051-97/+178
* eve: Make ectool LED control interface more intuitiveDuncan Laurie2017-03-131-10/+23
* eve: Fix LED behavior when discharging with full batteryDuncan Laurie2017-03-091-0/+14
* eve: led: Avoid changing pwm with every tickDuncan Laurie2017-03-011-14/+40
* eve: LED changesDuncan Laurie2017-02-071-5/+12
* eve: Add per port control of charge LEDsScott2017-02-031-23/+83
* eve: Add support for 3 color PWM controlled LEDsScott2017-01-311-0/+194