Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 25 of 115) sorted by relevance

12345

/Zephyr-latest/doc/develop/west/
Dalias.rst6 West allows to add alias commands to the local, global or system configuration files.
10 Similar to how ``git`` aliases work, the alias command is replaced with the alias'
18 To add a new alias simply call the ``west config`` command:
22 west config alias.mylist "list -f '{name} {revision}'"
26 Recursive aliases are allowed as an alias command can contain other aliases, effectively
33 west config alias.update "update -o=--depth=1 -n"
48 west config --global alias.run "build --pristine=never --target run"
49 west config --global alias.menuconfig "build --pristine=never --target menuconfig"
51 Create an alias for the sample you are actively developing with additional options:
55 west config alias.sample "build -b native_sim samples/hello_world -t run -- -DCONFIG_ASSERT=y"
[all …]
/Zephyr-latest/boards/arm/mps3/
Dmps3_corstone300_an547.dts62 * you'll get the non-secure alias
64 itcm: itcm@10000000 { /* alias @ 0x0 */
70 sram: sram@11000000 { /* alias @ 0x01000000 */
76 dtcm: dtcm@30000000 { /* alias @ 0x20000000 */
82 isram: sram@31000000 {/* alias @ 0x21000000 */
Dmps3_corstone300_an552.dts61 * you'll get the non-secure alias
63 itcm: itcm@10000000 { /* alias @ 0x0 */
69 sram: sram@11000000 { /* alias @ 0x01000000 */
75 dtcm: dtcm@30000000 { /* alias @ 0x20000000 */
81 isram: sram@31000000 {/* alias @ 0x21000000 */
Dmps3_corstone300_fvp.dts61 * you'll get the non-secure alias
63 itcm: itcm@10000000 { /* alias @ 0x0 */
69 sram: sram@11000000 { /* alias @ 0x01000000 */
75 dtcm: dtcm@30000000 { /* alias @ 0x20000000 */
81 isram: sram@31000000 {/* alias @ 0x21000000 */
Dmps3_corstone310_an555.dts61 * you'll get the non-secure alias
63 itcm: itcm@10000000 { /* alias @ 0x0 */
69 sram: sram@11000000 { /* alias @ 0x01000000 */
75 dtcm: dtcm@30000000 { /* alias @ 0x20000000 */
81 isram: sram@31000000 {/* alias @ 0x21000000 */
Dmps3_corstone310_fvp.dts61 * you'll get the non-secure alias
63 itcm: itcm@10000000 { /* alias @ 0x0 */
69 sram: sram@11000000 { /* alias @ 0x01000000 */
75 dtcm: dtcm@30000000 { /* alias @ 0x20000000 */
81 isram: sram@31000000 {/* alias @ 0x21000000 */
/Zephyr-latest/lib/posix/options/
DKconfig.fd_mgmt23 When selected via Kconfig, Zephyr will provide an alias for fcntl() as _fcntl().
28 When selected via Kconfig, Zephyr will provide an alias for ftruncate() as _ftruncate().
33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
DKconfig.device_io29 When selected via Kconfig, Zephyr will provide an alias for close() as _close().
34 When selected via Kconfig, Zephyr will provide an alias for open() as _open().
39 When selected via Kconfig, Zephyr will provide an alias for read() as _read().
44 When selected via Kconfig, Zephyr will provide an alias for write() as _write().
DKconfig.fs18 When selected via Kconfig, Zephyr will provide an alias for fstat() as _fstat().
DKconfig.procN25 Select 'y' here and Zephyr will provide an alias for getpid() as _getpid().
/Zephyr-latest/samples/basic/button/
DREADME.rst24 alias, usually in the :ref:`BOARD.dts file <devicetree-in-out-files>`. You will
29 Unsupported board: sw0 devicetree alias is not defined
31 You may see additional build errors if the ``sw0`` alias exists, but is not
34 The sample additionally supports an optional ``led0`` devicetree alias. This is
35 the same alias used by the :zephyr:code-sample:`blinky` sample. If this is provided, the LED
45 includes a ``sw0`` alias; the optional ``led0`` alias is left out for
74 As shown, the ``sw0`` devicetree alias must point to a child node of a node
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/doc/
Dindex.rst40 | micromod_1_uart alias | UART 1 (with CTS and RTS pins) |
42 | micromod_2_uart alias | UART 2 |
44 | micromod_0_i2c alias | i2c 0 |
46 | micromod_1_i2c alias | i2c 1 |
48 | micromod_0_spi alias | SPI 0 |
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/
DKconfig.defconfig12 # alias for hal
17 # another alias for hal
/Zephyr-latest/subsys/debug/
Dthread_info.c149 extern const size_t __attribute__((alias("_kernel_thread_info_offsets")))
154 extern const size_t __attribute__((alias("_kernel_thread_info_num_offsets")))
159 extern const uint8_t __attribute__((alias("_kernel_thread_info_size_t_size")))
/Zephyr-latest/drivers/timer/
DKconfig.cavs6 # Keep this option as an alias to INTEL_ADSP_TIMER because
15 Temporary alias to INTEL_ADSP_TIMER
/Zephyr-latest/tests/drivers/pwm/pwm_api/boards/
Dfrdm_mcxn947_mcxn947_cpu0_sctimer.overlay7 /* Disable flexpwm node as it is mapped to pwm-0 alias which is picked up first by the test.
/Zephyr-latest/soc/nxp/lpc/lpc51u68/
Dlinker.ld8 * so we create an alias for the symbol to Zephyr's vector table
/Zephyr-latest/scripts/pylib/twister/
Dexpr_parser.py234 alias = ast[1][0]
236 if alias in node.aliases and node.status == "okay":
244 alias = ast[1][0]
250 if node.status == "okay" and alias in node.aliases and \
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst38 Unsupported board: red-pwm-led devicetree alias is not defined
39 Unsupported board: green-pwm-led devicetree alias is not defined
40 Unsupported board: blue-pwm-led devicetree alias is not defined
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dlinker.ld15 * so we create an alias for the symbol to Zephyr's vector table
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dlinker.ld15 * so we create an alias for the symbol to Zephyr's vector table
/Zephyr-latest/samples/basic/blinky/
DREADME.rst30 #. Have the LED configured using the ``led0`` devicetree alias.
80 The above sets your board's ``led0`` alias to use pin 13 on GPIO controller
95 - If the LED is built in to your board hardware, the alias should be defined in
/Zephyr-latest/samples/basic/threads/
DREADME.rst40 Unsupported board: led0 devicetree alias is not defined
41 Unsupported board: led1 devicetree alias is not defined
/Zephyr-latest/samples/sensor/soc_voltage/
DREADME.rst17 ``SENSOR_CHAN_VOLTAGE`` and create an alias named ``volt-sensor0`` to link to the node.
/Zephyr-latest/boards/shields/max7219/doc/
Dindex.rst28 for Arduino connectors and defines a node alias for the SPI interface

12345