Searched full:symlink (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/scripts/build/ |
D | subfolder_list.py | 48 symlink = create_links + os.path.sep + symbase 49 if not os.path.exists(symlink): 50 os.symlink(directory, symlink) 51 dirlist.append(symlink) 62 symlink = create_links + os.path.sep + linkname 63 if not os.path.exists(symlink): 64 os.symlink(targetdirectory, symlink) 65 dirlist.append(symlink)
|
/Zephyr-latest/samples/drivers/led/lp50xx/ |
D | README.rst | 45 - LP5009/LP5012: https://www.ti.com/lit/ds/symlink/lp5012.pdf 46 - LP5018/LP5024: https://www.ti.com/lit/ds/symlink/lp5024.pdf 47 - LP5030/LP5036: https://www.ti.com/lit/ds/symlink/lp5036.pdf
|
/Zephyr-latest/samples/drivers/haptics/drv2605/ |
D | README.rst | 36 - DRV2605 Datasheet: https://www.ti.com/lit/ds/symlink/drv2605.pdf
|
/Zephyr-latest/samples/sensor/bq274xx/ |
D | README.rst | 47 .. _BQ274XX Sensor: http://www.ti.com/lit/ds/symlink/bq27421-g1.pdf
|
/Zephyr-latest/samples/drivers/led/lp5562/ |
D | README.rst | 45 .. _LP5562 Manual: http://www.ti.com/lit/ds/symlink/lp5562.pdf
|
/Zephyr-latest/ |
D | .gitignore | 66 # Cargo encourages a .cargo/config.toml file to symlink to a generated file. Don't save these.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,tmag5273.yaml | 10 https://www.ti.com/lit/ds/symlink/tmag5273.pdf 11 https://www.ti.com/lit/ds/symlink/tmag3001.pdf
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 8 # * The CMAKE_C_COMPILER itself. This may be a symlink, but it ensures that
|
/Zephyr-latest/drivers/dac/ |
D | dac_dacx0501.c | 13 * https://www.ti.com/lit/ds/symlink/dac80501.pdf
|
/Zephyr-latest/boards/shields/waveshare_ups/doc/ |
D | index.rst | 138 https://www.ti.com/lit/ds/symlink/ina219.pdf
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 425 .symlink = NULL,
|
/Zephyr-latest/tests/posix/headers/src/ |
D | unistd_h.c | 282 /* zassert_not_null(symlink); */ /* not implemented */ in ZTEST()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 426 os.symlink(llvm_cov, gcov_lnk)
|
D | testplan.py | 1288 os.symlink(instance.build_dir, link_path)
|
/Zephyr-latest/boards/ezurio/bt510/doc/ |
D | bt510.rst | 249 .. _MAX3232 datasheet: https://www.ti.com/lit/ds/symlink/max3232.pdf
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 238 If you have another database filename you can also just symlink with this
|
/Zephyr-latest/boards/ezurio/bt610/doc/ |
D | bt610.rst | 602 .. _MAX3232 datasheet: https://www.ti.com/lit/ds/symlink/max3232.pdf
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 1849 mock.patch('os.symlink', side_effect=mock_symlink), \
|
D | test_runner.py | 1725 os.symlink(zephyr, dummy_link_dir)
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 967 # because it assumes symlink/../foo is the same as foo/.
|