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.
 
 
 
 
 
 

39 lines
1.4 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. Target Layer:
  8. New commands for use with Cortex-M3 processors:
  9. "cortex_m3 disassemble" ... Thumb2 disassembly (UAL format)
  10. "cortex_m3 vector_catch" ... traps certain hardware faults
  11. without tying up breakpoint resources
  12. If you're willing to help debug it: VERY EARLY Cortex-A8 support
  13. New commands for use with XScale processors: "xscale vector_table"
  14. ARM11 single stepping support for i.MX31
  15. Flash Layer:
  16. The lpc2000 driver handles the new NXP LPC1700 (Cortex-M3) chips
  17. Board, Target, and Interface Configuration Scripts:
  18. Cleanup and additions for the TI/Luminary Stellaris scripts
  19. LPC1768 target (and flash) support
  20. Keil MCB1700 eval board
  21. Samsung s3c2450
  22. Mini2440 board
  23. Documentation:
  24. Build and Release:
  25. For more details about what has changed since the last release,
  26. see the ChangeLog associated with this source archive. For older NEWS,
  27. see the NEWS files associated with each release (i.e. NEWS-<version>).
  28. For more information about contributing test reports, bug fixes, or new
  29. features and device support, please read the new Developer Manual (or
  30. the BUGS and PATCHES files in the source archive).