/Zephyr-Core-3.5.0/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_stm32cubeprogrammer.py | 341 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"])
|
D | test_nrf.py | 547 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/ |
D | hifive1.py | 39 self.require(self.cfg.openocd) 40 self.require(self.cfg.gdb)
|
D | nios2.py | 65 self.require(cmd[0]) 85 self.require(server_cmd[0]) 100 self.require(gdb_cmd[0])
|
D | nsim.py | 58 self.require(self.nsim_cmd[0]) 87 self.require(gdb_cmd[0])
|
D | xtensa.py | 36 self.require(gdb_cmd[0])
|
D | spi_burn.py | 66 self.require(self.spiburn) 69 self.iceman_path = self.require(self.iceman)
|
D | bossac.py | 67 self.require(self.bossac) 161 self.require('stty') 281 self.require(self.bossac)
|
D | misc.py | 50 self.require(self.cmd)
|
D | dediprog.py | 50 self.require(DPCMD_EXE)
|
D | intel_cyclonev.py | 196 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/ |
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-Core-3.5.0/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-Core-3.5.0/include/zephyr/linker/ |
D | irq-vector-table-section.ld | 7 * Some ARM platforms require this symbol to be placed after the IRQ vector
|
/Zephyr-Core-3.5.0/drivers/sdhc/ |
D | Kconfig | 27 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/ |
D | CMakeLists.txt | 8 # appear to require thread safety, we turn it off in the C++ compiler.
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/modules/tflite-micro/magic_wand/ |
D | CMakeLists.txt | 8 # appear to require thread safety, we turn it off in the C++ compiler.
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/modules/ |
D | Kconfig.simplelink | 7 # SimpleLink drivers require types (stdint.h) from c library which is not
|
/Zephyr-Core-3.5.0/drivers/pinctrl/ |
D | Kconfig | 16 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/ |
D | Kconfig.adc_emul | 21 emulated ADC require a lot of memory.
|
/Zephyr-Core-3.5.0/tests/bsim/ |
D | sh_common.source | 6 #All user scripts require these variable, let's check for them here already
|