aboutsummaryrefslogtreecommitdiff
path: root/src/stm32l1.c
AgeCommit message (Collapse)Author
2013-10-05FIX: FLASH_* collision with libopencm3 definitionsBuFran
Resolve collision to FLASH_* from the libopencm3 by adding STM32F1_ prefix to the L1's
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2012-11-03Probe function return bool, true if device identified.Gareth McMullin
Correctly identify LM3S3748.
2012-10-25Added support for STM32L1.Vegard Storheil Eriksen