diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-27 10:37:01 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-27 10:37:01 +0000 |
commit | ae17ce23eb7bf4c0892c609f0a49daa8cd63d8c5 (patch) | |
tree | bad95dad4947cd9d0ddb621c612ce7a34f4bb111 /NEWS | |
parent | c5145ceb199a004ef7d2c9a2ba74393756c61006 (diff) | |
download | openocd_libswd-ae17ce23eb7bf4c0892c609f0a49daa8cd63d8c5.tar.gz openocd_libswd-ae17ce23eb7bf4c0892c609f0a49daa8cd63d8c5.tar.bz2 openocd_libswd-ae17ce23eb7bf4c0892c609f0a49daa8cd63d8c5.tar.xz openocd_libswd-ae17ce23eb7bf4c0892c609f0a49daa8cd63d8c5.zip |
arm11 hardware step using simulation + breakpoint. Use "hardware_step enable" command to revert to hardware stepping. Ideally we could retire the "hardware_step enable" command once we no longer believe it to be necessary.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2643 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ Target Layer: "cortex_m3 vector_catch" ... traps certain hardware faults without tying up breakpoint resources If you're willing to help debug it: VERY EARLY Cortex-A8 support - New commands for use with XScale processors: "xscale vector_table" + New commands for use with XScale processors: "xscale vector_table" + ARM11 single stepping support for i.MX31 Flash Layer: The lpc2000 driver handles the new NXP LPC1700 (Cortex-M3) chips |