summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Refactored keyboard scan enable flag to allow for multiple disable reasonsAlec Berg2014-04-111-0/+6
* accel: Add host cmd for setting lid angle threshold for disabling keyboard wakeAlec Berg2014-04-101-2/+2
* accel: add host command to modify accel params and add ectool commandAlec Berg2014-03-312-2/+50
* Optimize memsetDaisuke Nojiri2014-03-281-4/+55
* Optimize memmoveDaisuke Nojiri2014-03-281-8/+35
* Optimize memcpyDaisuke Nojiri2014-03-281-0/+52
* rambi: glimmer: Disable key scanning in suspend when lid is openAlec Berg2014-03-251-3/+3
* Debounce external power change eventsChromeOS Developer2014-03-171-8/+8
* Added unit tests for lid angle calculation and acosAlec Berg2014-02-175-0/+207
* Run KEYPROTO task during the button unit testChromeOS Developer2014-02-062-2/+4
* Add support for extra buttons not on the keyboardChromeOS Developer2014-02-044-1/+203
* Fix test config being applied outside of test buildsRandall Spangler2014-01-131-0/+4
* Fix and enable timer_dos testVic (Chun-Ju) Yang2014-01-133-43/+32
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-131-0/+3
* x86: generalize power state machine for all platforms (2/2)Louis Yung-Chieh Lo2014-01-091-1/+1
* Fix an integer underflow bug in hooks testVic (Chun-Ju) Yang2014-01-081-1/+1
* Fix kb_8042 testVic (Chun-Ju) Yang2014-01-081-0/+2
* rename power_state* to charge_state*Louis Yung-Chieh Lo2014-01-074-5/+5
* x86: generalize power state machine for all platforms (1/2)Louis Yung-Chieh Lo2014-01-071-1/+1
* Add interrupt support for emulatorVic Yang2014-01-066-1/+104
* Move pseudo random number generator to commonVic (Chun-Ju) Yang2013-12-273-22/+3
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-196-13/+13
* Rename mixed-case config constantsRandall Spangler2013-12-162-16/+16
* keyboard: Improve kbpress reliability for automationDoug Anderson2013-12-101-2/+6
* Add uppercase defined constants for BOARD_, CHIP_, etc.Randall Spangler2013-12-091-5/+5
* Remove bolt, daisy, kirby, puppy, slippy boardsRandall Spangler2013-11-212-7/+3
* Clean up hook priorties on LM4Randall Spangler2013-11-041-0/+1
* Provide multiple fan support within the EC itselfBill Richardson2013-11-022-2/+2
* cleanup: Even more TODO commentsRandall Spangler2013-11-012-4/+2
* cleanup: mkbp keyboard moduleRandall Spangler2013-10-301-1/+8
* Separate fan_t from pwm_tBill Richardson2013-10-301-6/+0
* Rename CONFIG_FAN to CONFIG_FANSBill Richardson2013-10-301-2/+2
* Separate common fan behavior from implementationBill Richardson2013-10-303-2/+4
* Remove QEMU testsstabilize-4886.BVic Yang2013-10-2911-809/+0
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-253-5/+5
* cleanup: Rename and move header filesRandall Spangler2013-10-232-1/+17
* Re-enable basic tests for most LM4-based boardsVic Yang2013-10-171-6/+2
* cleanup: Battery header files and filenamesRandall Spangler2013-10-073-6/+4
* cleanup: Move board-specific LED state machines to board dirsRandall Spangler2013-10-075-3/+4
* Test more error cases of host command handlingVic Yang2013-10-011-2/+26
* Emulator support of fake GPIO inputVic Yang2013-10-017-115/+38
* Create samus board configBill Richardson2013-09-301-0/+1
* Support backlight control via lid onlyRandall Spangler2013-09-276-4/+133
* Add a test for x86 backlight passthroughVic Yang2013-09-274-0/+163
* Test charging error state when battery is detachedVic Yang2013-09-271-0/+15
* Add test for LP5562 LED controlVic Yang2013-09-254-6/+312
* Add test for memory-mapped switch informationVic Yang2013-09-252-0/+20
* Mock flash erase/write function at physical layerVic Yang2013-09-242-54/+42
* Fix thermal.c compilation if fans are not present.Randall Spangler2013-09-231-0/+6
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-0/+15