Home
last modified time | relevance | path

Searched refs:image (Results 76 – 100 of 966) sorted by relevance

12345678910>>...39

/Zephyr-latest/tests/drivers/mbox/mbox_data/
DKconfig10 Include remote build header files. Can be used if primary image
11 needs to be aware of size or base address of secondary image
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst9 .. image:: img/ctlr_overview.png
44 .. image:: img/ctlr_exec_overview.png
50 .. image:: img/ctlr_arch_overview.png
56 .. image:: img/ctlr_sched.png
62 .. image:: img/ctlr_sched_ticker.png
68 .. image:: img/ctlr_sched_ull_lll.png
74 .. image:: img/ctlr_sched_variant.png
80 .. image:: img/ctlr_sched_ull_lll_timing.png
86 .. image:: img/ctlr_sched_event_handling.png
92 .. image:: img/ctlr_sched_msc_close_events.png
[all …]
/Zephyr-latest/boards/nordic/nrf54l20pdk/
Dnrf54l20_cpuapp_common.dtsi57 label = "image-0";
61 label = "image-0-nonsecure";
65 label = "image-1";
69 label = "image-1-nonsecure";
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake6 # load_cache(IMAGE <image> BINARY_DIR <dir>)
14 # IMAGE: image name identifying the cache for later sysbuild_get() lookup calls.
47 # sysbuild_get(<variable> IMAGE <image> [VAR <image-variable>] <KCONFIG|CACHE>)
50 # identified by image.
72 # IMAGE: image name identifying the cache to use for variable lookup.
86 "Please use sysbuild_get(<variable> ... VAR <image-variable>) "
160 # Only set image specific board if provided.
162 # unless <image>_BOARD is defined.
210 # except for multi image build flags.
263 # User defined `-D<image>_CONF_FILE=<file.conf>` takes precedence over anything else.
[all …]
/Zephyr-latest/tests/bluetooth/shell/
Drun-bsim.sh26 image="${2:-"${default_image}"}"
38 $image -s=shell-sim -d=$dev_id -RealEncryption=1 -rs=$dev_id -attach_uart -wait_uart &
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dfstab-stock.dtsi25 label = "image-0";
29 label = "image-1";
37 label = "image-scratch";
/Zephyr-latest/boards/openisa/rv32m1_vega/
Drv32m1_vega_openisa_rv32m1_ri5cy.dts41 label = "image-0";
45 label = "image-1";
49 label = "image-scratch";
/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-linux.rst35 .. image:: download_nrftools_linux.png
81 .. image:: virtualbox_nat_1.png
89 .. image:: virtualbox_nat_2.png
103 .. image:: vmware_static_ip_1.png
110 .. image:: vmware_static_ip_2.png
117 .. image:: vmware_static_ip_3.png
135 .. image:: virtualbox_static_ip_1.png
142 .. image:: virtualbox_static_ip_2.png
154 .. image:: windows_static_ip.png
167 .. image:: install_python1.png
[all …]
Dautopts-win10.rst31 .. image:: install_python1.png
36 .. image:: install_python2.png
48 .. image:: install_git.png
60 .. image:: install_pts_drivers.png
82 .. image:: download_nrftools_windows.png
90 .. image:: devices_1.png
95 .. image:: devices_2.png
105 .. image:: device_manager.png
166 .. image:: download_socat.png
173 .. image:: add_socat_to_path.png
[all …]
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig45 Enabling this option allows to upload firmware image to the host.
47 the executable image is always decrypted despite the image
60 When enabled the image written to slot 1 will be marked as permanent.
62 Downloading the wrong image will cause a bricked device.
/Zephyr-latest/scripts/west_commands/
Dbindesc.py157 image = self.get_image_data(args.file)
159 descriptors = self.parse_descriptors(image)
170 image = self.get_image_data(args.file)
172 descriptors = self.parse_descriptors(image)
198 image = self.get_image_data(args.file)
201 index = image.find(magic)
244 def parse_descriptors(self, image): argument
246 index = image.find(magic)
253 current_tag = self.bytes_to_short(image[index:index+2])
256 length = self.bytes_to_short(image[index:index+2])
[all …]
/Zephyr-latest/boards/silabs/radio_boards/slwrb4104a/
Dslwrb4104a.dts35 label = "image-0";
41 label = "image-1";
47 label = "image-scratch";
/Zephyr-latest/boards/silabs/radio_boards/slwrb4170a/
Dslwrb4170a.dts35 label = "image-0";
41 label = "image-1";
47 label = "image-scratch";
/Zephyr-latest/boards/qemu/cortex_m0/
Dqemu_cortex_m0.dts59 label = "image-0";
63 label = "image-1";
67 label = "image-scratch";
/Zephyr-latest/soc/nordic/nrf54h/
DCMakeLists.txt15 # Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
16 # for the image correctly
/Zephyr-latest/soc/infineon/cat1a/
DKconfig42 Choose the prebuilt application image to be executed on the Cortex-M0+ core of the PSOC™ 6
43 dual-core MCU. The image is responsible for booting the Cortex-M4 on the device.
48 DeepSleep prebuilt application image is executed on the Cortex-M0+ core of the PSOC™ 6 BLE
49 dual-core MCU.The image is provided as C array ready to be compiled as part of the Cortex-M4
/Zephyr-latest/samples/drivers/mbox/
DKconfig10 Include remote build header files. Can be used if primary image
11 needs to be aware of size or base address of secondary image
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py17 def generate_element(image, charcode): argument
19 blackwhite = image.convert("1", dither=Image.NONE)
22 width, height = image.size
106 image = Image.new('1', (width, height), 'white')
107 draw = ImageDraw.Draw(image)
122 generate_element(image, i)
126 image = Image.open(args.input)
130 glyph = image.crop((x_offset, 0, x_offset + args.width, args.height))
/Zephyr-latest/boards/silabs/radio_boards/slwrb4255a/
Dslwrb4255a.dts37 label = "image-0";
43 label = "image-1";
49 label = "image-scratch";
/Zephyr-latest/modules/
DKconfig.mcuboot11 Hidden option used to indicate that the current image is MCUBoot
20 or in other words that the image is to be chain-loaded by MCUboot.
22 order for the image generated to be bootable using the MCUboot open
26 for the MCUboot image header
44 by your target's MCUboot image. The file is in PEM format.
58 config option is used for the MCUboot bootloader image; this option is
71 ephemeral key that encrypts the image. The corresponding
74 image. The file is in PEM format.
116 bool "Generate unsigned binary image bootable with MCUboot"
118 Enabling this configuration allows automatic unsigned binary image
[all …]
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947_mcxn947_cpu0_qspi.dts32 label = "image-0";
36 label = "image-1";
/Zephyr-latest/boards/ti/common/
Dlaunchxl-flash-p7.dtsi17 label = "image-0";
22 label = "image-1";
Dlaunchxl-flash.dtsi17 label = "image-0";
22 label = "image-1";
/Zephyr-latest/tests/boot/mcuboot_recovery_retention/boards/
Dnrf52840dk_nrf52840.overlay43 label = "image-0";
47 label = "image-1";
/Zephyr-latest/boards/silabs/radio_boards/slwrb4250b/
Dslwrb4250b.dts58 label = "image-0";
64 label = "image-1";
70 label = "image-scratch";

12345678910>>...39