Going forward, all releases are now available to download on our public site. You do not need a current support license agreement to get the latest bug fixes and new features. However, you will still require a valid development kit serial number to install the NNDK. We hope that this change will better help you create the best product possible.
Code: Select all
# RELEASE 2.6.1 (February 2013)
## New in this version
* Ethernet
* Added EtherLinkCallBack() callback function to all ethernet drivers. Does not get called in debug mode
* Moved DoRX ethernet RX function out of individual platforms and made a common NetDoRx function in the system directory. Debug drivers do call this function. Customer modified ethernet drivers should be amended to support this function
* Examples
* Added DAC example to MCF54415
* Added OnChip RTC example to MCF54415
* Added PWM example to MCF54415
* Added UDPNotify to standard stack examples
* Added CB34EX support to SecureEthToSer example
* Added ExternalIRQ example to MCF54415
* Added EFFS-RAM RAM drive example
* Added PIT timer example to MCF54415
* L2e
* Added XON XOFF flow control
* Added ability to disable serial update on individual ports. Some serial binary data was triggering update logic on the device
* MCF5213
* Added XON XOFF flow control
* Added ability to disable serial update on individual ports. Some serial binary data was triggering update logic on the device
* MCF54415
* Added proper support to sim structure for RTC and DMA
* Added pin_irq class support
* Added beta DMA SPI driver
* Added DSPI driver and examples to demonstrate usage
* LUA
* Added support for LUA scripting language
* Added several examples to demonstrate LUA usage
* System
* Added getFunctions to pinIO. This allows current pin function to be read
* Smarttrap now includes additional message which reports spurious interrupts
* Tools
* Added no reboot option to autoupdate
* Added BatchUpdate script in pctools. This script can be used to batch update several NetBurner modules with a single application
* NBEclipse updated for OSX and Windows
* NBEclipse now support names in NBLIBRARY files. This file allow NBEclipse to automatically link libraries in all projects.
## Corrections in this version
* AutoIP
* Changed getState member function from private to public. This function returns the current state of the auto IP client
* Fixed issue where disabling AutoIP in predef.h was causing compilation errors.
* DHCP
* DHCP is now more random in initial DHCP request. This helps prevent IP conflicts when multiple devices come online simultaneously
* EFFS
* Fixed mutex bug that generated problems when simultaneous SD cards are used on MOD5441X
* Changed ram_mcf.cpp from a per-Platform file to a per-Project file. This allows for different sized drives.
* HTTP
* Fixed extraneous 0xFF sent at the end of some http responses
* I2C
* Added mutex guards to i2cmulti and i2cmaster headers. Including both now results in a compile error
* MCF54415
* Fixed missing sim error
* Fixed support for both can devices
* NANO544115
* Fixed spaceleft() function, which calculates head size
* Fixed startup flash memory sequence error
* SBL2e
* Factory application properly enabled RTS when flow control is disabled
* System
* putled() and getdipsw() functions now have proper support for platforms that don't use these functions
* Added microsecond delays to HiResTimer
* Fixed incorrect constant in MOD5270 pinconstant.h
* WIFI
* RTL8711 library support was mistakenly removed from 2.6.0. This has be re-added
New versions of our NNDK are released for evaluation purposes only. We do not recommend using this release in an end product until it has been thoroughly tested. As with all new releases, this will be a beta for the first 8-12 weeks while we await feedback. If no major issues are present, we will upgrade this to an official release.