aboutsummaryrefslogtreecommitdiff
path: root/src/cortexm.c
AgeCommit message (Expand)Author
2015-04-11cortexm: Add target option to inhibit assersion of SRST.Gareth McMullin
2015-04-11lpc: Reduce differences between lpc11xx and lpc43xx code.Gareth McMullin
2015-04-02Suppress warning about longjmp clobbering local variable.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-29cortexm: Separate stub loading from running.Gareth McMullin
2015-03-28target: Remove pc_read/pc_write methods.Gareth McMullin
2015-03-26Remove old STM32L1 driver.Gareth McMullin
2015-03-26Consistently name target var 't' in cortexm.Gareth McMullin
2015-03-22Clean up handling of lost targets using new exceptions mechanism.Gareth McMullin
2015-03-22Raise timeout exception when target is in WFI.Gareth McMullin
2015-03-19Allow stub to return an error code.Gareth McMullin
2015-03-19Add cortexm generic stub call, and use in stm32f1 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-14adiv5: Encode APnDP into register definition.Gareth McMullin
2015-03-14Use size_t for sizes in flash functions. Fix all sign compare warnings.Gareth McMullin
2015-03-13Fix pointer sign warnings and remove -Wno-pointer-sign.Gareth McMullin
2015-03-08STM32L0x target support.Marc Singer
2015-03-01Clean up includes everywhere.Gareth McMullin
2015-01-18Added support for SAMD10/11/21, and list of tested SAM D devicesRichard Meadows
2015-01-18Support for the NVMCTRL Security Bit (PROT=1)Richard Meadows
2015-01-18Avoid repetition of cortexm code in stmd20 driver.Gareth McMullin
2015-01-06First cut at Freescale Kinetis support.Gareth McMullin
2014-10-16Whitespace cleanup.Gareth McMullin
2014-09-12Give up unwinding a fault if reading the stack fails.Gareth McMullin
2014-09-03Atmel SAMD20 supportRichard Eoin Meadows
2014-05-01Nordic nRF51 series supportMike
2014-03-31Unwind hardfaults in dual-stack mode.Gareth McMullin
2013-10-05Add support for the SYS_WRITEC semihosting operation.Benno Leslie
2013-06-19Disable ADIv5 timeout while target is running.Gareth McMullin
2013-06-17Fix register array sizes.Gareth McMullin
2013-05-18semihosting: improve handling of console I/OPaul Fertser
2013-05-18Move semihosting support to cortexm.c.Gareth McMullin
2013-05-14adiv5_swdp: allow to connect to a sleeping target by pulling SRSTPaul Fertser
2013-01-11Fixed magic numbers for CSW access.Gareth McMullin
2012-11-03Probe function return bool, true if device identified.Gareth McMullin
2012-11-03Recognise LPC43xx dual core devices.Gareth McMullin
2012-11-03Allow target attachment to timeout and report failure.Gareth McMullin
2012-10-25Added support for STM32L1.Vegard Storheil Eriksen
2012-08-10Add a copy of DEMCR to Cortex-M private data to preserve over 'run'.Gareth McMullin
2012-07-05Correct stepping over programmed breakpoints.Gareth McMullin
2012-07-05cortexm: Moved all static data to the heap.Gareth McMullin
2012-07-05cortexm: Poll for S_RESET_ST in DHCSR to detect release from reset.Gareth McMullin
2012-07-01Add delay after reset request.Gareth McMullin
2012-06-30Signal on halt is now returned by target_halt_wait().Gareth McMullin
2012-06-28Clear target error on attaching.Gareth McMullin
2012-06-25Added 'vector_catch' command to control trapped vectors on Cortex-M.Gareth McMullin
2012-06-22First cut at an Atmel SAM3X driver.Gareth McMullin
2012-06-21Check target error after target specific probes.Gareth McMullin