Home
last modified time | relevance | path

Searched refs:load (Results 326 – 350 of 379) sorted by relevance

1...<<111213141516

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py839 edt = pickle.load(f)
1364 runners_content: dict = yaml.load(file, Loader=SafeLoader)
1404 runners_content_yaml: dict = yaml.load(runners_content_text, Loader=SafeLoader)
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst166 - West extension commands that failed to load properly sometimes dumped stack.
607 feature. This allows users to load west manifest data from multiple different
804 - The command ``west manifest --validate`` can now be run to load and validate
Dmanifest.rst428 were introduced in some version of west. Attempts to load the manifest with
440 # An attempt to load this manifest file with west v0.8.0 will
519 assumes that it should try to load it using the features that were available in
521 if that version of west is too old to load the manifest.
1242 You can use a "self: import:" to load additional files from the repository
1243 containing your :file:`west.yml`. You can use a "project: ... import:" to load
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake8 # This function will load the CMakeCache.txt file from the binary directory
15 # BINARY_DIR: binary directory (build dir) containing the CMakeCache.txt file to load.
/Zephyr-latest/scripts/west_commands/zspdx/
Dwalker.py374 content = yaml.load(file.read(), yaml.SafeLoader)
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py985 subsys_list = json.load(fp)
/Zephyr-latest/boards/nxp/frdm_k64f/doc/
Dindex.rst355 >>> load build/zephyr/zephyr.bin
/Zephyr-latest/boards/nxp/imx95_evk/doc/
Dindex.rst155 Use U-Boot to load and kick zephyr.bin to Cortex-A55 Core1:
/Zephyr-latest/scripts/dts/
Dgen_defines.py41 edt = pickle.load(f)
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake16 # For scatter files we move any system symbols into first non-empty load section.
/Zephyr-latest/modules/
DKconfig.mcuboot194 to is specified using the load-addr argument when running imgtool.
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt5xx_common.dtsi79 * as the boot ROM will not load code before 0x1C000. The first
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/
Dindex.rst308 (:kconfig:option:`CONFIG_XIP` must be set), and ``loadTo=sram`` load the
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst406 * Added support for RAM-load MCUboot operating mode in build system, including sysbuild support.
575 in case of high network traffic load (reduces jitter).
1494 * Fixed slot info for directXIP/RAM load in bootutil.
1501 * Fixed RAM load chain load address.
Drelease-notes-3.1.rst738 * ``find_package(Zephyr)``: load a standard build system, as before
739 * ``find_package(Zephyr COMPONENTS unittest)``: load a specific unittest
741 * ``find_package(Zephyr COMPONENTS dts)``: only load the dts module and its
743 * ``find_package(Zephyr COMPONENTS extensions west zephyr_module)``: load
1235 - :github:`45349` - ESP32: fails to chain-load sample/board/esp32/wifi_station from MCUboot
1393 * :github:`45463` - null function pointer called when using shell logger backend under heavy load
/Zephyr-latest/soc/espressif/esp32s3/
Ddefault.ld117 /* Image load table */
120 /* 0. Magic byte for load header */
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst681 load the binary (:file:`zephyr.elf`), and re-sync with the OpenOCD
686 (gdb) load
/Zephyr-latest/doc/develop/debug/
Dindex.rst115 :file:`.gdbinit`, but you can configure GDB to load from other locations,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c1151 TEST_CASE(cfg, load, "Load previously stored mesh configuration and verify"),
/Zephyr-latest/boards/nxp/mimxrt1170_evk/doc/
Dindex.rst322 Dual core samples load the M4 core image from flash into the shared ``ocram``
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst20 parsed at runtime, for example to load and initialize device drivers.
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst252 So if the host load is too high, or you are running in a debugger, you will
351 execution speed of native_sim and the host load,
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst262 arc-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
/Zephyr-latest/subsys/shell/backends/
DKconfig.backends117 CPU load is high and there is very high shell thread latency.
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py772 testplan.load()

1...<<111213141516