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.

NEWS 2.3 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. Overridable Tcl "init_reset" and "jtag_init" procedures
  11. Target Layer:
  12. New commands for use with Cortex-M3 processors:
  13. "cortex_m3 disassemble" ... Thumb2 disassembly (UAL format)
  14. "cortex_m3 vector_catch" ... traps certain hardware faults
  15. without tying up breakpoint resources
  16. If you're willing to help debug it
  17. VERY EARLY Cortex-A8 and ARMv7A support
  18. Updated BeagleBoard.org hardware support
  19. New commands for use with XScale processors: "xscale vector_table"
  20. ARM9
  21. name change: "arm9 vector_catch" not "arm9tdmi vector_catch"
  22. ARM11
  23. single stepping support for i.MX31
  24. bugfix for missing "arm11" prefix on "arm11 memwrite ..."
  25. ETM support
  26. Unavailable registers are not listed
  27. Flash Layer:
  28. The lpc2000 driver handles the new NXP LPC1700 (Cortex-M3) chips
  29. New lpc2900 driver for NXP LPC2900 chips (ARM968 based)
  30. New "last" flag for NOR "flash erase_sector" and "flash protect"
  31. The "nand erase N" command now erases all of bank N
  32. Board, Target, and Interface Configuration Scripts:
  33. Amontec JTAGkey2 support
  34. Cleanup and additions for the TI/Luminary Stellaris scripts
  35. LPC1768 target (and flash) support
  36. Keil MCB1700 eval board
  37. Samsung s3c2450
  38. Mini2440 board
  39. Numeric TAP and Target identifiers now trigger warnings
  40. PXA255 partially enumerates
  41. Documentation:
  42. Capture more debugging and setup advice
  43. Notes on target source code changes that may help debugging
  44. Build and Release:
  45. For more details about what has changed since the last release,
  46. see the ChangeLog associated with this source archive. For older NEWS,
  47. see the NEWS files associated with each release (i.e. NEWS-<version>).
  48. For more information about contributing test reports, bug fixes, or new
  49. features and device support, please read the new Developer Manual (or
  50. the BUGS and PATCHES files in the source archive).