Home
last modified time | relevance | path

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

123

/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dexpr_parser.py234 alias = ast[1][0]
236 if alias in node.aliases and node.status == "okay":
250 alias = ast[1][0]
253 return ast_handle_dt_enabled_alias_with_parent_compat(edt, alias,
257 alias = ast[1][1]
263 compat, alias, alias, compat)
265 return ast_handle_dt_enabled_alias_with_parent_compat(edt, alias,
289 def ast_handle_dt_enabled_alias_with_parent_compat(edt, alias, compat): argument
297 if (node.status == "okay" and alias in node.aliases and
/Zephyr-Core-2.7.6/samples/basic/button/
DREADME.rst19 alias, usually in the :ref:`BOARD.dts file <devicetree-in-out-files>`. You will
24 Unsupported board: sw0 devicetree alias is not defined
26 You may see additional build errors if the ``sw0`` alias exists, but is not
29 The sample additionally supports an optional ``led0`` devicetree alias. This is
30 the same alias used by the :ref:`blinky-sample`. If this is provided, the LED
40 includes a ``sw0`` alias; the optional ``led0`` alias is left out for
69 As shown, the ``sw0`` devicetree alias must point to a child node of a node
/Zephyr-Core-2.7.6/boards/arm/mps3_an547/
Dmps3_an547.dts108 * you'll get the non-secure alias
110 itcm: itcm@10000000 { /* alias @ 0x0 */
114 sram: sram@11000000 { /* alias @ 0x01000000 */
119 dtcm: dtcm@30000000 { /* alias @ 0x20000000 */
123 isram: sram@31000000 {/* alias @ 0x21000000 */
/Zephyr-Core-2.7.6/subsys/debug/
Dthread_info.c122 extern size_t __attribute__((alias("_kernel_thread_info_offsets")))
127 extern size_t __attribute__((alias("_kernel_thread_info_num_offsets")))
132 extern uint8_t __attribute__((alias("_kernel_thread_info_size_t_size")))
/Zephyr-Core-2.7.6/samples/basic/rgb_led/
DREADME.rst36 Unsupported board: red-pwm-led devicetree alias is not defined
37 Unsupported board: green-pwm-led devicetree alias is not defined
38 Unsupported board: blue-pwm-led devicetree alias is not defined
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-mouse/
DREADME.rst29 alias, usually in the :ref:`BOARD.dts file <devicetree-in-out-files>`. You will
34 Unsupported board: sw0 devicetree alias is not defined
36 You may see additional build errors if the ``sw0`` alias exists, but is not
46 An LED must also be configured via the ``led0`` devicetree alias. You may also
51 Unsupported board: led0 devicetree alias is not defined
/Zephyr-Core-2.7.6/samples/basic/blinky/
DREADME.rst25 Unsupported board: led0 devicetree alias is not defined
29 ``led0`` :ref:`devicetree <dt-guide>` alias. This is usually done in the
/Zephyr-Core-2.7.6/samples/basic/threads/
DREADME.rst39 Unsupported board: led0 devicetree alias is not defined
40 Unsupported board: led1 devicetree alias is not defined
/Zephyr-Core-2.7.6/samples/basic/servo_motor/
DREADME.rst27 Unsupported board: pwm-servo devicetree alias is not defined
31 :ref:`devicetree <dt-guide>` alias. Usually you will need to set this up via a
/Zephyr-Core-2.7.6/samples/drivers/kscan_touch/
DREADME.rst16 stm32f746g_disco or mimxrt1060_evk. The boards dts file should contain an alias
/Zephyr-Core-2.7.6/samples/basic/blinky_pwm/
DREADME.rst28 <dt-guide>` alias, usually in the :ref:`BOARD.dts file
36 Unsupported board: pwm_led0 devicetree alias is not defined
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-cdc/
DREADME.rst23 alias, usually in the :ref:`BOARD.dts file <devicetree-in-out-files>`. You will
28 Unsupported board: sw0 devicetree alias is not defined
30 You may see additional build errors if the ``sw0`` alias exists, but is not
/Zephyr-Core-2.7.6/boards/arm/cc3220sf_launchxl/
Dcc3220sf_launchxl.dts18 /* sw0/1 alias defined for compatibility with samples */
/Zephyr-Core-2.7.6/boards/arm/cc3235sf_launchxl/
Dcc3235sf_launchxl.dts22 /* sw0/1 alias defined for compatibility with samples */
/Zephyr-Core-2.7.6/samples/drivers/eeprom/
DREADME.rst15 In case the target board has defined an EEPROM with alias ``eeprom-0`` the
/Zephyr-Core-2.7.6/boards/shields/ssd1306/doc/
Dindex.rst35 for Arduino connectors and defines a node alias for the I2C interface
/Zephyr-Core-2.7.6/samples/drivers/led_ws2812/
DREADME.rst50 - create a ``led-strip`` :ref:`devicetree alias <dt-alias-chosen>`, which
/Zephyr-Core-2.7.6/boards/shields/mikroe_adc_click/doc/
Dindex.rst23 configuration for mikroBUS connectors and defines a node alias for the mikroBUS
/Zephyr-Core-2.7.6/boards/shields/dac80508_evm/doc/
Dindex.rst21 configuration for Arduino connectors and defines a node alias for the
/Zephyr-Core-2.7.6/boards/shields/x_nucleo_eeprma2/doc/
Dindex.rst30 configuration for Arduino connectors and defines a node alias for the
56 Per default the shield sets an ``eeprom-0`` alias for the M24C02-FMC6TG EEPROM,
/Zephyr-Core-2.7.6/boards/shields/lmp90100_evb/doc/
Dindex.rst23 configuration for Arduino connectors and defines a node alias for the
/Zephyr-Core-2.7.6/subsys/debug/coredump/
DKconfig28 Core dump is saved to a flash partition with DTS alias
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1451 def verify_alias_target(alias, node_name): argument
1452 verify_path_is(alias, node_name, dt)
1453 assert alias in dt.alias2node
1454 assert dt.alias2node[alias].name == node_name, f"bad result for {alias}"
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/lldp/
DKconfig62 Subtype 2 = Interface alias
131 Subtype 1 = Interface alias
/Zephyr-Core-2.7.6/doc/guides/dts/
Ddesign.rst22 - In-tree sample applications shall use :ref:`aliases <dt-alias-chosen>` to

123