/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | expr_parser.py | 234 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/ |
D | README.rst | 19 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/ |
D | mps3_an547.dts | 108 * 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/ |
D | thread_info.c | 122 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/ |
D | README.rst | 36 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/ |
D | README.rst | 29 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/ |
D | README.rst | 25 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/ |
D | README.rst | 39 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/ |
D | README.rst | 27 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/ |
D | README.rst | 16 stm32f746g_disco or mimxrt1060_evk. The boards dts file should contain an alias
|
/Zephyr-Core-2.7.6/samples/basic/blinky_pwm/ |
D | README.rst | 28 <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/ |
D | README.rst | 23 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/ |
D | cc3220sf_launchxl.dts | 18 /* sw0/1 alias defined for compatibility with samples */
|
/Zephyr-Core-2.7.6/boards/arm/cc3235sf_launchxl/ |
D | cc3235sf_launchxl.dts | 22 /* sw0/1 alias defined for compatibility with samples */
|
/Zephyr-Core-2.7.6/samples/drivers/eeprom/ |
D | README.rst | 15 In case the target board has defined an EEPROM with alias ``eeprom-0`` the
|
/Zephyr-Core-2.7.6/boards/shields/ssd1306/doc/ |
D | index.rst | 35 for Arduino connectors and defines a node alias for the I2C interface
|
/Zephyr-Core-2.7.6/samples/drivers/led_ws2812/ |
D | README.rst | 50 - create a ``led-strip`` :ref:`devicetree alias <dt-alias-chosen>`, which
|
/Zephyr-Core-2.7.6/boards/shields/mikroe_adc_click/doc/ |
D | index.rst | 23 configuration for mikroBUS connectors and defines a node alias for the mikroBUS
|
/Zephyr-Core-2.7.6/boards/shields/dac80508_evm/doc/ |
D | index.rst | 21 configuration for Arduino connectors and defines a node alias for the
|
/Zephyr-Core-2.7.6/boards/shields/x_nucleo_eeprma2/doc/ |
D | index.rst | 30 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/ |
D | index.rst | 23 configuration for Arduino connectors and defines a node alias for the
|
/Zephyr-Core-2.7.6/subsys/debug/coredump/ |
D | Kconfig | 28 Core dump is saved to a flash partition with DTS alias
|
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 1451 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/ |
D | Kconfig | 62 Subtype 2 = Interface alias 131 Subtype 1 = Interface alias
|
/Zephyr-Core-2.7.6/doc/guides/dts/ |
D | design.rst | 22 - In-tree sample applications shall use :ref:`aliases <dt-alias-chosen>` to
|