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.
 
 
 
 
 
 

55 lines
1.7 KiB

  1. This file includes highlights of the changes made in the
  2. OpenOCD source archive release. See the
  3. repository history for details about what changed, including
  4. bugfixes and other issues not mentioned here.
  5. JTAG Layer:
  6. New STLINK V1/V2 JTAG/SWD adapter support.
  7. New OSJTAG adapter support.
  8. New Tincantools Flyswatter2 support.
  9. Improved ULINK driver.
  10. Improved RLINK driver.
  11. Support for adapters based on FT232H chips.
  12. New experimental driver for FTDI based adapters, using libusb-1.0 in asynchronous mode.
  13. Boundary Scan:
  14. Target Layer:
  15. New Cortex-M0 support.
  16. New Cortex-M4 support.
  17. Improved Working area algorithm.
  18. New RTOS support. Currently linux, FreeRTOS, ThreadX and eCos.
  19. Connecting under reset to Cortex-Mx and MIPS chips.
  20. Flash Layer:
  21. New SST39WF1601 support.
  22. New EN29LV800BB support.
  23. New async algorithm support for selected targets, stm32, stellaris and pic32.
  24. New Atmel SAM3S, SAM3N support.
  25. New ST STM32L support.
  26. New Microchip PIC32MX1xx/2xx support.
  27. New Freescale Kinetis K40 support.
  28. Board, Target, and Interface Configuration Scripts:
  29. Support Dangerous Prototypes Bus Blaster.
  30. Support ST SPEAr Family.
  31. Support Gumstix Verdex boards.
  32. Support TI Beaglebone.
  33. Documentation:
  34. Improved HACKING info for submitting patches.
  35. Fixed numerous broken links.
  36. Build and Release:
  37. For more details about what has changed since the last release,
  38. see the git repository history. With gitweb, you can browse that
  39. in various levels of detail.
  40. For older NEWS, see the NEWS files associated with each release
  41. (i.e. NEWS-<version>).
  42. For more information about contributing test reports, bug fixes, or new
  43. features and device support, please read the new Developer Manual (or
  44. the BUGS and PATCHES.txt files in the source archive).