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.
 
 
 
 
 
 

56 lines
1.9 KiB

  1. This file includes highlights of the changes made in the
  2. OpenOCD 0.5.0 source archive release. See the repository
  3. history for details about what changed, including bugfixes
  4. and other issues not mentioned here.
  5. JTAG Layer:
  6. New driver for "Bus Pirate"
  7. Rename various commands so they're not JTAG-specific
  8. There are migration procedures for these, but you should
  9. convert your scripts to the new names, since those procedures
  10. will not be around forever.
  11. jtag_khz ... is now adapter_khz
  12. jtag_nsrst_delay ... is now adapter_nsrst_delay
  13. jtag_nsrst_assert_width ... is now adapter_nsrst_assert_width
  14. Boundary Scan:
  15. Target Layer:
  16. MIPS:
  17. - "ejtag_srst" variant removed. The same functionality is
  18. obtained by using "reset_config none".
  19. - added PIC32MX software reset support, this means srst is not
  20. required to be connected anymore.
  21. Flash Layer:
  22. New "stellaris recover" command, implements the procedure
  23. to recover locked devices (restoring non-volatile
  24. state to the factory defaults, including erasing
  25. the flash and its protection bits, and possibly
  26. re-enabling hardware debugging).
  27. PIC32MX now uses algorithm for flash programming, this
  28. has increased the performance by approx 96%.
  29. Board, Target, and Interface Configuration Scripts:
  30. Support IAR LPC1768 kickstart board (by Olimex)
  31. Core Jim/TCL Scripting:
  32. New "add_script_search_dir" command, behaviour is the same
  33. as the "-s" cmd line option.
  34. Documentation:
  35. Build and Release:
  36. For more details about what has changed since the last release,
  37. see the git repository history. With gitweb, you can browse that
  38. in various levels of detail.
  39. For older NEWS, see the NEWS files associated with each release
  40. (i.e. NEWS-<version>).
  41. For more information about contributing test reports, bug fixes, or new
  42. features and device support, please read the new Developer Manual (or
  43. the BUGS and PATCHES.txt files in the source archive).