[CMSIS-Build] Documentation: remove cbuild_uv.sh
diff --git a/CMSIS/DoxyGen/Build/src/CmdLineBuild.txt b/CMSIS/DoxyGen/Build/src/CmdLineBuild.txt
index 37c1bce..2c8d962 100644
--- a/CMSIS/DoxyGen/Build/src/CmdLineBuild.txt
+++ b/CMSIS/DoxyGen/Build/src/CmdLineBuild.txt
@@ -18,7 +18,6 @@
| \subpage cbuildgen "cbuildgen" | Create Make or CMakeLists.txt file and manage software layers |
| \subpage cmake "CMake" | CMake utility to generate binary images |
| \subpage cp_install "cp_install.sh" | Download and install software packs |
-| \subpage cbuild_uv "cbuild_uv.sh" | Export MDK project targets and run a command line build process |
\note
- For the above command line build tools and scripts a
@@ -924,58 +923,3 @@
available from <a href="https://github.com/ninja-build/ninja/releases" target="_blank">Releases</a> to the installation
directory of CMSIS-Build: <tt>./cbuild/bin</tt> where it is invoked automatically.
*/
-
-
-/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/
-/**
-\page cbuild_uv cbuild_uv.sh: Export MDK projects to CMSIS-Build
-
-The \b cbuild_uv.sh script calls µVision and exports all targets of a Keil MDK project to the \ref cprjFormat_pg "CPRJ"
-format. The script then invokes the \ref cbuild "cbuild.sh" script for each exported project target.
-
-
-\section cbuild_uv_invocation Invocation
-
-It is called from the \b Bash command line with the following syntax:
-
-\code
-cbuild_uv.sh <project-file>.uvprojx
-\endcode
-
-<b>Where:</b>
-
-\c cbuild_uv.sh is the name of the script.
-
-<\c project-file> is the filename of a µVision project.
-
-\note
-- The environment variable \c $MDK_ROOT must refer to the base directory of the Keil MDK installation.
-- Some MDK features are not converted as not all build features of µVision are available in command line build process. For
- example:
- - User commands pre and post build
- - <a href="https://www.keil.com/support/man/docs/uv4/uv4_ut_fcarmuv.htm" target="_blank">fcarm</a> code generator
- - Linker script generation. Instead, the linker script generated by MDK is used by CMSIS-Build.
-
-
-\section cbuild_uv_example Usage Example
-
-\verbatim
-$ cbuild_uv.sh FTP_Server.uvprojx
-(cbuild_uv.sh): Build MDK Project 0.10.0 (C) 2020 ARM
-uVision has created CPRJ files for the following targets:
-FTP_Server.Debug.cprj
-FTP_Server.Release.cprj
- --------------------------------------------------------------------
- calling cbuild.sh for FTP_Server.Debug.cprj
- --------------------------------------------------------------------
- ...
- --------------------------------------------------------------------
- calling cbuild.sh for FTP_Server.Release.cprj
- --------------------------------------------------------------------
- ...
-builds completed for:
-FTP_Server.Debug.cprj
-FTP_Server.Release.cprj
-total: 2 failed: 0
-\endverbatim
-*/