Revision History:
-----------------

Version 1.2 (Nov 12th, 2016):
  * dfu-util_windows.exe: 
    - Updated to dfu-util v0.9
    - Removed calls to dynamically load "libusbk.dll"
    - Statically linked libusb-1.0.20. So that we have only one executable to distribute.
    - Signed the executable with NXP's authenticode certificate as per "Default Authentication Verification Policy". To verify use "signtool.exe verify /v /pa dfu-util_windows.exe" command.

  * lpc11xx_secimgcr.exe
    - Updated in-built SBL to version 0.2. The new SBL version fixes the issues with zero byte status message. So the SBL can work with default open source dfu-util available at http://dfu-util.sourceforge.net/releases/
    - Cleaned-up help screen. Displayed when -h option is used.

  * test-app\tst_11uxx_dfu\src\main.c
    - Updated the USB_IRQHandler() routine to clear ACTIVE bit (31) whenever setup packet is received. This fix will avoid occasional zero byte response for GET_xx control transactions. 

Version 1.0:
  * Initial public release Version.


License 
-------
dfu-util - Licensed under the GNU General Public License, Version 2
    .	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    .	Source available from http://dfu-util.gnumonks.org/
    .	Windows/dfu-util_indows.exe : Built by NXP Semiconductors by statically linking modified libusb-1.0.20.

lib-usb-1.0.dll - Licensed under the GNU GPL Public License Version 2
    .	A component of MinGW whose license can be found here: http://www.mingw.org/license
    .	NXP modifications : Call to load libusbk ( LoadLibraryA("libusbK"); ) is removed to avoid potential security issues. Since NXP device uses WinUSB driver instead of libusbk. 

