mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 05:15:55 +00:00
This provides a better error message when building with CMake and forgetting ZEPHYR_BASE or not registering Zephyr in the CMake package registry. See parent commit for more details (split from parent for better readability). Signed-off-by: Marc Herbert <marc.herbert@intel.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. peci-sample: PECI Interface #################################### Overview ******** This sample demonstrates how to use the :ref:`PECI API <peci>`. 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.