Home
last modified time | relevance | path

Searched full:cd (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/Zephyr-latest/tests/drivers/coredump/coredump_api/
Dtestcase.yaml18 - "E: #CD:BEGIN#"
19 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
20 - "E: #CD:4([dD])([0-9a-fA-F]+)"
21 - "E: #CD:4([dD])([0-9a-fA-F]+)"
22 - "E: #CD:4([dD])([0-9a-fA-F]+)"
23 - "E: #CD:12121212"
24 - "E: #CD:4([dD])([0-9a-fA-F]+)"
25 - "E: #CD:34343434"
26 - "E: #CD:4([dD])([0-9a-fA-F]+)"
27 - "E: #CD:ababababcdcdcdcdefefefef"
[all …]
/Zephyr-latest/tests/subsys/debug/coredump_threads/
Dtestcase.yaml20 - "E: #CD:BEGIN#"
21 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
22 - "E: #CD:41([0-9a-fA-F]+)"
23 - "E: #CD:54([0-9a-fA-F]+)"
24 - "E: #CD:4([dD])([0-9a-fA-F]+)"
25 - "E: #CD:4([dD])([0-9a-fA-F]+)"
26 - "E: #CD:4([dD])([0-9a-fA-F]+)"
27 - "E: #CD:4([dD])([0-9a-fA-F]+)"
28 - "E: #CD:4([dD])([0-9a-fA-F]+)"
29 - "E: #CD:4([dD])([0-9a-fA-F]+)"
[all …]
/Zephyr-latest/tests/subsys/debug/coredump/
Dtestcase.yaml18 - "E: #CD:BEGIN#"
19 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
20 - "E: #CD:41([0-9a-fA-F]+)"
21 - "E: #CD:4([dD])([0-9a-fA-F]+)"
22 - "E: #CD:4([dD])([0-9a-fA-F]+)"
23 - "E: #CD:END#"
46 - "E: #CD:BEGIN#"
47 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
48 - "E: #CD:41([0-9a-fA-F]+)"
49 - "E: #CD:4([dD])([0-9a-fA-F]+)"
[all …]
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst118 E: #CD:BEGIN#
119 E: #CD:5a4501000100050000000000
120 E: #CD:4101003800
121 E: #CD:0e0000000200000000000000749d1100f803000000000000009d1100109d1100
122 E: #CD:00000000a71a100059041000060200000800000000901100
123 E: #CD:4d010080901100e0901100
124 E: #CD:0100000000000000000000000180000000000000000000000000000000000000
125 E: #CD:00000000000000000000000000000000e364100000000000000000004c9c1100
126 E: #CD:000000000000000000000000b49911000004000000000000fc03000000000000
127 E: #CD:4d0100b4991100b49d1100
[all …]
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dcoex_struct.h66 * struct coex_collect_sr_traffic_info - Message from CD to CM to request SR traffic info.
70 * Message from CD to CM to request SR traffic information.
78 * struct coex_ch_configuration -Message from CD to CM to configure CH.
85 * Message from CD to CM to configure CH
114 * struct coex_allocate_ppw - Message from CD to CM to allocate Periodic Priority Windows.
122 * Message from CD to CM to allocate Periodic Priority Windows.
134 * struct coex_allocate_vpw - Message from CD to CM to allocate Virtual Priority Windows.
140 * Message from CD to CM to allocate Virtual Priority Windows.
150 * struct coex_config_cm_params - Message from CD to CM to configure CM parameters
160 * Message from CD to CM to configure CM parameters.
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dgatt.llcp.sh12 CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
16 cd ${EDTT_PATH}
22 cd ${BSIM_OUT_PATH}/bin
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst28 cd samples/net/sockets/tcp
29 mkdir build && cd build
39 cd src
/Zephyr-latest/tests/bsim/
Dsh_common.source53 local PA="$(cd -- "$(dirname "${BASH_SOURCE[2]}")" && pwd)"
60 # This must be run without/before cd'ing into another directory
67 # This must be run without/before cd'ing into another directory
/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c83 struct gpio_dt_spec cd; member
560 if (!priv->cd.port) { in stm32_sdmmc_card_present()
564 err = gpio_pin_get_dt(&priv->cd); in stm32_sdmmc_card_present()
603 if (!priv->cd.port) { in stm32_sdmmc_card_detect_init()
607 if (!gpio_is_ready_dt(&priv->cd)) { in stm32_sdmmc_card_detect_init()
612 1 << priv->cd.pin); in stm32_sdmmc_card_detect_init()
614 err = gpio_add_callback(priv->cd.port, &priv->cd_cb); in stm32_sdmmc_card_detect_init()
619 err = gpio_pin_configure_dt(&priv->cd, GPIO_INPUT); in stm32_sdmmc_card_detect_init()
624 err = gpio_pin_interrupt_configure_dt(&priv->cd, GPIO_INT_EDGE_BOTH); in stm32_sdmmc_card_detect_init()
631 gpio_pin_configure_dt(&priv->cd, GPIO_DISCONNECTED); in stm32_sdmmc_card_detect_init()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/tests_scripts/
Dl2cap.sh11 cd ${BSIM_OUT_PATH}/bin
26 cd ${BSIM_OUT_PATH}/bin
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst95 cd <ZEPHYR_ROOT>
102 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
104 mkdir build && cd build
112 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
114 mkdir build && cd build
149 cd <ZEPHYR_ROOT>
156 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
158 mkdir build && cd build
166 cd <ZEPHYR_ROOT>/samples/tfm_integration/psa_crypto/
168 mkdir build && cd build
[all …]
/Zephyr-latest/boards/weact/mini_stm32h743/
DKconfig.mini_stm32h7431 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/
DKconfig.fk7b0m1_vbt61 # Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
DREADME.rst21 cd ${ZEPHYR_BASE}
35 cd ${ZEPHYR_BASE}/samples/subsys/testsuite/pytest/shell
/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dmini_stm32h743.conf1 # Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/scripts/net/
DREADME.txt19 * cd docker/
34 cd samples/net/gptp
40 cd $ZEPHYR_BASE
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/
DKconfig.shield1 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/boards/shields/weact_ov2640_cam_module/boards/
Dmini_stm32h743.conf2 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/dts/arm/st/h7/
Dstm32h7a3.dtsi112 /* System data RAM accessible over AXI bus: AXI SRAM1 in CD domain */
118 /* System data RAM accessible over AXI bus: AXI SRAM2 in CD domain */
125 /* System data RAM accessible over AXI bus: AXI SRAM3 in CD domain */
132 /* System data RAM accessible over AHB bus: SRAM1 in CD domain */
139 /* System data RAM accessible over AHB bus: SRAM2 in CD domain */
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/boards/
Dmini_stm32h743.conf2 # Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
Dmini_stm32h743.overlay2 * Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/boards/st/stm32h7b3i_dk/
DCMakeLists.txt2 # Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/soc/st/stm32/stm32h7x/
DKconfig.defconfig.stm32h7b0xx3 # Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
/Zephyr-latest/dts/bindings/sdhc/
Dnxp,imx-usdhc.yaml49 cd-gpios:
70 detect-cd:
/Zephyr-latest/doc/develop/toolchains/
Dzephyr_sdk.rst94 cd ~
125 cd zephyr-sdk- |sdk-version-ltrim|
150 cd ~
181 cd zephyr-sdk- |sdk-version-ltrim|
200 cd %HOMEPATH%
223 cd zephyr-sdk- |sdk-version-ltrim|

12345678910>>...18