The following sections show how you can migrate MDK Middleware projects from version 7 to version 8:
To change a Network component, make the following changes to the component selection:
Bundle MDK has replaced bundles MDK-Pro and MDK-Plus
Where applicable, replace the components:
with component that refer to the MDK bundle:
Event Recorder component is now part of the CMSIS-View class
If your project is configured for debugging, you must replace the component:
with a component of the CMSIS-View class:
The following screenshots show the previous settings on the left-hand side, while the new settings can be seen on the right-hand side.
The network core configuration file has been changed from Net_Config.c
to Net_Config.h
.
The following configuration changes have been made:
The network debug configuration file has been changed from Net_Debug.c
to Net_Debug.h
.
The following configuration changes have been made:
DBG_XXX
prefix changed to NET_DEBUG_XXX