mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
PECI bus sample requires a controller and a target Intel system(PECI controller) + Embedded controller(PECI target), where EC HW can be add-on card (mec172xmodular) or onboard EC. MEC172x EVB is not intended to be connected hence excluding the platform. Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
.. _peci-sample: PECI Interface #################################### Overview ******** This sample demonstrates how to use the :ref:`PECI API <peci_api>`. Callbacks are registered that will write to the console indicating PECI events. These events indicate PECI host interaction. Building and Running ******************** The sample can be built and executed on boards supporting PECI. Please connect ensure the microcontroller used is connected to a PECI Host in order to execute. Sample output ============= .. code-block:: console PECI test Note: You are expected to see several interactions including ID and temperature retrieval.