Home
last modified time | relevance | path

Searched refs:require (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/Zephyr-latest/scripts/west_commands/tests/
Dtest_mdb.py203 def test_flash_nsim(require, cc, test_case, mdb_nsim): argument
205 assert require.called
211 def test_debug_nsim(require, pii, test_case, mdb_nsim): argument
213 assert require.called
220 def test_multicores_nsim(require, pii, cc, test_case, mdb_nsim): argument
222 assert require.called
232 def test_flash_hw_no_hl(require, cc, test_case, mdb_hw_no_hl, tmpdir): argument
234 assert require.called
240 def test_flash_hw_hl(require, cc, test_case, mdb_hw_hl, tmpdir): argument
242 assert require.called
[all …]
Dtest_pyocd.py169 def test_flash(require, cc, pyocd_args, expected, pyocd): argument
171 assert require.called
181 def test_debug(require, rsc, pyocd_args, expectedv, pyocd): argument
183 assert require.called
193 def test_debugserver(require, cc, pyocd_args, expected, pyocd): argument
195 assert require.called
213 def test_flash_args(require, cc, bc, pyocd_args, flash_addr, expected, pyocd): argument
217 assert require.called
229 def test_debug_args(require, rsc, bc, pyocd_args, expectedv, pyocd): argument
231 assert require.called
[all …]
Dtest_nxp_s32dbg.py171 def test_debugserver(require, check_call, system, argument
178 assert require.called
195 def test_debug(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument
210 assert require.called
229 def test_attach(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument
244 assert require.called
Dtest_stm32cubeprogrammer.py467 check_call, require, path_exists, path_home, system, tc, runner_config argument
494 require.assert_called_with(tc["cli_path"])
508 check_call, require, path_exists, path_home, system, tc, runner_config argument
549 require.assert_called_with(tc["cli_path"])
Dtest_nrf.py414 def test_init(check_call, popen, get_snr, require, tool, test_case, argument
418 require.side_effect = functools.partial(require_patch, tool)
434 assert require.called
447 def test_create(check_call, popen, get_snr, require, tool, test_case, argument
451 require.side_effect = functools.partial(require_patch, tool)
476 assert require.called
/Zephyr-latest/scripts/west_commands/runners/
Dhifive1.py39 self.require(self.cfg.openocd)
40 self.require(self.cfg.gdb)
Dnios2.py69 self.require(cmd[0])
88 self.require(server_cmd[0])
103 self.require(gdb_cmd[0])
Dnsim.py62 self.require(self.nsim_cmd[0])
91 self.require(gdb_cmd[0])
Dxtensa.py36 self.require(gdb_cmd[0])
Dspi_burn.py73 self.require(self.spiburn)
76 self.iceman_path = self.require(self.iceman)
Dbossac.py68 self.require(self.bossac)
157 self.require('stty')
280 self.require(self.bossac)
Dmisc.py52 self.require(self.cmd)
Dteensy.py42 self.require(self.teensy_loader)
/Zephyr-latest/drivers/sdhc/
DKconfig.sdhc_cdns22 SD host controllers require DMA preparation for read and write operation.
24 configure this flag if they require to transfer more than 8*64Kb of data.
DKconfig33 Some SD host controllers require alignment of their data buffers
35 this value if they require alignment. This represents the alignment
/Zephyr-latest/doc/kernel/usermode/
Dmpu_stack_objects.rst22 Stack protection mechanisms require hardware support that can restrict access
42 MPU design may require specific constraints on the region definition. These
46 Some MPUs require that each region be aligned to a power of two. These SoCs
54 start and end addresses require 32 byte alignment. An example of this kind of
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/
Dirq-vector-table.ld6 * Some ARM platforms require this symbol to be placed after the IRQ vector
/Zephyr-latest/subsys/fs/ext2/
DKconfig51 Some SD host controllers require alignment of their data buffers
53 this value if they require alignment. This represents the alignment
/Zephyr-latest/include/zephyr/linker/
Dirq-vector-table-section.ld9 * Some ARM platforms require this symbol to be placed after the IRQ vector
/Zephyr-latest/boards/peregrine/sam4l_wm400_cape/
DKconfig.defconfig14 # By default the board uses BOSSA bootloader and require that to zephyr relocate
/Zephyr-latest/samples/modules/tflite-micro/hello_world/
DCMakeLists.txt8 # appear to require thread safety, we turn it off in the C++ compiler.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/
DCMakeLists.txt8 # appear to require thread safety, we turn it off in the C++ compiler.
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_atom_virt_defconfig24 # For now, the mapped stacks require physical addresses
/Zephyr-latest/tests/arch/arc/arc_vpx_lock/
DREADME.txt7 lock/unlock mechanism does not technically require those registers to be
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
Dsetup.cfg4 description = Plugin for pytest to run tests which require interaction with real and simulated devi…

12345678910>>...13