2_c_digi_logo_10K

NET+OS 7.5.2 Updates

 

Last updated: 12/08/11

 

 

 

BSP Updates
Last updated 12/02/11

Version 1.0
Removed calls to the IOP queue flush routines.  The latest version of the IOP driver does these calls itself when the naIopProcessorStopAndReset is called.  Calling the flush routines a second time can cause buffers to be duplicated, and that can cause the CAN driver to panic.  This has been seen on tests when the CAN bus was opened and closed repeatedly. (Case 40284)

Corrected a problem with RF chip type checking.

Updated TODO messages for checking authorities in fileinit.c, and adding a semaphore to protect access on the download image if needed in firmware.c. Removed TODO for file type in firmware.c. (Case 39705)        

Corrected issue that caused naCliAddUserTable() to improperly overwrite commands when using -O2 optimization. (Case 38136)

Fixed lockup condition in Ethernet bypass transmit, and changed code for the example application to make it more readable. (Case 37952)

 

 

Documentation Updates
Last updated 12/02/11

Version 1.0
Added APIs to allow users to limit the amount of heap the TCP/IP stack is allowed to allocate.  Set the default limit to be half the heap. (Case 40091)

 

Version 1.01
Improved documentation for naIsrSetFiq to describe the limitations of FIQ service routines, and to describe the other configuration settings that need to be changed to support an FIQ service routine.

 

 

FTP Updates

Last updated 12/08/11

 

Version 1.0

Added file system error status check after create file call in bsp/fsintf/ftpsvrfs.c. It now continues opening a file if the file system error status is NAFS_DUPLICATE_DIR_ENTRY (file already exists). (Case 39495)

 

Version 1.01

Fixed incorrect response to EPSV command. (case 1326897)

 

 

iDigi Updates
Last updated 12/15/11

Version 1.0
Updated naiDigiIsConnected() to call naiDigiEdpConnected() and added naiDigiIsConnected() prototype. (Case 41354)

 

 

SNMP Updates
Last updated 12/02/11

Version 1.0
Fix from Treck for getting an OID with bad interface index for IfStatsTable. (Case 39737)

 

Version 1.01
Added application API example to access scalar MIB data. (Case 40867)

 


TCPIP Updates
Last updated 11/03/11

Version 1.0
Added APIs to allow users to limit the amount of heap the TCP/IP stack is allowed to allocate.  Set the default limit to be half the heap. (Case 40091)

 

 

Utility Updates
Last updated 08/25/11

Version 1.0

Flash Updater modified to support new Spansion and EON flash types on ConnectCore9p9215 platform. (Case 39760)