doc: peripherals: PS/2 API documentation
Append PS/2 API to the list of available peripherals Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
This commit is contained in:
parent
15cb3ac45e
commit
2d8d4e0b1b
2 changed files with 29 additions and 0 deletions
|
@ -19,6 +19,7 @@ Peripherals
|
|||
ipm.rst
|
||||
pinmux.rst
|
||||
pwm.rst
|
||||
ps2.rst
|
||||
sensor.rst
|
||||
spi.rst
|
||||
uart.rst
|
||||
|
|
28
doc/reference/peripherals/ps2.rst
Normal file
28
doc/reference/peripherals/ps2.rst
Normal file
|
@ -0,0 +1,28 @@
|
|||
.. _ps2:
|
||||
|
||||
|
||||
PS/2
|
||||
####
|
||||
|
||||
Overview
|
||||
********
|
||||
The PS/2 connector first hit the market in 1987 on
|
||||
IBM's desktop PC line of the same name before
|
||||
becoming an industry-wide standard for mouse and
|
||||
keyboard connections. Starting around 2007, USB
|
||||
superseded PS/2 and is the modern peripheral device
|
||||
connection standard. For legacy support on boards
|
||||
with a PS/2 connector, Zephyr provides these PS/2 driver APIs.
|
||||
|
||||
Configuration Options
|
||||
*********************
|
||||
|
||||
Related configuration options:
|
||||
|
||||
* :option:`CONFIG_PS2`
|
||||
|
||||
API Reference
|
||||
*************
|
||||
|
||||
.. doxygengroup:: ps2_interface
|
||||
:project: Zephyr
|
Loading…
Add table
Add a link
Reference in a new issue