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.
 
 
 
 
 
 

69 lines
2.3 KiB

  1. This file includes highlights of the changes made in the
  2. OpenOCD 0.4.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. Support KT-Link JTAG adapter.
  7. Boundary Scan:
  8. Target Layer:
  9. General
  10. - new "reset-assert" event, for systems without SRST
  11. ARM
  12. - renamed "armv4_5" command prefix as "arm"
  13. - recognize TrustZone "Secure Monitor" mode
  14. - "arm regs" command output changed
  15. - register names use "sp" not "r13"
  16. - add top-level "mcr" and "mrc" commands, replacing
  17. various core-specific operations
  18. ARM11
  19. - Preliminary ETM and ETB hookup
  20. - accelerated "flash erase_check"
  21. - accelerated GDB memory checksum
  22. - support "arm regs" command
  23. - can access all core modes and registers
  24. Cortex-A8
  25. - support "arm regs" command
  26. - can access all core modes and registers
  27. - supports "reset-assert" event (used on OMAP3530)
  28. Cortex-M3
  29. - Exposed DWT registers like cycle counter
  30. Flash Layer:
  31. 'flash bank' and 'nand device' take <bank_name> as first argument.
  32. With this, flash/NAND commands allow referencing banks by name:
  33. - <bank_name>: reference the bank with its defined name
  34. - <driver_name>[.N]: reference the driver's Nth bank
  35. New 'nand verify' command to check bank against an image file.
  36. Board, Target, and Interface Configuration Scripts:
  37. ARM9
  38. - ETM and ETB hookup for iMX2* targets
  39. Add $HOME/.openocd to the search path.
  40. Core Jim/TCL Scripting:
  41. New 'usage' command to provide terse command help.
  42. Improved command 'help' command output (sorted and indented).
  43. Improved command handling:
  44. - Most boolean settings now accept any of the following:
  45. on/off, enable/disable, true/false, yes/no, 1/0
  46. - More error checking and reporting.
  47. Documentation:
  48. New built-in command development documentation and primer.
  49. Build and Release:
  50. Use --enable-doxygen-pdf to build PDF developer documentation.
  51. For more details about what has changed since the last release,
  52. see the git repository history. With gitweb, you can browse that
  53. in various levels of detail.
  54. For older NEWS, see the NEWS files associated with each release
  55. (i.e. NEWS-<version>).
  56. For more information about contributing test reports, bug fixes, or new
  57. features and device support, please read the new Developer Manual (or
  58. the BUGS and PATCHES files in the source archive).