zephyr/samples/drivers/espi
Jose Alberto Meza e3eb9bedec samples: drivers: espi: Showcase how to handle lenghty boot initializations
Add sample where a fictious lenghty operation is required before a more
elaborate handshake is perform with eSPI master.
This requires sending SLAVE_BOOT_DONE virtual wire explicitly.

Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
2020-08-30 08:22:11 -04:00
..
boards samples: drivers: espi: Convert espi sample to devicetree 2020-08-18 14:22:10 -04:00
dts/bindings samples: drivers: espi: Convert espi sample to devicetree 2020-08-18 14:22:10 -04:00
src samples: drivers: espi: Showcase how to handle lenghty boot initializations 2020-08-30 08:22:11 -04:00
CMakeLists.txt samples: drivers: espi: Convert espi sample to devicetree 2020-08-18 14:22:10 -04:00
Kconfig samples: drivers: espi: Convert espi sample to devicetree 2020-08-18 14:22:10 -04:00
prj_mec1501modular_assy6885.conf samples: drivers: espi: Convert espi sample to devicetree 2020-08-18 14:22:10 -04:00
prj.conf
README.rst samples: fix reStructuredText target directives 2020-08-28 12:54:40 +02:00
sample.yaml samples: drivers: espi: Convert espi sample to devicetree 2020-08-18 14:22:10 -04:00

.. _espi-sample:

Enhanced Serial Peripheral Interface
####################################

Overview
********

This sample demonstrates how to use the Enhanced Serial Peripheral Interface
(eSPI) API.
It shows how to configure and select eSPI controller capabilities as part of
a simple eSPI handshake that includes exchanging virtual wire packets.

Standard platform signals are sent virtual wire packets over the bus.
Callbacks are registered that will write to the console indicating main
eSPI events and when a virtual wire is received.

Building and Running
********************

The sample can be built and executed on boards supporting eSPI.
Any pins required for minimum eSPI handshake should be configured.

Sample output
=============

.. code-block:: console

   Hello eSPI test!
   eSPI test - I/O initialization...complete
   eSPI slave configured successfully!
   eSPI test - callbacks initialization... complete
   eSPI test - callbacks registration... complete
   eSPI test - Power initialization...complete
   eSPI test - Handshake
   eSPI BUS reset 0
   VW channel is ready

   PLT_RST changed 1
        1st phase completed
        2nd phase completed
        3rd phase completed

note:: The values shown above might differ.