Searched full:home (Results 1 – 25 of 107) sorted by relevance
12345
/Zephyr-latest/tests/posix/single_process/src/ |
D | env.c | 12 #define M_HOME "/home/zephyr" 30 static DEFINE_ENVIRON(home, "HOME", M_HOME); 34 static char *environ_for_test[] = {home, uid, pwd, NULL}; 41 zassert_equal(getenv("HOME=" M_HOME), NULL); in ZTEST() 44 zassert_mem_equal(getenv("HOME"), M_HOME, strlen(M_HOME) + 1); in ZTEST() 72 {"HOME=", buf, sizeof(buf)}, in ZTEST() 87 zassert_mem_equal(getenv("HOME"), M_HOME, strlen(M_HOME) + 1); in ZTEST() 108 zassert_ok(setenv("HOME", "/root", 0)); in ZTEST() 109 zassert_mem_equal(getenv("HOME"), M_HOME, strlen(M_HOME) + 1); in ZTEST() 112 zassert_ok(setenv("HOME", "/root", 1)); in ZTEST() [all …]
|
/Zephyr-latest/samples/bluetooth/bthome_sensor_template/ |
D | README.rst | 16 * A BTHome compatible listener, for example `Home Assistant <https://www.home-assistant.io/>`_ with… 25 When the sample is running, navigate to Devices & Services under settings in Home
|
/Zephyr-latest/doc/develop/toolchains/ |
D | zephyr_sdk.rst | 110 * ``$HOME`` 111 * ``$HOME/.local`` 112 * ``$HOME/.local/opt`` 113 * ``$HOME/bin`` 118 directory and, when extracted under ``$HOME``, the resulting 119 installation path will be ``$HOME/zephyr-sdk-<version>``. 166 * ``$HOME`` 167 * ``$HOME/.local`` 168 * ``$HOME/.local/opt`` 169 * ``$HOME/bin`` [all …]
|
D | gnu_arm_embedded.rst | 38 /home/you/Downloads/gnu_arm_embedded
|
D | designware_arc_mwdt.rst | 41 /home/you/ARC/MWDT_2023.03/
|
/Zephyr-latest/samples/subsys/debug/fuzz/ |
D | README.rst | 41 [0/1] cd /home/andy/z/zephyr/build && .../andy/z/zephyr/build/zephyr/zephyr.exe 54 …NEW_FUNC[1/6]: 0x55cbe3339c45 in check1 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:43 55 NEW_FUNC[2/6]: 0x55cbe333c8d8 in char_out /home/andy/z/zephyr/lib/os/printk.c:108 64 …NEW_FUNC[1/1]: 0x55cbe3339ff7 in check6 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:48 75 #0 0x55cbe333a09d in check6 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:48:1
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 155 mkdir $HOME/bin/cmake && cd $HOME/bin/cmake 158 echo "export PATH=$PWD/cmake-3.21.1-Linux-x86_64/bin:\$PATH" >> $HOME/.zephyrrc 265 * ``$HOME`` 266 * ``$HOME/.local`` 267 * ``$HOME/.local/opt`` 268 * ``$HOME/bin`` 273 directory and, when extracted under ``$HOME``, the resulting installation 274 path will be ``$HOME/zephyr-sdk-<version>``.
|
/Zephyr-latest/cmake/modules/ |
D | user_cache.cmake | 44 set(dirs HOME) 51 # that is defined and defaulting to $HOME/.cache otherwise. 54 HOME
|
D | FindZephyr-sdk.cmake | 38 # 1 0.16.0 /home/<user>/zephyr-sdk-0.16.0 92 $ENV{HOME} 93 $ENV{HOME}/.local 94 $ENV{HOME}/.local/opt 95 $ENV{HOME}/bin)
|
/Zephyr-latest/samples/drivers/lcd_hd44780/ |
D | README.rst | 55 --------HOME-------- 56 I am home!
|
/Zephyr-latest/scripts/west_commands/ |
D | completion.py | 25 source $HOME/west-completion.bash 37 west completion fish > $HOME/.config/fish/completions/west.fish
|
/Zephyr-latest/doc/ |
D | index-tex.rst | 6 .. _zephyr-home-tex:
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_lockfree.rst | 8 at `1024cores <https://www.1024cores.net/home/lock-free-algorithms/queues/intrusive-mpsc-node-based…
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 541 * :github:`18683` - [Coverity CID :190988]Memory - illegal accesses in /home/aasthagr/zephyrproject… 542 * :github:`18682` - [Coverity CID :190984]Memory - illegal accesses in /home/aasthagr/zephyrproject… 543 * :github:`18681` - [Coverity CID :190979]Memory - illegal accesses in /home/aasthagr/zephyrproject… 544 * :github:`18680` - [Coverity CID :190959]Memory - illegal accesses in /home/aasthagr/zephyrproject… 545 * :github:`18679` - [Coverity CID :198643]Incorrect expression in /home/aasthagr/zephyrproject-exte… 546 * :github:`18678` - [Coverity CID :198642]Incorrect expression in /home/aasthagr/zephyrproject-exte… 547 * :github:`18677` - [Coverity CID :198641]Incorrect expression in /home/aasthagr/zephyrproject-exte… 548 * :github:`18676` - [Coverity CID :190994]Incorrect expression in /home/aasthagr/zephyrproject-exte… 549 * :github:`18675` - [Coverity CID :190982]Incorrect expression in /home/aasthagr/zephyrproject-exte… 550 * :github:`18674` - [Coverity CID :190962]Incorrect expression in /home/aasthagr/zephyrproject-exte… [all …]
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_export.cmake | 18 file(WRITE $ENV{HOME}/.cmake/packages/Zephyr/${MD5_SUM} ${CMAKE_CURRENT_LIST_DIR})
|
/Zephyr-latest/share/zephyrunittest-package/cmake/ |
D | zephyr_export.cmake | 18 file(WRITE $ENV{HOME}/.cmake/packages/ZephyrUnittest/${MD5_SUM} ${CMAKE_CURRENT_LIST_DIR})
|
/Zephyr-latest/soc/st/stm32/stm32f1x/ |
D | Kconfig.soc | 68 home audio. For STM32F107xx also the Ethernet MAC is available.
|
/Zephyr-latest/boards/shields/seeed_xiao_round_display/doc/ |
D | index.rst | 12 within its compact size, perfect for interactive displays in smart home,
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/ |
D | debug-with-arm-ds.rst | 101 …-states=0 -C bp.vis.disable_visualisation=1 -C cluster0.has_aarch64=1 -a /home/fengqi/zephyrprojec… 123 add-symbol-file "/home/fengqi/zephyrproject/build/zephyr/zephyr.elf" EL1S:0 125 Replace ``/home/fengqi/zephyrproject/build/zephyr/zephyr.elf`` with your local path.
|
/Zephyr-latest/boards/arduino/nano_33_ble/doc/ |
D | index.rst | 44 …#. In most Linux based systems the path is ``$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-… 56 west flash --bossac=$HOME/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac 119 If you installed TRACE32 into the home directory, run the following command.
|
/Zephyr-latest/doc/_templates/ |
D | zversions.html | 23 <a href="https://www.zephyrproject.org/">Project Home</a>
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_stm32cubeprogrammer.py | 18 HOME_PATH = Path("/home", "test") 19 """Home path (used for Linux system CLI path).""" 459 @patch("runners.stm32cubeprogrammer.Path.home", return_value=HOME_PATH) 500 @patch("runners.stm32cubeprogrammer.Path.home", return_value=HOME_PATH)
|
/Zephyr-latest/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 123 ['/home/joe/tmp/test_temp.py'] 152 monkeypatch.setenv('HOME', '/home/joe')
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 61 west config alias.update "update --path-cache $HOME/.cache/zephyrproject"
|
/Zephyr-latest/ |
D | zephyr-env.sh | 35 # .zephyrrc in your home directory. It will be automatically
|
12345