Lines Matching +full:built +full:- +full:in
1 .. zephyr:code-sample:: eeprom
3 :relevant-api: eeprom_interface
5 Store a boot count value in EEPROM.
10 This sample demonstrates the :ref:`EEPROM driver API <eeprom_api>` in a simple boot counter
16 In case the target board has defined an EEPROM with alias ``eeprom-0`` the
17 sample can be built without further ado. This applies for example to the
20 .. zephyr-app-commands::
21 :zephyr-app: samples/drivers/eeprom
22 :host-os: unix
31 .. zephyr-app-commands::
32 :zephyr-app: samples/drivers/eeprom
39 Then the sample can be built and executed for the as follows:
41 .. zephyr-app-commands::
42 :zephyr-app: samples/drivers/eeprom
50 .. code-block:: console