Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2

V2.10.02

Release Date: December 17, 2019

Requirements

  • µC/TCP-IP V3.00.01 or more recent.
  • µC/CPU V1.30.00 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent [optional].
  • µC/Shell V1.03.01 or more recent [optional].

Improvements

  • (648) DHCPc example in "Examples/dhcp-c_mgr.c" only applied to uC/OS-III. Now uC/OS-II is supported as well.
  • (717) User configuration of DHCPc_NEGO_MAX_RETRY is now allowed.

Bug Fixes

  • (716) DHCP discover was being sent out more than DHCPc_NEGO_MAX_RETRY times.

V2.10.01

Release Date: December 8, 2017

Requirements

  • µC/TCP-IP V3.00.01 or more recent.
  • µC/CPU V1.30.00 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent [optional].
  • µC/Shell V1.03.01 or more recent [optional].

API Changes

None.

Bug Fixes

  • (1) Fixed issue where, in certain cases, a timer that was freed in the DHCP timer task was freed again in DHCPc_StopStateHandler().
  • (5) Fixed subnet mask passed to NetIPv4_CfgAddrAddDynamic() by DHCPc_AddrLocalLinkCfg().
  • (11) Fixed issue with seeds for generating a Link-Local IPv4 address where they were being created from the pointer address of the HW address instead of the actual HW address.
  • (74) Fixed issue where the Rx buffers could fill up completely due to leaving the socket open during the backoff delays.
  • (126) Fixed issue where error codes DHCPc_ERR_PARAM_REQ_TBL_SIZE and DHCPc_ERR_IF_CFG_STATE had the same value (20).
  • (253) Fixed uninitialized variable wr_server_id in DHCPc_TxMsgPrepare().


V2.10.00

Release Date: 2014-07-11

Requirements

  • µC/TCP-IP V3.00.01 or more recent.
  • µC/CPU V1.30.00 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent [optional].
  • µC/Shell V1.03.01 or more recent [optional].

...

  • Support of µC/TCP-IP V3.00

API Changes

None.

Bug Fixes

None.