/Zephyr-latest/tests/arch/riscv/userspace/riscv_gp/src/ |
D | main.c | 28 /* Make sure that `gp` is as expected */ in rogue_user_fn() 38 /* Make sure that `gp` is corrupted */ in rogue_user_fn() 48 /* Make sure that `gp` is sane again */ in rogue_user_fn() 76 /* Make sure that `gp` is the same as before a rogue thread was executed */ in ZTEST_USER()
|
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat.h | 11 /* Make sure to match the drive name to ELM FAT Lib volume strings */ 17 /* Make sure to match the drive name to ELM FAT Lib volume strings */
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/ |
D | sysbuild.cmake | 10 # Make sure the remote build is using different target than host CPU 28 # Make sure MCUboot is flashed first
|
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
D | main.c | 157 /* Make sure we don't get response */ in ZTEST() 161 /* Make sure the backend is ready to receive a new command again */ in ZTEST() 196 /* Make sure we don't get response */ in ZTEST() 200 /* Make sure the backend is ready to receive a new command again */ in ZTEST() 221 /* Make sure we don't get response */ in ZTEST() 225 /* Make sure the backend is ready to receive a new command again */ in ZTEST() 245 /* Make sure we don't get response */ in ZTEST() 249 /* Make sure the backend is ready to receive a new command again */ in ZTEST() 278 /* Make sure we don't get response */ in ZTEST() 282 /* Make sure the backend is ready to receive a new command again */ in ZTEST()
|
/Zephyr-latest/arch/posix/ |
D | Linux.aarch64.cmake | 22 "Otherwise, be sure to define CONFIG_64BIT appropriately.\n" 31 "Otherwise, be sure to define CONFIG_64BIT appropriately.\n"
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | server.c | 71 /* Kill the power before the graceful disconnect, to make sure in server_round_2() 114 * enough to make sure the delayed storage work item is not executed. in server_round_5() 140 * peer has disconnected. In round 2 we also make sure we receive the Service 154 * This is a non-regression test to make sure we didn't break the previous 161 * makes sure that we are indeed change-unaware.
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | fixtures.py | 38 finally: # to make sure we close all running processes execution 54 finally: # to make sure we close all running processes execution 64 finally: # to make sure we close all running processes execution
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | write_shared_memory.sh | 31 # make sure we only read and write up to WM_SIZE 41 # make sure we only read $1 if it is defined (no unset)
|
/Zephyr-latest/tests/subsys/debug/gdbstub/ |
D | testcase.yaml | 37 # Make sure the gdbstub port chosen is unique for this test to avoid conflicts 64 # Make sure the gdbstub port chosen is unique for this test to avoid conflicts
|
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/boards/ |
D | nucleo_wb07cc.conf | 1 # Use lowest- and highest-numbered channels to make sure the whole range works
|
D | nucleo_wb09ke.conf | 1 # Use lowest- and highest-numbered channels to make sure the whole range works
|
/Zephyr-latest/tests/boards/intel_adsp/mm/src/ |
D | main.c | 60 * Make sure it is written back to the mapped 119 /* Make sure they match the originals */ 126 /* Modify the copy and make sure the originals are unmodified */ 133 * Make sure it is written back to the mapped 186 * Make sure it is written back to the mapped in ZTEST() 245 /* Make sure they match the originals */ in ZTEST() 252 /* Modify the copy and make sure the originals are unmodified */ in ZTEST() 259 * Make sure it is written back to the mapped in ZTEST()
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_sy1xx_trng.c | 72 /* make sure fifo has at least one random word */ in sy1xx_trng_driver_get_entropy() 94 /* always error check, to make sure that we received valid readings */ in sy1xx_trng_driver_get_entropy() 118 /* make sure fifo has at least one random word */ in sy1xx_trng_driver_get_entropy_isr() 139 /* always error check, to make sure that we received valid readings */ in sy1xx_trng_driver_get_entropy_isr()
|
/Zephyr-latest/doc/build/dts/ |
D | troubleshooting.rst | 24 Make sure <devicetree.h> is included 48 To fix it, you need to make sure that: 65 **Making sure the node is enabled**: 115 Make sure that you see ``status = "okay";`` in :file:`zephyr.dts` after you 118 **Making sure the device driver is enabled**: 157 If you find a driver, you next need to make sure the Kconfig option that 158 compiles it is enabled. (If you don't find a driver, and you are sure the 177 Once you know the driver you want to enable, you need to make sure its Kconfig 194 making sure to :ref:`dt-trouble-try-pristine`: 211 Make sure you're using the right names
|
/Zephyr-latest/samples/drivers/led/xec/ |
D | README.rst | 42 - Make sure there are no jumpers on JP54 1-2 and JP21 4-5 46 - Make sure there are no jumpers on JP54 3-4 and JP21 16-17 58 - Make sure there is no jumper on JP79 17-18.
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_mpfs.c | 215 * go 1. Make sure that service is complete i.e. BUSY bit is gone 0 in verify_image() 232 * here to make sure System controller has started processing in verify_image() 240 * go 1. Make sure that service is complete i.e. BUSY bit is gone 0 in verify_image() 263 * go 1. Make sure that service is complete i.e. BUSY bit is gone 0 in activate_image() 278 * here to make sure System controller has started processing in activate_image() 286 * go 1. Make sure that service is complete i.e. BUSY bit is gone 0 in activate_image() 346 * go 1. Make sure that service is complete i.e. BUSY bit is gone 0 in mpfs_fpga_get_info() 362 * here to make sure System controller has started processing in mpfs_fpga_get_info() 370 * go 1. Make sure that service is complete i.e. BUSY bit is gone 0 in mpfs_fpga_get_info()
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | prj.conf | 4 # Make sure this is off. Otherwise a single 60-character line at
|
/Zephyr-latest/doc/services/serialization/ |
D | nanopb.rst | 13 make sure the ``protoc`` executable is installed and available. 53 Make sure to include ``nanopb`` within your ``CMakeLists.txt`` file as follows:
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | mec1501modular_assy6885_defconfig | 7 # Make sure external power management setup is as indicated in documentation
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.andes_atcgpio100 | 15 Says n if not sure.
|
D | Kconfig.sifive | 13 Says n if not sure.
|
D | Kconfig.cmsdk_ahb | 13 Says n if not sure.
|
/Zephyr-latest/samples/net/common/ |
D | Kconfig | 11 Make sure we get DNS server addresses from the network
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig.esp32 | 10 Make sure there is a minimal heap available for BT driver.
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.beetle | 24 Select n if not sure.
|