mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
docs: use "buses" rather than "busses"
If "busses" might be encountered as a plural of "bus" (5 instances), the correct spelling is "buses" (26 instances). Fixing those 5 instances makes the doc more consistent. Signed-off-by: Samuel Tardieu <sam@rfc1149.net> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
2c5107e1b4
commit
8a780cd212
3 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ following elements:
|
||||||
- On-chip Real Time Clock
|
- On-chip Real Time Clock
|
||||||
|
|
||||||
- TI TSC2102i touchscreen controller / analog-digital converter /
|
- TI TSC2102i touchscreen controller / analog-digital converter /
|
||||||
Audio CODEC, connected through MicroWire and |I2S| busses
|
Audio CODEC, connected through MicroWire and |I2S| buses
|
||||||
|
|
||||||
- GPIO-connected matrix keypad
|
- GPIO-connected matrix keypad
|
||||||
|
|
||||||
|
|
|
@ -32,4 +32,4 @@ The clamshell PDA models emulation includes the following peripherals:
|
||||||
|
|
||||||
- Three on-chip UARTs
|
- Three on-chip UARTs
|
||||||
|
|
||||||
- WM8750 audio CODEC on |I2C| and |I2S| busses
|
- WM8750 audio CODEC on |I2C| and |I2S| buses
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
CAN Bus Emulation Support
|
CAN Bus Emulation Support
|
||||||
=========================
|
=========================
|
||||||
The CAN bus emulation provides mechanism to connect multiple
|
The CAN bus emulation provides mechanism to connect multiple
|
||||||
emulated CAN controller chips together by one or multiple CAN busses
|
emulated CAN controller chips together by one or multiple CAN buses
|
||||||
(the controller device "canbus" parameter). The individual busses
|
(the controller device "canbus" parameter). The individual buses
|
||||||
can be connected to host system CAN API (at this time only Linux
|
can be connected to host system CAN API (at this time only Linux
|
||||||
SocketCAN is supported).
|
SocketCAN is supported).
|
||||||
|
|
||||||
The concept of busses is generic and different CAN controllers
|
The concept of buses is generic and different CAN controllers
|
||||||
can be implemented.
|
can be implemented.
|
||||||
|
|
||||||
The initial submission implemented SJA1000 controller which
|
The initial submission implemented SJA1000 controller which
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue