NNDK Release 2.6 Beta/ OSX Preview
Posted: Mon May 14, 2012 3:05 pm
NDK 2.6.0 is now out and available for download on the NetBurner support tools download page Please report any issues in this thread or directly to support by submitting a new ticket at http://support.netburner.com.
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.
Please note: OS X release is in preview state. Currently not yet supported: MOD5213, Network Debugging. Expect frequent updates to the OS X preview as bugs are reported.
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.
Please note: OS X release is in preview state. Currently not yet supported: MOD5213, Network Debugging. Expect frequent updates to the OS X preview as bugs are reported.
Code: Select all
# RELEASE 2.6.0 BETA
## New in this version
* New products
* NANO54415
* MOD5441X
* FAT
* Added the ability to support multiple drives/SD Cards
* IP
* Asymmetric route checking added
* OS X
* Support added for Mac
* PC Tools
* CompHTML now supports arbitrary file types and extensions. To add/modify a file type, modify pcbin\MIME_Magic.txt
* TCP Send - Allows you to send a file from PC to module over TCP
* Compcode - added binary output option
* RTOS/UCOS
* Moved UC/OS initialization to allow global static objects to use rtos functions
* Utility
* Added HiResTimer. An easy to use configurable time delay/stopwatch functionality with a DMA timer
## Corrections in this version
* DHCP
* Fixed bug in which DHCP was not handling infinite rebind times
* Ethernet
* Improved Ethernet status reporting in dynamically changing speed and duplex configurations
* FTP/TCP
* Fixed 32Kb long get request attack which caused NetBurner web server to lock up.
* Fixed FTP server bug in which directories were not properly displayed by some clients
* I²C
* Cleaned up I²C bug that caused a periodical lock up during a re-init call.
* Fixed timeout bug in MultiI2CRestart()
* IP
* Fixed IP Checksum error in some debug releases
* Fixed broadcast filter for fragments and for broadcast packets not on the local subnet.
* L2E
* Fixed bug in which buffered tcp data object had an error in report charavail().
* Fixed bug with receiving zero window probe requests
* SSL Certs
* Fixed error in conversion code that incorrectly converted some certs
* SSL Sendmail
* Fixed bug in which TCP socket was lost left half open on an SMTP email failure
* UC/OS
* Fixed race condition during boot up with slow-boot memories (SERIAL). Does not affect existing platforms, might affect custom platforms