/Zephyr-latest/scripts/west_commands/tests/ |
D | test_mdb.py | 203 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 …]
|
D | test_pyocd.py | 169 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 …]
|
D | test_nxp_s32dbg.py | 171 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
|
D | test_stm32cubeprogrammer.py | 390 check_call, require, path_exists, path_home, system, tc, runner_config argument 414 require.assert_called_with(tc["cli_path"]) 426 check_call, require, path_exists, path_home, system, tc, runner_config argument 461 require.assert_called_with(tc["cli_path"])
|
D | test_nrf.py | 550 def test_init(check_call, popen, get_snr, require, tool, test_case, argument 554 require.side_effect = functools.partial(require_patch, tool) 569 assert require.called 582 def test_create(check_call, popen, get_snr, require, tool, test_case, argument 586 require.side_effect = functools.partial(require_patch, tool) 609 assert require.called
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | hifive1.py | 39 self.require(self.cfg.openocd) 40 self.require(self.cfg.gdb)
|
D | nios2.py | 69 self.require(cmd[0]) 88 self.require(server_cmd[0]) 103 self.require(gdb_cmd[0])
|
D | nsim.py | 62 self.require(self.nsim_cmd[0]) 91 self.require(gdb_cmd[0])
|
D | xtensa.py | 36 self.require(gdb_cmd[0])
|
D | spi_burn.py | 73 self.require(self.spiburn) 76 self.iceman_path = self.require(self.iceman)
|
D | bossac.py | 68 self.require(self.bossac) 157 self.require('stty') 280 self.require(self.bossac)
|
D | misc.py | 52 self.require(self.cmd)
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.sdhc_cdns | 22 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.
|
D | Kconfig | 32 Some SD host controllers require alignment of their data buffers 34 this value if they require alignment. This represents the alignment
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_stack_objects.rst | 22 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/ |
D | irq-vector-table.ld | 6 * Some ARM platforms require this symbol to be placed after the IRQ vector
|
/Zephyr-latest/subsys/fs/ext2/ |
D | Kconfig | 51 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/ |
D | irq-vector-table-section.ld | 9 * Some ARM platforms require this symbol to be placed after the IRQ vector
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/ |
D | CMakeLists.txt | 8 # appear to require thread safety, we turn it off in the C++ compiler.
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/ |
D | CMakeLists.txt | 8 # appear to require thread safety, we turn it off in the C++ compiler.
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_atom_virt_defconfig | 24 # For now, the mapped stacks require physical addresses
|
/Zephyr-latest/doc/contribute/ |
D | proposals_and_rfcs.rst | 19 - 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-latest/tests/arch/arc/arc_vpx_lock/ |
D | README.txt | 7 lock/unlock mechanism does not technically require those registers to be
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | setup.cfg | 4 description = Plugin for pytest to run tests which require interaction with real and simulated devi…
|
/Zephyr-latest/modules/ |
D | Kconfig.simplelink | 7 # SimpleLink drivers require types (stdint.h) from c library which is not
|