Searched refs:load (Results 151 – 175 of 379) sorted by relevance
12345678910>>...16
/Zephyr-latest/boards/aconno/acn52832/doc/ |
D | index.rst | 29 two external oscillators with 32 MHz and 32.768 kHz, load capacitors, a tag-connector
|
/Zephyr-latest/cmake/modules/ |
D | FindZephyr-sdk.cmake | 18 # 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/ |
D | index.rst | 149 (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/ |
D | patch.py | 24 patches_schema = yaml.load(f, Loader=SafeLoader) 201 yml = yaml.load(f, Loader=SafeLoader)
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 193 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/ |
D | test_quarantine.py | 51 j = json.load(f)
|
D | test_tooling.py | 78 j = json.load(f)
|
D | test_platform.py | 144 j = json.load(f) 165 j = json.load(f)
|
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | Kconfig.defconfig | 23 # core, so that JLink flash will load it correctly.
|
/Zephyr-latest/arch/arc/ |
D | CMakeLists.txt | 34 # Instruct MWDT assembler not to warn when we load only lower half (32bit) of symbol
|
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/ |
D | index.rst | 45 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/ |
D | gatt.c | 5746 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/ |
D | pan1783_nrf5340_cpuapp_common.dtsi | 175 load-capacitors = "internal"; 176 load-capacitance-picofarad = <7>;
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 88 load-capacitors = "internal"; 89 load-capacitance-picofarad = <7>;
|
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/ |
D | index.rst | 57 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/ |
D | version_mgr.py | 52 data = json.load(fp)
|
D | upload_test_results_es.py | 178 data = json.load(j) 260 mappings = json.load(json_map)
|
/Zephyr-latest/scripts/coccinelle/ |
D | find_dev_usage.cocci | 35 data = pickle.load(f)
|
/Zephyr-latest/boards/quicklogic/qomu/doc/ |
D | index.rst | 42 #. Use TinyFpgaProgrammer application to load the target application:
|
/Zephyr-latest/boards/khadas/edgev/doc/ |
D | index.rst | 59 Use u-boot to load and kick Zephyr.bin to CPU Core0:
|
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/ |
D | index.rst | 43 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/ |
D | README.rst | 133 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/ |
D | README.rst | 132 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/ |
D | index.rst | 100 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/ |
D | README.rst | 52 Finally, you can run an HTTP profiling/load tool like Apache Bench
|
12345678910>>...16