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:
Francisco Munoz 2019-09-12 10:59:54 -07:00 committed by Andrew Boie
commit 2d8d4e0b1b
2 changed files with 29 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Peripherals
ipm.rst
pinmux.rst
pwm.rst
ps2.rst
sensor.rst
spi.rst
uart.rst

View 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