NNDK Release 2.6.3 Beta for Windows and OSX

Discussion to talk about software related topics only.
Post Reply
User avatar
Forrest
Posts: 289
Joined: Wed Apr 23, 2008 10:05 am

NNDK Release 2.6.3 Beta for Windows and OSX

Post by Forrest »

NNDK 2.6.3 beta release is now out and available for download on the NetBurner tools download page. Please report any issues in this thread or directly to support by submitting a new ticket at http://support.netburner.com.

NNDK 2.6.2 has been elevated to stable status.

Anyone use MOD54415 or NANO54415 are recommended to use NNDK 2.6.3 due to processor latency bug fix mentioned below.

Code: Select all

# RELEASE 2.6.3 (July 2013)
## New in this version
* Examples
	* Added Twitter Bootstrap example, a web css framework for UI features on web pages.
	* Added AJAX real time data graph example
	* Added example on SBL2E serial callbacks
* Github
	* Several examples open sourced and moved to github.com/netburner
* HTTP
    * Documented <!-- CPPCALL --> web function. Works like FUNCTIONCALL, but allows support for C++ functions
    * Added robots.txt to disallow search engine crawling of examples by default
* MCF5441X
	* Added DSPI driver and example
	* Added multi channel i2c driver
* NANO54415
	* Added SetDefPinUsage() to set default pin assignments
* SBL2e
	* Added serial callback functions to SBL2e serial drivers
* SSL
	* Added 4096 key support
	* Added RSA_RC4_SHA1 cipher
* System
    * Added FreeBufferList() utility function to free buffer list
    * Added init() and initWithWeb() utility functions. These functions provide standard initialization for apps
* TCP
    * Added NoBlockConnect() non blocking connect function
* Tools
    * MTTTY updated with better USB/Serial port support

## Corrections in this version
* Ethernet
    * Fixed maximum packet size error
* Examples
	* Fixed NTP app/example bug which reduced time accuracy
	* Fixed MCF54415 PWM examples for edge aligned PWMs bug to remove dead time
* MCF5441X
	* Fixed i2c default baud rate
	* IRQ Vector table moved in to SRAM from external DDR
	* Created unified i2cstruct definition, which allows a single type access to all i2c modules
	* Fixed critical processor latency bug which caused 0.5 ms processor hangs
* SNMP
	* Added ability to handle octet writes with embedded zeros
* SSL
    * Fixed TCP socket leak on SSL failures
* System
	* Fixed default timezone parsing so default daylight savings time is 2am, not midnight
* TCP
    * Increased speed of duplicate ack retransmission on a lossy network
* Tools
    * Fixed issue where IPSetup did not see multi interfaces that are not exposed to network
Post Reply