aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-31Add support for STM32F446x family.HEADmasterGareth McMullin
2015-07-30Refactor stm32f1_probeRichard Meadows
2015-07-12[Bugfix] stm32f1_probe would always return true, breaking support for all oth...Richard Meadows
2015-06-22STM32f0: F07 and F09 have 2kiByte blocksize.Uwe Bonnes
2015-06-22src/stm32f1.c: More verbose FO detection message.Uwe Bonnes
2015-04-21lmi: Use registers for stub parameters.Gareth McMullin
2015-04-11lpc11xx: Correctly detect LPC8xx devices.Gareth McMullin
2015-04-11cortexm: Add target option to inhibit assersion of SRST.Gareth McMullin
2015-04-11lpc43xx: add chipid for LPC43S37.Gareth McMullin
2015-04-11target: Remove old flash interface.Gareth McMullin
2015-04-11lpc: split out common code and rewrite to use new interface.Gareth McMullin
2015-04-11lpc: Reduce differences between lpc11xx and lpc43xx code.Gareth McMullin
2015-04-11samd: use new flash interface.Gareth McMullin
2015-04-11nrf51: use new flash interface.Gareth McMullin
2015-04-11kinetis: use new flash interface.Gareth McMullin
2015-04-11lmi: use new flash interface.Gareth McMullin
2015-04-11stm32f1: use new flash interface.Gareth McMullin
2015-04-11stm32f4: Add second bank for F42x/F43x.Gareth McMullin
2015-04-11stm32f4: use new flash interface.Gareth McMullin
2015-04-11sam3x: Update to use new buffered flash interface.Gareth McMullin
2015-04-11sam3x: simplify probe function.Gareth McMullin
2015-04-11stm32l0: Update to use new buffered flash writes. Remove old stubs.Gareth McMullin
2015-04-11Add buffering support for flash drivers.Gareth McMullin
2015-04-03Fix flash buffer alignment in target layer.Gareth McMullin
2015-04-03Add new functions to wrap flash driver erase/write/done operations.Gareth McMullin
2015-04-03Add function to add simple flash driver to target.Gareth McMullin
2015-04-03Add functions for dynamically generating the XML memory map.Gareth McMullin
2015-04-03Merge branch 'v1.6-branch'Gareth McMullin
2015-04-03Use git describe for version in generated header file.Gareth McMullin
2015-04-02Suppress warning about longjmp clobbering local variable.Gareth McMullin
2015-04-01sam3x: add SAM3U supportFlorian Larysch
2015-03-29gdb: don't access target fields directly.Gareth McMullin
2015-03-29Improve cortexm_read/write_regs. Use more sensible return types.Gareth McMullin
2015-03-29Make cortexm_pc_write static.Gareth McMullin
2015-03-29stm32l0: use cortexm_run_stub.Gareth McMullin
2015-03-29nrf51: use cortexm_run_stub.Gareth McMullin
2015-03-29nrf51: Use generated stub.Gareth McMullin
2015-03-29lmi: Use generated stub with cortexm_run_stub.Gareth McMullin
2015-03-29lmi: Clean up magic numbers, remove adiv5 links, and doc ref.Gareth McMullin
2015-03-29cortexm: Separate stub loading from running.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-26Add a flash_done target method.Gareth McMullin
2015-03-26Remove old STM32L1 driver.Gareth McMullin
2015-03-26Remove unfinished ARM7TDMI driver.Gareth McMullin
2015-03-26Consistently name target var 't' in cortexm.Gareth McMullin
2015-03-26Send error reply and abandon target list on unhandled timeout.Gareth McMullin
2015-03-22Remove old platform specific error handling macros.Gareth McMullin
2015-03-22Clean up handling of lost targets using new exceptions mechanism.Gareth McMullin
2015-03-22Build with -Os for swlink.Gareth McMullin