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.
 
 
 
 
 
 

73 lines
2.6 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 most of these, but you should
  9. convert your scripts to the new names, since those procedures
  10. will not be around forever.
  11. jtag jinterface ... is now adapter_name
  12. jtag_khz ... is now adapter_khz
  13. jtag_nsrst_delay ... is now adapter_nsrst_delay
  14. jtag_nsrst_assert_width ... is now adapter_nsrst_assert_width
  15. Support Voipac VPACLink JTAG Adapter.
  16. Boundary Scan:
  17. Transport framework core ... supporting future work for SWD, SPI, and other
  18. non-JTAG ways to debug targets or program flash.
  19. Target Layer:
  20. ARM:
  21. - basic semihosting support (ARMv7M).
  22. - renamed "armv7m" command prefix as "arm"
  23. MIPS:
  24. - "ejtag_srst" variant removed. The same functionality is
  25. obtained by using "reset_config none".
  26. - added PIC32MX software reset support, this means srst is not
  27. required to be connected anymore.
  28. Flash Layer:
  29. New "stellaris recover" command, implements the procedure
  30. to recover locked devices (restoring non-volatile
  31. state to the factory defaults, including erasing
  32. the flash and its protection bits, and possibly
  33. re-enabling hardware debugging).
  34. PIC32MX now uses algorithm for flash programming, this
  35. has increased the performance by approx 96%.
  36. New 'pic32mx unlock' cmd to remove readout protection.
  37. New STM32 Value Line Support.
  38. New 'virtual' flash driver, used to associate other addresses
  39. with a flash bank. See pic32mx.cfg for usage.
  40. New iMX27 NAND flash controller driver.
  41. Board, Target, and Interface Configuration Scripts:
  42. Support IAR LPC1768 kickstart board (by Olimex)
  43. Support Voipac PXA270/PXA270M module.
  44. New $PARPORTADDR tcl variable used to change default
  45. parallel port address used.
  46. Remove lm3s811.cfg; use "stellaris.cfg" instead
  47. Core Jim/TCL Scripting:
  48. New "add_script_search_dir" command, behaviour is the same
  49. as the "-s" cmd line option.
  50. Documentation:
  51. Build and Release:
  52. For more details about what has changed since the last release,
  53. see the git repository history. With gitweb, you can browse that
  54. in various levels of detail.
  55. For older NEWS, see the NEWS files associated with each release
  56. (i.e. NEWS-<version>).
  57. For more information about contributing test reports, bug fixes, or new
  58. features and device support, please read the new Developer Manual (or
  59. the BUGS and PATCHES.txt files in the source archive).