aboutsummaryrefslogtreecommitdiff
path: root/src/stm32l1.c
AgeCommit message (Collapse)Author
2015-03-01Clean up includes everywhere.Gareth McMullin
All source files include general.h first and before anything else. This inlcludes platform.h and platform_support.h No header file needs to include to include any of these, but should include any others needed for it's own declarations.
2014-12-23stm32f4.c: Add STM32F411 ID.Uwe Bonnes
2014-07-09[SUP] Add support for stm32l152c-discovery boardFrantisek Burian
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