NNDK Release 2.7.4 (January 2016)

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

NNDK Release 2.7.4 (January 2016)

Post by Forrest »

NNDK 2.7.4 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.

Code: Select all

# Release 2.7.4 (January 2016)
## New in this release
* DHCPD
	* Added ability to choose DHCPServer start address at runtime.
* Examples
	* Added NANO54415 ADC example
	* Added MCF5441X Pulse Generator/Counter example using DMA timer
	* Added FTPClient to SBL2e
	* Added IrigB example to MOD5234 & MOD5270
	* Added Ethernet to I2C example to SB70LC
	* Added Firmware update example for NBWifi.
	* Added ClearUserParameters example
* MCF5441X
	* Added promiscuous modes to MCF5441X Ethernet drivers.
	* Added Peripheral Clocks header to MCFf5441X sources
* Platform
	* Added SB800EX platform support
* RTC
	* Added ability to use any I2C module to MOD5441X for external RTC clock
* SBL2e
	* Added 485 driver to SBL2e
* SSL/TLS
	* Added support for SHA2 certificate signatures.
	* Added OS X support for Cert generation
* SysLog
	* Added ability to SysLog via specific interface using SysLogVia()
* TCP
	* Added ability to listen on specific interface
* Tools
	* Added mac address reporting to find.py
* WiFi
	* Added support for SB70LC

## Corrections in this release
* CB34EX
	* Added support for GetPreciseTime
* HTTP
	* Fixed httpstricmp to properly handle strings that are substrings of the input before the '?'
	* Fixed truncation issues for static file server >32K in web server
* MOD54417
	* Fixed buffer leak if you call send when in switch mode
* MOD5441X
	* Added watchdog callback support to mod5441X flash routines
* NANO54415
	* Monitor no longer set unused UART pins to UART mode on boot. To get this fix, contact support
	* EFFS Standard - fixed init so it only happens once, halves boot time
* RTC
	* Fixed off-by-one error in month on MCF5441X RTC
* SSL/TLS
	* Added timestamp when sending SSL Mail
	* Moved SSL/TLS to separate library (cryptolib.a)
	* Fixed time-out issue with non default tick rates
	* Added a single large buffer to TLS buffer allocation to handle overlarge Negotiations without falling back to malloc
	* Fixed altname support for certificate verification
	* Changed examples to use compiled in certs not using NetBurner specific formating
	* Fixed issue with FIN terminated SSL sessions causing a TCP socket leak
	* Fixed session reuse bug which increases SSL web server connection performance 4X
* SBL2e
	* Fixed http hangup when socket was reset with pending tcpprintf data outstanding
	* Fixed escaped chars on SBL2E web server
* System
	* Fixed multiple error in printf family functions
	* Fixed AutoIP when main interface has no IP addr
* TCP/IP/UDP/DNS
	* Made ephemeral port usage consistent across different uses. Fixes a DNS through NAT lookup failure
* WebClient
	* Fixed WebClient example to deal with chunked encoding
	* Added TLS support to WebClient
* WiFi
	* Only run DHCP if connection succeeds
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: NNDK Release 2.7.4 (January 2016)

Post by dciliske »

Known bugs:

Code: Select all

System:
*Printf: Negative values are preceded by *two* '-' characters
Dan Ciliske
Project Engineer
Netburner, Inc
Post Reply