doc: replace UTF-8 chars

Some our Zephyr tools don't like seeing UTF-8 characters, as reported in
issue #4131) so a quick scan and replace for UTF-8 characters in .rst,
.h, and Kconfig files using "file --mime-encoding" (excluding the /ext
folders) finds these files to tweak.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-10-01 10:00:48 -07:00 committed by Anas Nashif
commit f00f58517b
20 changed files with 27 additions and 27 deletions

View file

@ -44,7 +44,7 @@ typedef u8_t i2s_fmt_t;
/** @brief Standard I2S Data Format.
*
* Serial data is transmitted in twos complement with the MSB first. Both
* Serial data is transmitted in two's complement with the MSB first. Both
* Word Select (WS) and Serial Data (SD) signals are sampled on the rising edge
* of the clock signal (SCK). The MSB is always sent one clock period after the
* WS changes. Left channel data are sent first indicated by WS = 0, followed
@ -63,7 +63,7 @@ typedef u8_t i2s_fmt_t;
/** @brief PCM Short Frame Sync Data Format.
*
* Serial data is transmitted in twos complement with the MSB first. Both
* Serial data is transmitted in two's complement with the MSB first. Both
* Word Select (WS) and Serial Data (SD) signals are sampled on the falling edge
* of the clock signal (SCK). The falling edge of the frame sync signal (WS)
* indicates the start of the PCM word. The frame sync is one clock cycle long.
@ -82,7 +82,7 @@ typedef u8_t i2s_fmt_t;
/** @brief PCM Long Frame Sync Data Format.
*
* Serial data is transmitted in twos complement with the MSB first. Both
* Serial data is transmitted in two's complement with the MSB first. Both
* Word Select (WS) and Serial Data (SD) signals are sampled on the falling edge
* of the clock signal (SCK). The rising edge of the frame sync signal (WS)
* indicates the start of the PCM word. The frame sync has an arbitrary length,
@ -103,7 +103,7 @@ typedef u8_t i2s_fmt_t;
/**
* @brief Left Justified Data Format.
*
* Serial data is transmitted in twos complement with the MSB first. Both
* Serial data is transmitted in two's complement with the MSB first. Both
* Word Select (WS) and Serial Data (SD) signals are sampled on the rising edge
* of the clock signal (SCK). The bits within the data word are left justified
* such that the MSB is always sent in the clock period following the WS
@ -124,7 +124,7 @@ typedef u8_t i2s_fmt_t;
/**
* @brief Right Justified Data Format.
*
* Serial data is transmitted in twos complement with the MSB first. Both
* Serial data is transmitted in two's complement with the MSB first. Both
* Word Select (WS) and Serial Data (SD) signals are sampled on the rising edge
* of the clock signal (SCK). The bits within the data word are right justified
* such that the LSB is always sent in the clock period preceding the WS