summaryrefslogtreecommitdiff
path: root/chip/stm32/power_led.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Remove obsolete board-specific codeRandall Spangler2015-06-101-5/+0
* Rename mixed-case config constantsRandall Spangler2013-12-161-1/+1
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* Refactor PWM moduleVic Yang2013-08-271-82/+9
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-2/+5
* snow: Snow is the exception for power LED settingsRandall Spangler2013-07-081-14/+14
* ec: Add Puppy support to generic/common filesYen Lin2013-07-031-3/+3
* pit: Clean up timer init codeRandall Spangler2013-06-261-19/+20
* pit: Support changing EC clock frequencyRandall Spangler2013-06-251-5/+17
* Fix typo in power_led.cRandall Spangler2013-04-241-1/+1
* Support power button LED on pitstabilize-4035.0.BRandall Spangler2013-04-191-11/+32
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-161-2/+2
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-081-26/+26
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-2/+2
* Clean up LED and onewire modulesRandall Spangler2012-10-251-9/+15
* snow/stm32: re-configure power LED on the fly (input vs. pwm)David Hendricks2012-08-171-7/+44
* Daisy/Snow: Drive power LED with PWMDavid Hendricks2012-07-021-0/+161