You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

55 lines
2.2 KiB

  1. This file should include highlights of the changes made in the
  2. OpenOCD openocd-0.3.0 source archive release. See the repository
  3. history for details about what changed, including bugfixes and
  4. other issues not mentioned here.
  5. JTAG Layer:
  6. FT2232H (high speed USB) support doesn't need separate configuration
  7. New reset_config options for SRST gating the JTAG clock (or not)
  8. TAP declaration no longer requires ircapture and mask attributes
  9. New "post-reset" event handler for TAP-invariant setup code
  10. Target Layer:
  11. New commands for use with Cortex-M3 processors:
  12. "cortex_m3 disassemble" ... Thumb2 disassembly (UAL format)
  13. "cortex_m3 vector_catch" ... traps certain hardware faults
  14. without tying up breakpoint resources
  15. If you're willing to help debug it
  16. VERY EARLY Cortex-A8 and ARMv7A support
  17. Updated BeagleBoard.org hardware support
  18. New commands for use with XScale processors: "xscale vector_table"
  19. ARM11
  20. single stepping support for i.MX31
  21. bugfix for missing "arm11" prefix on "arm11 memwrite ..."
  22. ETM support
  23. Unavailable registers are not listed
  24. Flash Layer:
  25. The lpc2000 driver handles the new NXP LPC1700 (Cortex-M3) chips
  26. New lpc2900 driver for NXP LPC2900 chips (ARM968 based)
  27. New "last" flag for NOR "flash erase_sector" and "flash protect"
  28. The "nand erase N" command now erases all of bank N
  29. Board, Target, and Interface Configuration Scripts:
  30. Amontec JTAGkey2 support
  31. Cleanup and additions for the TI/Luminary Stellaris scripts
  32. LPC1768 target (and flash) support
  33. Keil MCB1700 eval board
  34. Samsung s3c2450
  35. Mini2440 board
  36. Numeric TAP and Target identifiers now trigger warnings
  37. Documentation:
  38. Capture more debugging and setup advice
  39. Notes on target source code changes that may help debugging
  40. Build and Release:
  41. For more details about what has changed since the last release,
  42. see the ChangeLog associated with this source archive. For older NEWS,
  43. see the NEWS files associated with each release (i.e. NEWS-<version>).
  44. For more information about contributing test reports, bug fixes, or new
  45. features and device support, please read the new Developer Manual (or
  46. the BUGS and PATCHES files in the source archive).