/Zephyr-latest/scripts/west_commands/tests/ |
D | test_mdb.py | 202 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 203 def test_flash_nsim(require, cc, test_case, mdb_nsim): argument 205 assert require.called 210 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 211 def test_debug_nsim(require, pii, test_case, mdb_nsim): argument 213 assert require.called 219 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 220 def test_multicores_nsim(require, pii, cc, test_case, mdb_nsim): argument 222 assert require.called 231 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) [all …]
|
D | test_pyocd.py | 168 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 169 def test_flash(require, cc, pyocd_args, expected, pyocd): argument 171 assert require.called 180 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 181 def test_debug(require, rsc, pyocd_args, expectedv, pyocd): argument 183 assert require.called 192 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 193 def test_debugserver(require, cc, pyocd_args, expected, pyocd): argument 195 assert require.called 202 # (Unlike the constructor tests, these require additional patching to mock and [all …]
|
D | test_nxp_s32dbg.py | 170 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 171 def test_debugserver(require, check_call, system, argument 178 assert require.called 194 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 195 def test_debug(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument 210 assert require.called 228 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch) 229 def test_attach(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument 244 assert require.called
|
D | test_bossac.py | 165 @patch('runners.core.ZephyrBinaryRunner.require', 198 @patch('runners.core.ZephyrBinaryRunner.require', 235 @patch('runners.core.ZephyrBinaryRunner.require', 273 @patch('runners.core.ZephyrBinaryRunner.require', 309 @patch('runners.core.ZephyrBinaryRunner.require', 352 @patch('runners.core.ZephyrBinaryRunner.require', 388 @patch('runners.core.ZephyrBinaryRunner.require', 422 @patch('runners.core.ZephyrBinaryRunner.require', 457 @patch('runners.core.ZephyrBinaryRunner.require', 492 @patch('runners.core.ZephyrBinaryRunner.require', [all …]
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.hrs | 23 bool "Require encryption for access" 26 bool "Require encryption and authentication for access"
|
/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/soc/intel/intel_adsp/ace/ |
D | pmc_interface.h | 29 * Some commands require additional information which is passed into this 8 bit field. 34 * Some commands require additional information which is passed into this 8 bit field. 39 * Some commands require additional information which is passed into this 4 bit field. 83 * Some commands require additional information which is passed into this 8 bit field.
|
/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/subsys/bluetooth/services/ias/ |
D | Kconfig.ias | 22 bool "Require encryption for write access" 25 bool "Require encryption and authentication for write access"
|
/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/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/scripts/west_commands/runners/ |
D | hifive1.py | 39 self.require(self.cfg.openocd) 40 self.require(self.cfg.gdb)
|
D | ezflashcli.py | 60 # and do not require product header. Other applications and MCUboot itself 61 # are run by internal bootloader and thus require valid product header. 98 self.require(self.tool)
|
D | nios2.py | 69 self.require(cmd[0]) 88 self.require(server_cmd[0]) 103 self.require(gdb_cmd[0])
|
D | spi_burn.py | 73 self.require(self.spiburn) 75 # Find path to ICEman with require call 76 self.iceman_path = self.require(self.iceman)
|
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | sparkfun,serlcd.yaml | 45 might require tweaking if using I2C at a higher bitrare and/or relativily 55 might require tweaking if using I2C at a higher bitrare and/or relativily
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | board.c | 11 * could be accessed after power up. In particular bme680 and bmm150 sensors require, 37 * sensors require, 2ms and 1ms power on delay respectively. In order not to sum in setup()
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nordic-clockpin.yaml | 8 List of signals that require CLOCKPIN setting enablement.
|
/Zephyr-latest/kernel/include/ |
D | gen_offset.h | 19 * Consequently, changes made to such symbols may require modifications to the 23 * require that the tool itself be modified. Likewise, deleting, renaming, or 24 * changing the meaning of an absolute symbol may require modifications to a
|
/Zephyr-latest/samples/net/sockets/http_client/ |
D | ieee802154-overlay.conf | 5 # 2.4G by default, SubG bands require additional driver support,
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | ieee802154-overlay.conf | 5 # 2.4G by default, SubG bands require additional driver support,
|
/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/dts/bindings/spi/ |
D | ambiq,spid.yaml | 15 GPIO that interrupts the SPI controller to require operation
|
/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
|