summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32l: use USART1 as consoleVincent Palatin2012-02-081-1/+1
* Merge "Initial bq24725 charger driver import"chrome-bot2012-02-072-97/+0
|\
| * Initial bq24725 charger driver importRong Chang2012-02-072-97/+0
* | More complete x86 power moduleRandall Spangler2012-02-071-0/+27
* | Merge "Fix power button being held down for 8 sec"Randall Spangler2012-02-071-14/+11
|\ \
| * | Fix power button being held down for 8 secRandall Spangler2012-02-071-14/+11
| |/
* | Handle up/down arrow keys for UART console.Vic Yang2012-02-071-0/+4
|/
* Add UART1 receive support (UART to x86 console)Randall Spangler2012-02-062-18/+22
* Refactor temperature sensor code and add support of Link I2C temp sensor.Vic Yang2012-02-044-1/+123
* Merge "Use udelay for more stable manual IRQ firing."chrome-bot2012-02-031-7/+17
|\
| * Use udelay for more stable manual IRQ firing.Louis Yung-Chieh Lo2012-02-031-7/+17
* | Split out GPIO console commandsVincent Palatin2012-02-031-116/+0
|/
* stm32l: basic GPIO supportVincent Palatin2012-02-034-5/+90
* correct typo for STM32L GPIO bit set/reset register (BSSR --> BSRR))David Hendricks2012-02-021-1/+1
* stm32l: update clock settingsVincent Palatin2012-02-022-7/+27
* stm32l: implement reset cause and scratchpadVincent Palatin2012-02-021-3/+51
* stm32l: add watchdog supportVincent Palatin2012-02-023-0/+85
* Merge "Fix the missing IRQ problem."Louis Yung-Chieh Lo2012-02-021-1/+39
|\
| * Fix the missing IRQ problem.Louis Yung-Chieh Lo2012-02-021-1/+39
* | Fix a bug that ADC input is not correctly configured.Vic Yang2012-02-022-5/+38
|/
* Merge "Refactor ADC code and add Link charger current ADC support"chrome-bot2012-02-013-75/+109
|\
| * Refactor ADC code and add Link charger current ADC supportVic Yang2012-02-023-75/+109
* | stm32l: add timer supportVincent Palatin2012-02-011-3/+110
* | stm32l: ensure we transmit as soon as characters are availableVincent Palatin2012-02-011-0/+1
* | stm32l: avoid spurious USART interruptsVincent Palatin2012-02-011-3/+20
* | stm32l: add UART driverVincent Palatin2012-01-312-5/+61
|/
* Change COMx port to COM1Randall Spangler2012-01-301-3/+3
* stm32l: initialize clocksVincent Palatin2012-01-301-0/+40
* Add register definitions for STM32L SoCVincent Palatin2012-01-301-0/+237
* Add workaround for fan controller to handle speeds more than 7000 rpmRandall Spangler2012-01-271-5/+17
* Fix setting GPIO outputs and keyboard scanningRandall Spangler2012-01-272-34/+19
* add the skeleton for STM32L chip and discovery boardVincent Palatin2012-01-266-0/+238
* Merge "Split reset cause and image copy code."chrome-bot2012-01-261-198/+5
|\
| * Split reset cause and image copy code.Vincent Palatin2012-01-261-198/+5
* | Merge "Split UART code"chrome-bot2012-01-261-405/+52
|\ \ | |/
| * Split UART codeVincent Palatin2012-01-261-405/+52
* | Add i2cread commandRandall Spangler2012-01-261-2/+59
|/
* Fix missing GPIO interruptsRandall Spangler2012-01-261-3/+3
* Increase link image size to 40KBRandall Spangler2012-01-261-1/+1
* Ensure the panic UART is set to the right UARTVincent Palatin2012-01-261-0/+6
* Make more features optionalVincent Palatin2012-01-262-3/+13
* Move SoC-independant headers to another directoryVincent Palatin2012-01-262-86/+0
* NVIC registers are not SoC specificVincent Palatin2012-01-252-7/+2
* Add configuration parameters for the panic UART codeVincent Palatin2012-01-251-0/+6
* Move OS files to a CPU specific directoryVincent Palatin2012-01-257-1218/+3
* Split the timer code between OS code and hardware dependant code.Vincent Palatin2012-01-253-80/+104
* Go back to SoC independant IRQ vectors declarationVincent Palatin2012-01-252-113/+264
* Indicate which signals in GPIOGET have changed since the last callRandall Spangler2012-01-251-4/+29
* Merge "Initial mutex implementation"Vincent Palatin2012-01-251-0/+46
|\
| * Initial mutex implementationVincent Palatin2012-01-251-0/+46