aboutsummaryrefslogtreecommitdiff
path: root/src/stm32l0.c
AgeCommit message (Expand)Author
2015-04-11stm32l0: Update to use new buffered flash writes. Remove old stubs.Gareth McMullin
2015-03-29stm32l0: use cortexm_run_stub.Gareth McMullin
2015-03-28Consistently use 'target *t' for target var.Gareth McMullin
2015-03-28target: Remove pc_read/pc_write methods.Gareth McMullin
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
2015-03-14Use size_t for sizes in flash functions. Fix all sign compare warnings.Gareth McMullin
2015-03-11stm32l0: cleanup includes.Gareth McMullin
2015-03-08Revisions on Gareth's comments.Marc Singer
2015-03-08STM32L0x target support.Marc Singer