summaryrefslogtreecommitdiff
path: root/chip/host
Commit message (Expand)AuthorAgeFilesLines
* extract common core codeVincent Palatin2013-12-051-0/+5
* gpio: Make GPIO_INT_BOTH explicitly RISING|FALLINGRandall Spangler2013-11-231-4/+2
* cleanup: Still more TODO commentsRandall Spangler2013-11-021-5/+8
* cleanup: Rename and move header filesRandall Spangler2013-10-231-0/+17
* Enforce a minimum number of clocks between keyboard scansRandall Spangler2013-10-142-1/+15
* Emulator support of fake GPIO inputVic Yang2013-10-011-1/+34
* Test interface for detaching fake I2C devicesVic Yang2013-09-271-0/+76
* Mock flash erase/write function at physical layerVic Yang2013-09-242-3/+15
* Fake I2C device support for emulatorVic Yang2013-09-171-0/+42
* Split uart_process() into input and output processingRandall Spangler2013-09-111-2/+5
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-1/+2
* Add BQ27541 battery driverVic Yang2013-09-052-1/+35
* Flush test coverage information before rebooting emulatorVic Yang2013-09-041-0/+2
* Add test for console command historyVic Yang2013-08-181-0/+33
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-0/+11
* Clean up more config options - FMAP, etc.Randall Spangler2013-07-241-3/+0
* Support emulator hibernateVic Yang2013-07-241-1/+11
* Reboot emulator with execv()Vic Yang2013-07-244-3/+35
* Fix reset flags and sysjump time for emulatorVic Yang2013-07-231-13/+70
* Test sysjump tag in kb_8042 testVic Yang2013-07-233-1/+117
* Add EC_CMD_GET_FLASH_INFO version 1Randall Spangler2013-07-181-0/+1
* Make a top-level config.h file to include sub-configsRandall Spangler2013-07-161-3/+3
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-162-3/+2
* Add I8042 keyboard unit testVic Yang2013-07-112-1/+34
* Add function to inject console input from testVic Yang2013-07-111-2/+19
* Console input support for emulatorVic Yang2013-06-101-3/+57
* Enable flash unit test on emulatorVic Yang2013-06-034-4/+155
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-13/+7
* Fix a bug in emulator persistent storageVic Yang2013-05-281-1/+3
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-081-0/+5
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-2/+2
* Add persistent storage for emulatorVic Yang2013-05-074-1/+89
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-076-0/+293