Searched refs:load (Results 226 – 250 of 379) sorted by relevance
12345678910>>...16
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 9 ; - elfFile filepath of ELF to load *
|
/Zephyr-latest/boards/snps/emsdp/doc/ |
D | index.rst | 244 (gdb) load 259 This command still uses openocd and gdb to load the application elf file to EM 260 Software Development Platform, but it will load the application and immediately run.
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 55 register. If this load succeeds, then the word is treated as a PTE 85 that is to just load the faulting PTE as an address, which will then 111 First, note that the refill process to load a PTE requires that the 4M 122 But now note that the load from that PTE address for the refill is 133 Instead, we load ITLB entries for vector handlers via the refill
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.0.rst | 167 load-capacitors = "external"; 172 load-capacitors = "internal"; 173 load-capacitance-picofarad = <...>; 182 load-capacitors = "external"; 189 load-capacitors = "internal"; 190 load-capacitance-femtofarad = <...>;
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_bitbang.c | 243 .load = fpga_ice40_load,
|
D | fpga_mpfs.c | 407 .load = mpfs_fpga_load,
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 25 board_schema = yaml.load(f.read(), Loader=SafeLoader) 230 b = yaml.load(f.read(), Loader=SafeLoader)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 459 self.load(data) 474 def load(self, data): member in TestSuite
|
D | twister_main.py | 133 tplan.load()
|
/Zephyr-latest/doc/services/settings/ |
D | index.rst | 70 Backends are meant to load and save data to/from setting handlers, and 72 :c:func:`settings_src_register()` for backends that can load data, and/or 131 to load settings data from storage to volatile memory.
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 278 test_suite['footprint'][k] = json.load(footprint_json)
|
/Zephyr-latest/subsys/shell/modules/ |
D | devmem_service.c | 354 SHELL_CMD_ARG(load, NULL,
|
/Zephyr-latest/boards/technexion/pico_pi/doc/ |
D | index.rst | 107 the A7 core. The A7 core is responsible to load the M4 binary application into 161 Below you will find the instructions to load and run Zephyr on M4 from A7 using
|
/Zephyr-latest/boards/digilent/arty_a7/doc/ |
D | index.rst | 124 pld load 0 m1_for_arty_a7_reference.bit;\ 132 pld load 0 m3_for_arty_a7_reference.bit;\
|
/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/ |
D | gen_crossbar_config.py | 249 edt = pickle.load(f)
|
/Zephyr-latest/scripts/build/ |
D | gen_app_partitions.py | 158 commands = json.load(f)
|
D | gen_cfb_font_header.py | 20 pixels = blackwhite.load()
|
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/ |
D | index.rst | 75 Use U-Boot to load the zephyr.bin to the memory and kick it:
|
/Zephyr-latest/subsys/settings/ |
D | Kconfig | 9 It supports several back-ends to store and load serialized data from
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
D | index.rst | 132 It is possible to load and execute a Zephyr application binary on 196 please send ! ('.' & CR stop load)
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 138 The application ``CMakeLists.txt`` file can load the CMake file for the example MCUmgr handler by 169 This is an example file which can be used to load the Kconfig and CMake files from the root of the
|
/Zephyr-latest/boards/96boards/avenger96/doc/ |
D | index.rst | 204 started by the Cortex®-A7 core. The Cortex®-A7 core is responsible to load the 225 to load and start the Cortex-M4 firmware.
|
/Zephyr-latest/cmake/modules/ |
D | FindTargetTools.cmake | 52 # purpose, it is used to load a
|
D | zephyr_default.cmake | 5 # This CMake module will load all Zephyr CMake modules in correct order for
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 24 * physically load the image.
|
12345678910>>...16