aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-03-22Fix errors when building for non-native platforms.Gareth McMullin
2015-03-22Use controlled timeout on SW/JTAG DP transactions.Gareth McMullin
2015-03-22Handle timeout exceptions during scans and report to the user.Gareth McMullin
2015-03-22Raise timeout exception when target is in WFI.Gareth McMullin
2015-03-22Add exception handling mechanism and raise exception on low-level comms failure.Gareth McMullin
2015-03-22Move MIN macro to general.hGareth McMullin
2015-03-19Rewrite STM32F4 stub in C and use new interface.Gareth McMullin
2015-03-19Allow stub to return an error code.Gareth McMullin
2015-03-19Rewrote stm32f1 stub in C and call with parameters in registers.Gareth McMullin
2015-03-19Add cortexm generic stub call, and use in stm32f1 driver.Gareth McMullin
2015-03-19Change STM32F1 driver to use generated stub.Gareth McMullin
2015-03-17Flatten samd_probe.Gareth McMullin
2015-03-17Whitespace.Gareth McMullin
2015-03-17samd: Simplified samd_flash_write further by always using manual writes.Richard Meadows