aboutsummaryrefslogtreecommitdiff
path: root/src/stm32l1.c
AgeCommit message (Collapse)Author
2015-03-26Remove old STM32L1 driver.Gareth McMullin
2015-03-15Replace adiv5_ap_mem* functions with inline wrappers to target mem*.Gareth McMullin
2015-03-15Consolidate target_mem_read* and target_mem_write* methods.Gareth McMullin
There are now only mem_read and mem_write, that must handle all alignments. These methods return void, errors must be checked with target_check_error.
2015-03-14Use size_t for sizes in flash functions. Fix all sign compare warnings.Gareth McMullin
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