/Zephyr-latest/boards/st/nucleo_u5a5zj_q/ |
D | board.cmake | 10 board_runner_args(jlink "--device=STM32U5A5ZJ" "--reset-after-load")
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | cmakecache.py | 114 self.load(cache_file) 116 def load(self, cache_file): member in CMakeCache
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_footprint.py | 78 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/ |
D | board.cmake | 9 board_runner_args(jlink "--device=MIMXRT1176xxxA_M7" "--reset-after-load")
|
/Zephyr-latest/boards/quicklogic/quick_feather/doc/ |
D | index.rst | 80 To load basic sample via GDB: 90 - Connect via GDB and load an ELF file: 97 load
|
/Zephyr-latest/boards/qemu/x86/ |
D | Kconfig.defconfig | 64 # 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/ |
D | board.cmake | 6 board_runner_args(jlink "--device=STM32WLE5JC" "--speed=4000" "--reset-after-load")
|
/Zephyr-latest/boards/st/nucleo_h533re/ |
D | board.cmake | 8 board_runner_args(jlink "--device=STM32H533RE" "--reset-after-load")
|
/Zephyr-latest/boards/st/nucleo_h563zi/ |
D | board.cmake | 8 board_runner_args(jlink "--device=STM32H563ZI" "--reset-after-load")
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_platform.py | 118 platform.load('dummy.yaml')
|
D | test_hardwaremap.py | 169 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/ |
D | board.cmake | 7 board_runner_args(jlink "--device=STM32WLE5JC" "--speed=4000" "--reset-after-load")
|
/Zephyr-latest/boards/nxp/mimxrt1160_evk/ |
D | board.cmake | 9 board_runner_args(jlink "--device=MIMXRT1166xxx6_M7" "--reset-after-load")
|
/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | main.c | 70 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/ |
D | gen_lint_exclude.py | 30 violations = json.load(sys.stdin)
|
/Zephyr-latest/scripts/ |
D | dump_bugs_pickle.py | 39 return [issue for issue in pickle.load(f) if
|
D | list_hardware.py | 23 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/ |
D | db_generation.ecl | 23 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/ |
D | README.rst | 7 from MCUBoot when booted. The third application is build with a load address
|
/Zephyr-latest/boards/microchip/m2gl025_miv/doc/ |
D | index.rst | 49 and load the binary: 58 -ex "load" <path_to_executable>
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 18 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/ |
D | twister_to_list.py | 56 conf = yaml.load(p)
|
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/ |
D | index.rst | 87 Connect GDB to the server and load an application: 93 load
|
/Zephyr-latest/boards/raytac/mdbt53v_db_40/ |
D | raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts | 91 load-capacitors = "internal"; 92 load-capacitance-picofarad = <7>;
|
/Zephyr-latest/boards/microchip/mpfs_icicle/doc/ |
D | index.rst | 54 and load the binary: 63 -ex "load" <path_to_executable>
|