Releases: dustcloud/sm_clib
Releases · dustcloud/sm_clib
REL-1.0.2.9
Compared to REL-1.0.1.7, this release makes the following changes.
New features
- Addition of MSP430 LaunchPad sample applications.
Bug fixes
- Issue handling the
SYNCflag.
REL-1.0.1.7
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
packetIdfield is the same as the previous packet), the serial frame is acknowledged, but not passed on the upper layer code. - addition of the
stationIdparameters in theradiotestTx()function for the SmartMesh IP manager and SmartMesh WirelessHART mote connectors. - in the SmartMesh WirelessHART connector, adding the
dn_whmt_fileWrite,dn_whmt_fileReadanddn_whmt_fileOpenfunctions. - added a
payloadLenfield in thedn_ipmt_rxSerialRequestfunction 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
setNVParameterandgetNVParametercommands. - removing the
numLostPackets,numArrivedPacketsandmaxNumbHopsfrom the SmartMesh IP manager'sgetNetworkInfoserial API command, for compatibility withSmartMesh IP Manager ver 1.2.1.12. - fixing the use of the previously uninitialized
extraFlagsvariable indn_ipmg.c - rigorous use of
dn_err_ttype for all return codes - removed unnecessary length comparison when expected length is
0. - removing the
inlinedirective, 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
REL-1.0.1.5
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
packetIdfield is the same as the previous packet), the serial frame is acknowledged, but not passed on the upper layer code. - addition of the
stationIdparameters in theradiotestTx()function for the SmartMesh IP manager and SmartMesh WirelessHART mote connectors. - in the SmartMesh WirelessHART connector, adding the
dn_whmt_fileWrite,dn_whmt_fileReadanddn_whmt_fileOpenfunctions. - added a
payloadLenfield in thedn_ipmt_rxSerialRequestfunction which allow a device attached to the SmartMesh IP mote to know the length of the data it just received.
Bug fixes
- removing the
numLostPackets,numArrivedPacketsandmaxNumbHopsfrom the SmartMesh IP manager'sgetNetworkInfoserial API command, for compatibility withSmartMesh IP Manager ver 1.2.1.12. - fixing the use of the previously uninitialized
extraFlagsvariable indn_ipmg.c - rigorous use of
dn_err_ttype for all return codes - removed unnecessary length comparison when expected length is
0. - removing the
inlinedirective, 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
REL-1.0.1.4
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 devide (i.e. the
packetIdfield is the same as the previous packet), the serial frame is acknowledged, but not passed on the upper layer code. - addition of the
stationIdparameters in theradiotestTx()function for the SmartMesh IP manager and SmartMesh WirelessHART mote connectors. - in the SmartMesh WirelessHART connector, adding the
dn_whmt_fileWrite,dn_whmt_fileReadanddn_whmt_fileOpenfunctions.
Bug fixes
- removing the
numLostPackets,numArrivedPacketsandmaxNumbHopsfrom the SmartMesh IP manager'sgetNetworkInfoserial API command, for compatibility withSmartMesh IP Manager ver 1.2.1.12. - fixing the use of the previously uninitialized
extraFlagsvariable indn_ipmg.c - rigorous use of
dn_err_ttype for all return codes - removed unnecessary length comparison when expected length is
0. - removing the
inlinedirective, 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
REL-1.0.1.3
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 devide (i.e. the
packetIdfield is the same as the previous packet), the serial frame is acknowledged, but not passed on the upper layer code. - addition of the
stationIdparameters in theradiotestTx()function for the SmartMesh IP manager and SmartMesh WirelessHART mote connectors. - in the SmartMesh WirelessHART connector, adding the
dn_whmt_fileWrite,dn_whmt_fileReadanddn_whmt_fileOpenfunctions.
Bug fixes
- fixing the use of the previously uninitialized
extraFlagsvariable indn_ipmg.c - rigorous use of
dn_err_ttype for all return codes - removed unnecessary length comparison when expected length is
0. - removing the
inlinedirective, 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
REL-1.0.0.2
Initial release of the SmartMesh C Library.