doc: reference: peripherals: Add PECI API documentation
Add PECI API documentation Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
parent
7325f460eb
commit
63d26c8b1d
2 changed files with 29 additions and 0 deletions
|
@ -21,6 +21,7 @@ Peripherals
|
|||
pinmux.rst
|
||||
pwm.rst
|
||||
ps2.rst
|
||||
peci.rst
|
||||
sensor.rst
|
||||
spi.rst
|
||||
uart.rst
|
||||
|
|
28
doc/reference/peripherals/peci.rst
Normal file
28
doc/reference/peripherals/peci.rst
Normal file
|
@ -0,0 +1,28 @@
|
|||
.. _peci:
|
||||
|
||||
PECI
|
||||
####
|
||||
|
||||
Overview
|
||||
********
|
||||
The Platform Environment Control Interface, abbreviated as PECI,
|
||||
is a thermal management standard introduced in 2006
|
||||
with the Intel Core 2 Duo Microprocessors.
|
||||
The PECI interface allows external devices to read processor temperature,
|
||||
perform processor manageability functions, and manage processor interface
|
||||
tuning and diagnostics.
|
||||
The PECI bus driver APIs enable the interaction between Embedded
|
||||
Microcontrollers and CPUs.
|
||||
|
||||
Configuration Options
|
||||
*********************
|
||||
|
||||
Related configuration options:
|
||||
|
||||
* :option:`CONFIG_PECI`
|
||||
|
||||
API Reference
|
||||
*************
|
||||
|
||||
.. doxygengroup:: peci_interface
|
||||
:project: Zephyr
|
Loading…
Add table
Add a link
Reference in a new issue