aboutsummaryrefslogtreecommitdiff
path: root/src/cortexm.c
AgeCommit message (Expand)Author
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
2012-06-18Removed target header files containing a single prototype.Gareth McMullin
2012-06-18Renamed Cortex-M driver appropriately since it support M0, M3 and M4F.Gareth McMullin