Home
last modified time | relevance | path

Searched refs:load (Results 151 – 175 of 379) sorted by relevance

12345678910>>...16

/Zephyr-latest/boards/aconno/acn52832/doc/
Dindex.rst29 two external oscillators with 32 MHz and 32.768 kHz, load capacitors, a tag-connector
/Zephyr-latest/cmake/modules/
DFindZephyr-sdk.cmake18 # The module defines the following variables when used in normal search and load mode:
28 # - LIST: Will list all available Zephyr SDKs found in the system but not load
30 # an actual load.
/Zephyr-latest/boards/snps/iotdk/doc/
Dindex.rst149 (gdb) load
164 This command still uses openocd and gdb to load the application elf file to
165 IoT Development Kit, but it will load the application and immediately run. If
/Zephyr-latest/scripts/west_commands/
Dpatch.py24 patches_schema = yaml.load(f, Loader=SafeLoader)
201 yml = yaml.load(f, Loader=SafeLoader)
/Zephyr-latest/boards/phytec/phyboard_polis/doc/
Dindex.rst193 the A53-Core has to load the program for the M4-Core to the right memory
261 Because it's not possible to load directly to the TCM memory area you have to
289 If you try to load a binary from another location unexpected errors will
292 To load and start a firmware use this commands:
299 … [ 90.706114] remoteproc remoteproc0: Direct firmware load for /lib/firmware/zephyr.elf failed w2
336 Use another terminal, start gdb, connect to target and load Zephyr on the
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_quarantine.py51 j = json.load(f)
Dtest_tooling.py78 j = json.load(f)
Dtest_platform.py144 j = json.load(f)
165 j = json.load(f)
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
DKconfig.defconfig23 # core, so that JLink flash will load it correctly.
/Zephyr-latest/arch/arc/
DCMakeLists.txt34 # Instruct MWDT assembler not to warn when we load only lower half (32bit) of symbol
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/
Dindex.rst45 dual-issued instructions such as load/load and load/store pairs, thanks to its multiple memory
176 A53 core. The A53 core is responsible to load the M7 binary application into the RAM, put the M7 in
274 https://developer.toradex.com/software/real-time/cortex-m/how-to-load-binaries
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c5746 struct ccc_load *load = user_data; in ccc_load() local
5757 if (!load->entry) { in ccc_load()
5758 ccc_clear(ccc, load->addr_with_id.addr, load->addr_with_id.id); in ccc_load()
5760 } else if (!load->count) { in ccc_load()
5765 if (load->entry->handle != handle) { in ccc_load()
5770 if (load->entry->handle < handle) { in ccc_load()
5772 " found", load->entry->handle); in ccc_load()
5778 LOG_DBG("Restoring CCC: handle 0x%04x value 0x%04x", load->entry->handle, in ccc_load()
5779 load->entry->value); in ccc_load()
5781 cfg = ccc_find_cfg(ccc, load->addr_with_id.addr, load->addr_with_id.id); in ccc_load()
[all …]
/Zephyr-latest/boards/panasonic/pan1783/
Dpan1783_nrf5340_cpuapp_common.dtsi175 load-capacitors = "internal";
176 load-capacitance-picofarad = <7>;
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi88 load-capacitors = "internal";
89 load-capacitance-picofarad = <7>;
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/
Dindex.rst57 the A72 core has to load the program for the R5 cores to the right memory
97 To load the image:
/Zephyr-latest/scripts/ci/
Dversion_mgr.py52 data = json.load(fp)
Dupload_test_results_es.py178 data = json.load(j)
260 mappings = json.load(json_map)
/Zephyr-latest/scripts/coccinelle/
Dfind_dev_usage.cocci35 data = pickle.load(f)
/Zephyr-latest/boards/quicklogic/qomu/doc/
Dindex.rst42 #. Use TinyFpgaProgrammer application to load the target application:
/Zephyr-latest/boards/khadas/edgev/doc/
Dindex.rst59 Use u-boot to load and kick Zephyr.bin to CPU Core0:
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/
Dindex.rst43 Connect with GRMON, then load and run the application.
146 grmon3> load zephyr/zephyr.elf
188 tsim> load zephyr/zephyr.elf
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst133 The resulting hex string can be used to load the extension.
149 …hird is an address of where the printk function (symbol) can be found. At load time llext replaces…
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst132 for example, the audacity open source editor/player to load and play it.
133 Use the 'Import->Raw Data' menu to load the sound.raw file as
/Zephyr-latest/boards/digilent/zybo/doc/
Dindex.rst100 Another option is to load and run the :zephyr:code-sample:`hello_world` application via U-Boot. Copy
105 Once U-boot is done initializing, load an run the Zephyr application:
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/
DREADME.rst52 Finally, you can run an HTTP profiling/load tool like Apache Bench

12345678910>>...16