Home
last modified time | relevance | path

Searched refs:load (Results 176 – 200 of 379) sorted by relevance

12345678910>>...16

/Zephyr-latest/boards/native/native_sim/
DKconfig35 (if there is a lot of load it may be slower than real time)
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_report.py160 data = json.load(json_file)
414 j = json.load(f)
439 j = json.load(f)
/Zephyr-latest/scripts/west_commands/zspdx/
Dcmakefileapijson.py18 js = json.load(indexFile)
50 js = json.load(cmFile)
147 js = json.load(targetFile)
/Zephyr-latest/scripts/footprint/
Dupload_data.py66 contents = json.load(fp)
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_database.py267 json_db = json.load(db_fd)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py100 qlist_raw_data: list[dict] = yaml.load(yaml_fd, Loader=SafeLoader)
/Zephyr-latest/drivers/fpga/
Dfpga_slg471x5.c154 .load = fpga_slg471x5_load,
Dfpga_zynqmp.c320 .load = zynqmp_fpga_load,
Dfpga_ice40_spi.c172 .load = fpga_ice40_load,
/Zephyr-latest/scripts/build/
Dgen_device_deps.py126 edt = pickle.load(f)
/Zephyr-latest/samples/basic/custom_dts_binding/
DREADME.rst23 We assume that a load with high current demands should be switched on or off via a MOSFET. The
/Zephyr-latest/boards/arduino/nano_33_ble/support/
Dstartup.cmm103 ; load ELF
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32z27x_rtu0_r52.dtsi107 max-load-value = <0x00ffffff>;
Dnxp_s32z27x_rtu1_r52.dtsi107 max-load-value = <0x00ffffff>;
Dnxp_mcxc_common.dtsi46 load-capacitance-picofarads = <0>;
307 max-load-value = <0xffffffff>;
/Zephyr-latest/doc/services/llext/
Dload.rst5 the Zephyr application using the LLEXT API, which provides a way to load the
100 When using GDB, the ``add_symbol_file`` command may be used to load the
/Zephyr-latest/boards/ti/sk_am62/doc/
Dindex.rst76 These cores will then load the zephyr binary on the M4 core using remoteproc.
86 The testing requires the binary to be copied to the SD card to allow the A53 cores to load it while…
/Zephyr-latest/boards/phytec/phyboard_electra/doc/
Dindex.rst94 cores of the SoM. These cores will then load the zephyr binary on the M4 core
105 load it while booting using remoteproc.
/Zephyr-latest/boards/96boards/carbon/doc/
Dnrf51822.rst117 (gdb) load
124 run "load". You can then debug as usual with GDB. In particular, type
/Zephyr-latest/scripts/ci/
Dtest_plan.py154 json_data = json.load(jsonfile)
259 b = yaml.load(f.read(), Loader=SafeLoader)
466 files = json.load(fp)
/Zephyr-latest/cmake/
Dmcuboot.cmake121 # RAM load requires setting the location of where to load the image to
129 set(imgtool_args --align 1 --load-addr ${chosen_ram_address} ${imgtool_args})
/Zephyr-latest/boards/adi/max32675evkit/doc/
Dindex.rst182 | | | | Open | | | Disconnects boot load enable circuit from SWD_CLK …
184 | | | | Closed | | | Connects boot load enable circuit to SWD_CLK (P0.1…
338 Boot load is activated by boot load enable slide switch SW5.
/Zephyr-latest/boards/nxp/imx93_evk/doc/
Dindex.rst165 U-Boot "cpu" command is used to load and kick Zephyr to Cortex-A secondary Core, Currently
180 Use U-Boot to load and kick zephyr.bin to Cortex-A55 Core1:
241 Use U-Boot to load and kick zephyr.bin to Cortex-M33 Core:
248 load mmc 1:1 0x80000000 zephyr.bin;cp.b 0x80000000 0x201e0000 0x30000;bootaux 0x1ffe0000 0
255 load mmc 1:1 0x84000000 zephyr.bin;dcache flush;bootaux 0x84000000 0
/Zephyr-latest/scripts/utils/
Dboard_v1_to_v2.py79 board_settings = yaml.load(f) # pylint: disable=assignment-from-no-return
/Zephyr-latest/arch/nios2/
DKconfig51 nios2-download tool since it refuses to load data anywhere other than

12345678910>>...16