Lines Matching +full:zephyr +full:- +full:env
1 .. zephyr:code-sample:: posix-env
4 Manipulate environment variables from a Zephyr application.
20 .. zephyr-app-commands::
21 :zephyr-app: samples/posix/env
22 :host-os: unix
30 The program below shows sample output for a specific Zephyr build.
32 .. code-block:: console
35 BUILD_VERSION=zephyr-v3.5.0-5372-g3a46f2d052c7
47 .. code-block:: console
49 uart:~$ posix env set ALERT="Happy Friday!"
51 uart:~$ posix env set HOME="127.0.0.1"
60 .. code-block:: console
62 uart:~$ posix env get BOARD
68 .. code-block:: console
70 uart:~$ posix env get
72 BUILD_VERSION=zephyr-v3.5.0-5372-g3a46f2d052c7
80 .. code-block:: console
82 uart:~$ posix env unset BOARD