summaryrefslogtreecommitdiff
path: root/chip/stm32l
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* stm32l: initialize clocksVincent Palatin2012-01-301-0/+40
* Add register definitions for STM32L SoCVincent Palatin2012-01-301-0/+237
* add the skeleton for STM32L chip and discovery boardVincent Palatin2012-01-266-0/+238