README.rst
1.. _mec15xxevb-sample:
2
3MEC15xx sample board test application
4#####################################
5
6Overview
7********
8
9This sample demonstrates power management features on MEC15xx-based boards.
10It showcase simple app that allows to enter into light and deep sleep.
11
12Building and Running
13********************
14
15The sample can be built and executed on boards using west.
16No pins configurations, except GPIO014 is used as indicator for entry/exit.
17
18
19Sample output
20=============
21
22.. code-block:: console
23
24 Wake from Light Sleep
25 Wake from Deep Sleep
26 ResumeBBBAA
27 Wake from Light Sleep
28 Suspend...
29 Wake from Deep Sleep
30 ResumeBBBAA
31
32note:: The values shown above might differ.
33