Eliminate UTF-8 characters except superscripted 2 in i2c

This commit is contained in:
Joel Sherrill
2018-12-20 09:17:09 -06:00
parent e24c5e9682
commit 6682434bf2
9 changed files with 22 additions and 22 deletions

View File

@@ -56,7 +56,7 @@ The next two commands are used to link the fileio executable.The `-B` option
signifies the use of the complete path to the required directory or file. Write
the full path instead of the path file: `sparc-rtems5/erc32/lib/` in the
following commands according to your installation. Also confirm the path of the
fileios executable and object files in the last line of the command according
fileio's executable and object files in the last line of the command according
to your installation.
.. code:: shell

View File

@@ -40,11 +40,11 @@ trace linker using a command to link the application executable. The trace
linker uses the application files in compiled format (ELF) and the libraries
used to build the application for performing this link.
Step 2: The RTEMS Trace Linker reads the users configuration file and that
Step 2: The RTEMS Trace Linker reads the user's configuration file and that
results in it reading the standard Trace Buffering Configuration files
installed with the RTEMS Trace Linker. The trace linker uses the target
compiler and linker to create the trace enabled application executable. It
wraps the functions defined in the users configuration with code that captures
wraps the functions defined in the user's configuration with code that captures
trace records into the statically allocated buffer. The trace wrapper code is
compiled with the target compiler and the resulting ELF object file is added to
the standard link command line used to link the application and the application
@@ -53,7 +53,7 @@ is re-linked using the wrapping option of the GNU linker.
Step 3: The trace linker creates an executable which is capable of running on
the target hardware or simulator.
Step 4: RTEMS shell provides the rtrace command to display and save trace
Step 4: RTEMS shell provides the "rtrace" command to display and save trace
buffers.
.. comment: taken from https://devel.rtems.org/wiki/Developer/Tracing