summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add more info to pll debug command"Gerrit2012-04-251-2/+14
|\
| * Add more info to pll debug commandRandall Spangler2012-04-251-2/+14
* | Fix watchdog handler stack alignmentRandall Spangler2012-04-251-5/+8
|/
* Separate message protocol command types and reserve slots accordinglyDavid Hendricks2012-04-251-3/+6
* Merge "Only chain from interrupt to svc_handler if an event was set."Gerrit2012-04-252-35/+56
|\
| * Only chain from interrupt to svc_handler if an event was set.Randall Spangler2012-04-252-35/+56
* | Clean up lightbar msg command parsing, add some help.Bill Richardson2012-04-253-66/+106
|/
* Handle overtemp condition in discharging stateRong Chang2012-04-251-2/+6
* Use console output instead of uart output for console commandsRandall Spangler2012-04-2432-346/+348
* Refactor async console outputRandall Spangler2012-04-2421-647/+826
* Implement task profilingRandall Spangler2012-04-245-28/+145
* Merge "ASSERT() cleanup. Remove blocking assert macro to avoid attack."Gerrit2012-04-241-16/+7
|\
| * ASSERT() cleanup. Remove blocking assert macro to avoid attack.Louis Yung-Chieh Lo2012-04-241-16/+7
* | Merge "Disable PLL at end of init"Gerrit2012-04-243-12/+32
|\ \
| * | Disable PLL at end of initRandall Spangler2012-04-243-12/+32
| |/
* | Merge "stm32l: clear and then set GPIO mode and pull-up/down settings"Gerrit2012-04-241-6/+10
|\ \
| * | stm32l: clear and then set GPIO mode and pull-up/down settingsDavid Hendricks2012-04-231-6/+10
| |/
* | Set BOOTCFG register to test valueRandall Spangler2012-04-244-1/+28
|/
* Merge "daisy: move i2c port initialization back into configure_board"Gerrit2012-04-231-7/+11
|\
| * daisy: move i2c port initialization back into configure_boardDavid Hendricks2012-04-231-7/+11
* | Update message protocol length byte to include postambleDavid Hendricks2012-04-232-3/+3
* | fix array indexing bug in message_process_cmdDavid Hendricks2012-04-231-2/+2
|/
* Merge "stm32l: fix length argument for i2c writes"Gerrit2012-04-231-1/+1
|\
| * stm32l: fix length argument for i2c writesDavid Hendricks2012-04-231-1/+1
* | Keyboard hook up for SYSJUMP and INIT.Louis Yung-Chieh Lo2012-04-233-17/+49
* | Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-206-41/+109
* | Merge "Remove clock calibration for PIOSC"Gerrit2012-04-202-10/+16
|\ \
| * | Remove clock calibration for PIOSCRandall Spangler2012-04-202-10/+16
* | | Add openocd macros to write image A or BRandall Spangler2012-04-201-6/+15
|/ /
* | Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-198-142/+297
* | Move externs from .lds file into a header fileRandall Spangler2012-04-1910-31/+46
|/
* Merge "Added HOOK_INIT for driver module inits"Gerrit2012-04-1926-119/+79
|\
| * Added HOOK_INIT for driver module initsRandall Spangler2012-04-1926-119/+79
* | Merge "Tweaks to lightbar code, detect konami sequence"Gerrit2012-04-193-74/+262
|\ \ | |/ |/|
| * Tweaks to lightbar code, detect konami sequenceBill Richardson2012-04-193-74/+262
* | Merge "Clean up inits"Gerrit2012-04-1913-84/+22
|\ \ | |/ |/|
| * Clean up initsRandall Spangler2012-04-1913-84/+22
* | Merge "Change ectool command args to work like main()"Gerrit2012-04-191-78/+75
|\ \ | |/ |/|
| * Change ectool command args to work like main()Bill Richardson2012-04-191-78/+75
* | Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-1913-71/+174
|/
* Merge "EC: Use interrupt for ADC"Gerrit2012-04-191-3/+49
|\
| * EC: Use interrupt for ADCVic Yang2012-04-161-3/+49
* | Merge "Add chipinfo command"Gerrit2012-04-191-0/+10
|\ \
| * | Add chipinfo commandRandall Spangler2012-04-181-0/+10
* | | Trickle charging state and minor bugs fixRong Chang2012-04-198-118/+541
|/ /
* | Fixe the bug in keyboard state restore.Louis Yung-Chieh Lo2012-04-181-1/+2
* | Fixed the bug that reboot_ec resets the keyboard state to disabled.Louis Yung-Chieh Lo2012-04-183-1/+20
* | daisy: Plumb in I2C driverDavid Hendricks2012-04-173-1/+12
* | daisy v1.02: setup GPIO signal to audio codecDavid Hendricks2012-04-172-0/+6
* | Merge "stm32l: eliminate GPIO initialization done in keyboard code"Gerrit2012-04-177-244/+165
|\ \