summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support power button LED on pitstabilize-4035.0.BRandall Spangler2013-04-192-11/+33
* Move temp sensor struct into board.cRandall Spangler2013-04-193-53/+42
* Add peripheral stress testVic Yang2013-04-193-0/+159
* Saving the main stack pointer at the entry of exception_panic.Daisuke Nojiri2013-04-182-54/+30
* Add flash write protect testVic Yang2013-04-174-13/+133
* Move STM32 timer regs struct to registers.hRandall Spangler2013-04-172-30/+31
* Remove 'hello' testVic Yang2013-04-173-33/+1
* PMIC_PWROK is active-high on pitRandall Spangler2013-04-165-24/+38
* Correct GPIOs to match Pit EVT schematicsRandall Spangler2013-04-161-4/+4
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-1610-69/+69
* Allow either libftdi or libftdi1 at compile time.Todd Broch2013-04-162-2/+17
* flash_ec: add support for flashing with Toad cableVincent Palatin2013-04-161-12/+48
* Put timer_dos test behind console commandstabilize-4008.0.BVic Yang2013-04-151-8/+28
* Fix timer_calib testVic Yang2013-04-152-27/+38
* Fix flash testsVic Yang2013-04-1510-280/+205
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-159-118/+138
* Fix test compilation error for linkVic Yang2013-04-135-3/+27
* Add debounce test to kb_deghost and change name to kb_scanVic Yang2013-04-137-319/+251
* Remove unused mock setting for kb_deghost testVic Yang2013-04-131-5/+1
* Add a test for testing common utilitiesVic Yang2013-04-133-1/+102
* Remove unused GPIO macrosRandall Spangler2013-04-121-25/+1
* Clean up alternate functions on STM32LRandall Spangler2013-04-121-21/+9
* Daisy doesn't use STM32F100Randall Spangler2013-04-121-1/+1
* Allow GPIO alternate function 0Randall Spangler2013-04-115-6/+17
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-115-25/+13
* Strip out old LPC command protocolRandall Spangler2013-04-115-113/+33
* Fix kb_deghost testVic Yang2013-04-115-4/+150
* Fix mutex testVic Yang2013-04-112-21/+32
* Exclude chipset task from test binariesVic Yang2013-04-1111-6/+16
* Fix pingpong testVic Yang2013-04-112-13/+40
* Clean up USB external power moduleRandall Spangler2013-04-106-218/+269
* Remove unneeded USB_CHARGE_PORT_COUNTRandall Spangler2013-04-104-8/+0
* Move REG16 and REG32 macros to common.hRandall Spangler2013-04-104-151/+150
* Fix tasklist for testsVic Yang2013-04-1016-136/+47
* Turn on/off 3.3V output properlyVic Yang2013-04-101-2/+26
* Only includes necessary tasks for test binariesVic Yang2013-04-1012-69/+110
* Decouple gaia_power from keyscan taskVic Yang2013-04-101-0/+2
* Rename usb_charging.c to extpower_usb.c and move to common/Randall Spangler2013-04-094-2/+4
* Fix mccroskey buildRandall Spangler2013-04-091-0/+8
* Add pit boardRandall Spangler2013-04-094-0/+349
* Decouple keyboard MKBP code from key scan codeVic Yang2013-04-081-36/+58
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-086-41/+12
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-084-65/+27
* Add macros for mocking functionsVic Yang2013-04-081-0/+12
* Rename onewire_led functions and constantsRandall Spangler2013-04-051-30/+29
* Clean up board configurationRandall Spangler2013-04-0516-97/+91
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-057-72/+70
* Dumping stack contents on crash.Daisuke Nojiri2013-04-051-5/+93
* Improve deferred function callsRandall Spangler2013-04-045-22/+33
* Inhibit host interrupt for battery_key.Todd Broch2013-04-041-2/+3