REL-1.0.1.7
Release date
17 April 2015
Source Code
https://github.com/dustcloud/sm_clib/releases/tag/REL-1.0.1.7
Overview
Compared to REL-1.0.0.2, this release makes the following changes.
New features
- in the SmartMesh IP mote and SmartMesh IP WirelessHART connector, when a duplicate serial frame is received from the device (i.e. the packetId field is the same as the previous packet), the serial frame is acknowledged, but not passed on the upper layer code.
- addition of the stationId parameters in the radiotestTx() function for the SmartMesh IP manager and SmartMesh WirelessHART mote connectors.
- in the SmartMesh WirelessHART connector, adding the dn_whmt_fileWrite, dn_whmt_fileRead and dn_whmt_fileOpen functions.
- added a payloadLen field in the dn_ipmt_rxSerialRequest function which allow a device attached to the SmartMesh IP mote to know the length of the data it just received.
Bug fixes
- fixing the bug where reserved bytes were missing for the SmartMesh WirelessHART setNVParameter and getNVParameter commands.
- removing the numLostPackets, numArrivedPackets and maxNumbHops from the SmartMesh IP manager's getNetworkInfo serial API command, for compatibility with SmartMesh IP Manager ver 1.2.1.12.
- fixing the use of the previously uninitialized extraFlags variable in dn_ipmg.c
- rigorous use of dn_err_t type for all return codes
- removed unnecessary length comparison when expected length is 0.
- removing the inline directive, which is supported differently by different toolchains
Miscellaneous
- updated function documentation to align with current product documentation
- updated intro text in IpMgWrapper
- removing unused variables
- Windows-style newlines in all files
Report an issue
Use JIRA.
New Features
Bug Fixes
Known issues
The list below is built automatically from the list of issues filed by users. Some issues listed below might not have been filtered by the DustCloud team.
Wishlist
The list below is built automatically from the list of issues filed by users. Some issues listed below might not have been filtered by the DustCloud team.
Discussions
The list below is built automatically from the list of issues filed by users. Some issues listed below might not have been filtered by the DustCloud team.