Home
last modified time | relevance | path

Searched refs:load (Results 76 – 100 of 379) sorted by relevance

12345678910>>...16

/Zephyr-latest/boards/st/nucleo_u5a5zj_q/
Dboard.cmake10 board_runner_args(jlink "--device=STM32U5A5ZJ" "--reset-after-load")
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcmakecache.py114 self.load(cache_file)
116 def load(self, cache_file): member in CMakeCache
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_footprint.py78 j = json.load(f)
140 j = json.load(f)
165 j = json.load(f)
205 j = json.load(f)
274 j = json.load(f)
347 j = json.load(f)
444 j = json.load(f)
/Zephyr-latest/boards/nxp/vmu_rt1170/
Dboard.cmake9 board_runner_args(jlink "--device=MIMXRT1176xxxA_M7" "--reset-after-load")
/Zephyr-latest/boards/quicklogic/quick_feather/doc/
Dindex.rst80 To load basic sample via GDB:
90 - Connect via GDB and load an ELF file:
97 load
/Zephyr-latest/boards/qemu/x86/
DKconfig.defconfig64 # This is needed for QEMU to load the ELF image
86 # This is needed for QEMU to load the ELF image
/Zephyr-latest/boards/seeed/lora_e5_mini/
Dboard.cmake6 board_runner_args(jlink "--device=STM32WLE5JC" "--speed=4000" "--reset-after-load")
/Zephyr-latest/boards/st/nucleo_h533re/
Dboard.cmake8 board_runner_args(jlink "--device=STM32H533RE" "--reset-after-load")
/Zephyr-latest/boards/st/nucleo_h563zi/
Dboard.cmake8 board_runner_args(jlink "--device=STM32H563ZI" "--reset-after-load")
/Zephyr-latest/scripts/tests/twister/
Dtest_platform.py118 platform.load('dummy.yaml')
Dtest_hardwaremap.py169 mocked_hm.load = mock.Mock(side_effect=mock_load)
198 mocked_hm.load.assert_called_once_with(
308 hm.load(map_filename)
667 mocked_hm.load = mock.Mock()
/Zephyr-latest/boards/seeed/lora_e5_dev_board/
Dboard.cmake7 board_runner_args(jlink "--device=STM32WLE5JC" "--speed=4000" "--reset-after-load")
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
Dboard.cmake9 board_runner_args(jlink "--device=MIMXRT1166xxx6_M7" "--reset-after-load")
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dmain.c70 static const void * const load(const char *name, struct llext **ext, void *buf, in load() function
129 start_fn = load(name, ext, ext_inc, ext_len); in run_extension_on_thread()
/Zephyr-latest/scripts/ruff/
Dgen_lint_exclude.py30 violations = json.load(sys.stdin)
/Zephyr-latest/scripts/
Ddump_bugs_pickle.py39 return [issue for issue in pickle.load(f) if
Dlist_hardware.py23 soc_schema = yaml.load(f.read(), Loader=SafeLoader)
27 arch_schema = yaml.load(f.read(), Loader=SafeLoader)
44 data = yaml.load(soc_yaml, Loader=SafeLoader)
214 archs = yaml.load(f.read(), Loader=SafeLoader)
/Zephyr-latest/cmake/sca/eclair/ECL/
Ddb_generation.ecl23 strings_map("load_ecb",500,"",".+\\.ecb",0,setq(ecb,join_paths(data_dir,$0)),load(ecb),rename(ecb,j…
/Zephyr-latest/tests/boot/test_mcuboot/
DREADME.rst7 from MCUBoot when booted. The third application is build with a load address
/Zephyr-latest/boards/microchip/m2gl025_miv/doc/
Dindex.rst49 and load the binary:
58 -ex "load" <path_to_executable>
/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst18 must happen in the worker thread. This implements a "bursty load"
19 environment where occasional spikes in load require preemption of
42 * Because of queueing and the bursty load, all worker threads of any
43 priority will experience some load-dependent delays, as the CPU
46 * But, no matter the system load or thread configuration, the MetaIRQ
/Zephyr-latest/scripts/utils/
Dtwister_to_list.py56 conf = yaml.load(p)
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/
Dindex.rst87 Connect GDB to the server and load an application:
93 load
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
Draytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts91 load-capacitors = "internal";
92 load-capacitance-picofarad = <7>;
/Zephyr-latest/boards/microchip/mpfs_icicle/doc/
Dindex.rst54 and load the binary:
63 -ex "load" <path_to_executable>

12345678910>>...16