summaryrefslogtreecommitdiff
path: root/chip/stm32/gpio-stm32l.c
Commit message (Expand)AuthorAgeFilesLines
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-291-5/+0
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+4
* GPIO: Reduce code duplication in STM32 gpio driverAnton Staaf2014-07-171-217/+11
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+2
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-071-1/+1
* stm32: fix GPIO EXTINT maskingVincent Palatin2014-04-261-1/+2
* stm32: add analog GPIO configurationVincent Palatin2014-03-201-0/+4
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* gpio: Make GPIO_INT_BOTH explicitly RISING|FALLINGRandall Spangler2013-11-231-2/+2
* cleanup: Update more TODO commentsRandall Spangler2013-11-011-1/+3
* cleanup: Remove obsolete comment in STM32 GPIO moduleRandall Spangler2013-10-221-1/+0
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-4/+13
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-041-3/+3
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-15/+13
* Clean up debug config optionsRandall Spangler2013-07-231-2/+0
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-0/+247