Searched full:alias (Results 1 – 25 of 169) sorted by relevance
1234567
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 6 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/samples/basic/button/ |
D | README.rst | 24 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/lib/posix/options/ |
D | Kconfig.device_io | 29 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().
|
D | Kconfig.fd_mgmt | 23 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().
|
D | Kconfig.fs | 18 When selected via Kconfig, Zephyr will provide an alias for fstat() as _fstat().
|
D | Kconfig.procN | 25 Select 'y' here and Zephyr will provide an alias for getpid() as _getpid().
|
/Zephyr-latest/boards/arm/mps3/ |
D | mps3_corstone300_an547.dts | 62 * 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 */
|
D | mps3_corstone300_an552.dts | 61 * 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 */
|
D | mps3_corstone300_fvp.dts | 61 * 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 */
|
D | mps3_corstone310_an555.dts | 61 * 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 */
|
D | mps3_corstone310_fvp.dts | 61 * 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/soc/nxp/imxrt/imxrt6xx/ |
D | Kconfig.defconfig | 12 # alias for hal 17 # another alias for hal
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.cavs | 6 # Keep this option as an alias to INTEL_ADSP_TIMER because 15 Temporary alias to INTEL_ADSP_TIMER
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 38 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/samples/basic/blinky/ |
D | README.rst | 30 #. 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/dts/bindings/espi/ |
D | microchip,xec-espi-host-dev.yaml | 41 used by Port80 BIOS debug alias device to specify the byte lane the 42 alias address is mapped to in the 80h to 83h I/O range.
|
/Zephyr-latest/samples/basic/button/src/ |
D | main.c | 22 * Get button configuration from the devicetree sw0 alias. This is mandatory. 26 #error "Unsupported board: sw0 devicetree alias is not defined" 33 * The led0 devicetree alias is optional. If present, we'll use it
|
/Zephyr-latest/samples/basic/threads/ |
D | README.rst | 40 Unsupported board: led0 devicetree alias is not defined 41 Unsupported board: led1 devicetree alias is not defined
|
/Zephyr-latest/tests/drivers/pwm/pwm_api/boards/ |
D | frdm_mcxn947_mcxn947_cpu0_sctimer.overlay | 7 /* 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/ |
D | linker.ld | 8 * so we create an alias for the symbol to Zephyr's vector table
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | argparse.c | 64 .descript = "Alias of cpu" STRINGIFY(CONFIG_NATIVE_SIMULATOR_MCU_N) "_testid" in nrfbsim_register_args() 71 .descript = "Alias of cpu" STRINGIFY(CONFIG_NATIVE_SIMULATOR_MCU_N) "_testslist" in nrfbsim_register_args()
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/ |
D | linker.ld | 15 * so we create an alias for the symbol to Zephyr's vector table
|
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | linker.ld | 15 * so we create an alias for the symbol to Zephyr's vector table
|
/Zephyr-latest/drivers/mm/ |
D | mm_drv_common.h | 115 * which is marked as a weak alias to sys_mm_drv_map_region(). 141 * which is marked as a weak alias to sys_mm_drv_map_array(). 167 * which is marked as a weak alias to sys_mm_drv_unmap_region(). 190 * which is marked as a weak alias to sys_mm_drv_remap_region(). 217 * which is marked as a weak alias to sys_mm_drv_move_region(). 246 * which is marked as a weak alias to sys_mm_drv_move_array().
|
/Zephyr-latest/scripts/pylib/twister/ |
D | expr_parser.py | 234 alias = ast[1][0] 236 if alias in node.aliases and node.status == "okay": 240 # Checks if the DT has an enabled alias node whose parent has 244 alias = ast[1][0] 250 if node.status == "okay" and alias in node.aliases and \
|
1234567