Version 2.09.xx
V2.09.01
Release Date: 2014-09-17
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].
New features & improvements
None.
API Changes
None.
Bug Fixes
- DHCPc_Start() previously failed to configure non default interface since µC/TCPIP-V2.11.00. Fixed by adding a call to NetSock_CfgIF().
V2.09.00
Release Date: 2012-12-18
Requirements
- µC/TCP-IP V2.13.01 or more recent.
- µC/CPU V1.29.01 or more recent.
- µC/LIB V1.37.01 or more recent.
New features & improvements
- New unique configuration file – dhcp-c_cfg.h and removed all reference to app_cfg.h. DHCPc configuration has not to be copied in app_cfg.h anymore.
- Changed the product directory name from uC-DHCPc-V2 to uC-DHCPc.
- Modified how headers are included inside the product and how to include net.h. Compiler 'include path directories' can contain the main folder of µC/TCPIP-V2 (e.g. $Micrium/Software/uC-TCPIP-V2) without including subdirectories.
API Changes
None.
Bug Fixes
None.