Skip to content

Commit

Permalink
Documentation: update Network migration guide (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
furbanc authored Jun 12, 2024
1 parent b3a678f commit 965366c
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion Documentation/Doxygen/Network/Network.dxy.in
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ TAB_SIZE = 2
# @} or use a double escape (\\{ and \\})

ALIASES = "token{1}=<span class=\"XML-Token\">\1</span>" \
"refrlarm{1}= <a href=\"https://www.keil.com/support/man/docs/rlarm/rlarm_\1.htm\" target=\"_blank\">\1</a>" \
"url{1}=\htmlonly<script>link_loc('\1');</script>\endhtmlonly" \
"url{2}=\htmlonly<script>link_loc2('\1','\2');</script>\endhtmlonly" \
"urlout{1}=\htmlonly<script>link_ext('\1');</script>\endhtmlonly" \
Expand Down
Binary file modified Documentation/Doxygen/Network/src/images/eth_phy_config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation/Doxygen/Network/src/images/http_default_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation/Doxygen/Network/src/images/mig_build_ok.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified Documentation/Doxygen/Network/src/images/mig_project_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation/Doxygen/Network/src/images/mig_rte_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions Documentation/Doxygen/Network/src/network_diffs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ to be migrated in µVision. The IDE will show an error message that a software c

\image html mig_project_open.png "Error message opening a legacy project"

This message is shown because the previous variants \b Debug/Release have been changed to IPv4/IPv6 Debug and IPv4/IPv6
Release. Open the \b Manage \b Run-Time \b Environment window. It will show the same error message in a different way:
This message is shown because the previous variants <b>IPv4 Release</b>/<b>IPv4 Debug</b> have been removed.
Open the \b Manage \b Run-Time \b Environment window. It will show the same error message in a different way:

\image html mig_rte_open.png "Error message in the Run-Time Environment"


\subsection nw_diffs_select_variant Select a New Core Variant
Select the variant \b IPv4/IPv6 \b Release to get rid of this validation message:
Select a New Component variant \b MDK to get rid of this validation message:

\image html mig_rte_choose_ipv4ipv6_release.png "Manually resolve the error message"
\image html mig_rte_choose_mdk.png "Manually resolve the error message"


\subsection nw_diffs_update_configs Update Configuration Files
Expand Down

0 comments on commit 965366c

Please sign in to comment.