µC/DHCPc Migration Guide
From 2.09.xx to 2.10.00
- Make sure to install µC/TCP-IP V3.00.01 before.
- Remove old uC/DHCPc files from your project.
- Import the uC/DHCPc files from the release zip file.
- Remove the #define DHCPc_CFG_BROADCAST_BIT_EN from your dhcp-c_cfg.h.
From 2.09.00 to 2.09.01
- Remove old uC/DHCPc-V2 files from your project.
- Import the uC/DHCPc files from the release zip file.
From 2.08.03 to 2.09.00
- Remove old uC/DHCPc-V2 files from your project.
- Import the uC/DHCPc files from the release zip file.
- In you compiler include paths:
- Add a path leading to "/Micrium/Software/uC-TCPIP-V2/"
- Add a path leading to the OS directory (e.g. "/Micrium/Software/uCOS-II/" or "/Micrium/Software/uCOS-III/")
- Update all your references path to the new µc/DHCPc directory.
- Copy the µC/DHCPc configuration file (dhcp-c_cfg.h) from "/Micrium/Software/uC-DHCPc/Cfg/Template" to your project directory.
- Update dhcp-c_cfg.h configuration file.
- Remove the old uC/DHCP-V2 configuration from the app_cfg.h file.