Home
last modified time | relevance | path

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

12345678910

/Zephyr-Core-3.5.0/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_stm32cubeprogrammer.py341 check_call, require, path_exists, path_home, system, tc, runner_config argument
363 require.assert_called_with(tc["cli_path"])
375 check_call, require, path_exists, path_home, system, tc, runner_config argument
406 require.assert_called_with(tc["cli_path"])
Dtest_nrf.py547 def test_init(check_call, check_output, get_snr, require, tool, test_case, argument
550 require.side_effect = functools.partial(require_patch, tool)
565 assert require.called
578 def test_create(check_call, check_output, get_snr, require, tool, test_case, argument
581 require.side_effect = functools.partial(require_patch, tool)
604 assert require.called
/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dhifive1.py39 self.require(self.cfg.openocd)
40 self.require(self.cfg.gdb)
Dnios2.py65 self.require(cmd[0])
85 self.require(server_cmd[0])
100 self.require(gdb_cmd[0])
Dnsim.py58 self.require(self.nsim_cmd[0])
87 self.require(gdb_cmd[0])
Dxtensa.py36 self.require(gdb_cmd[0])
Dspi_burn.py66 self.require(self.spiburn)
69 self.iceman_path = self.require(self.iceman)
Dbossac.py67 self.require(self.bossac)
161 self.require('stty')
281 self.require(self.bossac)
Dmisc.py50 self.require(self.cmd)
Ddediprog.py50 self.require(DPCMD_EXE)
Dintel_cyclonev.py196 self.require(self.openocd_cmd[0])
212 self.require(self.openocd_cmd[0])
272 self.require(gdb_cmd[0])
334 self.require(gdb_cmd[0])
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/include/zephyr/linker/
Dirq-vector-table-section.ld7 * Some ARM platforms require this symbol to be placed after the IRQ vector
/Zephyr-Core-3.5.0/drivers/sdhc/
DKconfig27 Some SD host controllers require alignment of their data buffers
29 this value if they require alignment. This represents the alignment
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/
DCMakeLists.txt8 # appear to require thread safety, we turn it off in the C++ compiler.
/Zephyr-Core-3.5.0/doc/contribute/
Dproposals_and_rfcs.rst19 - A new feature that creates new API surface area, and would require a feature
36 Some changes do not require an RFC:
48 As with Pull Requests, RFCs might require discussion in the context of one of
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/magic_wand/
DCMakeLists.txt8 # appear to require thread safety, we turn it off in the C++ compiler.
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/
Dsetup.cfg4 description = Plugin for pytest to run tests which require interaction with real and simulated devi…
/Zephyr-Core-3.5.0/modules/
DKconfig.simplelink7 # SimpleLink drivers require types (stdint.h) from c library which is not
/Zephyr-Core-3.5.0/drivers/pinctrl/
DKconfig16 This option must be selected by drivers that require access to the device
18 actions are device dependent or require access to device specific
/Zephyr-Core-3.5.0/drivers/adc/
DKconfig.adc_emul21 emulated ADC require a lot of memory.
/Zephyr-Core-3.5.0/tests/bsim/
Dsh_common.source6 #All user scripts require these variable, let's check for them here already

12345678910