mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 03:22:30 +00:00
Add new hardware section and move all related content from old structure. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
28 lines
641 B
ReStructuredText
28 lines
641 B
ReStructuredText
.. _peci_api:
|
|
|
|
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:
|
|
|
|
* :kconfig:option:`CONFIG_PECI`
|
|
|
|
API Reference
|
|
*************
|
|
|
|
.. doxygengroup:: peci_interface
|