Searched refs:load (Results 326 – 350 of 379) sorted by relevance
1...<<111213141516
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 839 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/ |
D | release-notes.rst | 166 - 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
|
D | manifest.rst | 428 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/ |
D | sysbuild_extensions.cmake | 8 # 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/ |
D | walker.py | 374 content = yaml.load(file.read(), yaml.SafeLoader)
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 985 subsys_list = json.load(fp)
|
/Zephyr-latest/boards/nxp/frdm_k64f/doc/ |
D | index.rst | 355 >>> load build/zephyr/zephyr.bin
|
/Zephyr-latest/boards/nxp/imx95_evk/doc/ |
D | index.rst | 155 Use U-Boot to load and kick zephyr.bin to Cortex-A55 Core1:
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 41 edt = pickle.load(f)
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 16 # For scatter files we move any system symbols into first non-empty load section.
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 194 to is specified using the load-addr argument when running imgtool.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt5xx_common.dtsi | 79 * as the boot ROM will not load code before 0x1C000. The first
|
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/ |
D | index.rst | 308 (:kconfig:option:`CONFIG_XIP` must be set), and ``loadTo=sram`` load the
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 406 * 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.
|
D | release-notes-3.1.rst | 738 * ``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/ |
D | default.ld | 117 /* Image load table */ 120 /* 0. Magic byte for load header */
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 681 load the binary (:file:`zephyr.elf`), and re-sync with the OpenOCD 686 (gdb) load
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 115 :file:`.gdbinit`, but you can configure GDB to load from other locations,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_persistence.c | 1151 TEST_CASE(cfg, load, "Load previously stored mesh configuration and verify"),
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/doc/ |
D | index.rst | 322 Dual core samples load the M4 core image from flash into the shared ``ocram``
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 20 parsed at runtime, for example to load and initialize device drivers.
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 252 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/ |
D | index.rst | 262 arc-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 117 CPU load is high and there is very high shell thread latency.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 772 testplan.load()
|
1...<<111213141516