Home
last modified time | relevance | path

Searched refs:vendor (Results 51 – 75 of 183) sorted by relevance

12345678

/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst34 Each SoC must have a unique name. Use the official name given by the SoC vendor
43 ``<VENDOR>`` is your vendor subdirectory.
49 The ``<VENDOR>`` subdirectory must match a vendor defined in the list in
50 :zephyr_file:`dts/bindings/vendor-prefixes.txt`. If the SoC vendor does not
217 soc/<vendor>/<your soc>
Dboard_porting.rst188 - asking your SoC vendor
216 When adding a new SoC family or series for a vendor that already has SoC
218 files to avoid duplication. If there is no support for your vendor yet, you can
236 ``<VENDOR>`` is your vendor subdirectory. (You don't have to put your
245 If the vendor is defined in the list in
246 :zephyr_file:`dts/bindings/vendor-prefixes.txt` then you must use
247 that vendor prefix as ``<VENDOR>``. ``others`` may be used as vendor prefix if
248 the vendor is not defined.
329 vendor: <board-vendor>
357 vendor: <board-vendor>
[all …]
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/boards/
Dqemu_cortex_a53.overlay48 vendor-id = <0x110A>; /* Siemens */
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/
DREADME.rst5 Use vendor-specific HCI commands to enable Scan Request events when using legacy advertising.
/Zephyr-latest/drivers/ieee802154/
DKconfig48 This option enables setting custom vendor
58 Custom vendor OUI, which makes 24 most-significant
/Zephyr-latest/soc/
DKconfig.v229 indicates the vendor of the SoC.
/Zephyr-latest/subsys/usb/device/class/
DKconfig.msc19 string "T10 assigned vendor ID for inquiry (must be 8 characters)"
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.c385 void scsi_init(struct scsi_ctx *ctx, const char *disk, const char *vendor, in scsi_init() argument
390 ctx->vendor = vendor; in scsi_init()
481 strncpy(r.scsi_vendor, ctx->vendor, sizeof(r.scsi_vendor)); in fill_inquiry()
516 strncpy(&page_start[offset], ctx->vendor, T10_VENDOR_LENGTH); in fill_vpd_page()
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig53 device's secure file system; eg, via a vendor tool or
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst98 Since the designation of the controller nodes varies from vendor to vendor,
405 * Optionally class, vendor and custom handlers
432 The vendor device requests are forwarded by the USB stack core driver to the
433 class driver through the registered vendor handler.
436 the vendor requests:
440 :start-after: usb.rst vendor handler start
441 :end-before: usb.rst vendor handler end
534 1-1: unknown vendor : unknown product (2fe3:0100)
554 unknown vendor : unknown product (2fe3:0100)
564 This USB Vendor ID must not be used when a vendor
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_filter.py227 def test_vendor(self, capfd, out_path, vendor, expected): argument
231 ['--vendor', vendor] + \
/Zephyr-latest/subsys/net/ip/
DKconfig.stats138 from vendor specific hardware registers in a form of
140 vendor documentation.
/Zephyr-latest/doc/hardware/peripherals/
Dvideo.rst41 controls available which can be generic, related to a device class or vendor
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/
DREADME.rst5 Dynamically control the Tx power of a Bluetooth LE Controller using HCI vendor-specific commands.
/Zephyr-latest/drivers/timer/
DKconfig.cortex_m_systick58 On such SoCs, a vendor-specific timer that remains active in low-power
62 With this option, such vendor-specific timer can be selected and used by
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.infineon67 custom or vendor AIROC modules in AIROC_CUSTOM_FIRMWARE_HCD_BLOB.
196 Path to BT firmware HCD file for custom or vendor CYW43xx modules.
199 # Change size of command lengths. It for vendor commands related to
DKconfig310 public identity through vendor-specific commands. They can then implement the
319 Enable the HCI vendor-specific Setup function.
322 of the vendor-specific commands sequence to initialize the BT Controller
326 configuration files. This option are enabled by the vendor-specific
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c112 if (data->vendor) { in print_eth_stats()
119 PR("%s : %u\n", data->vendor[i].key, in print_eth_stats()
120 data->vendor[i].value); in print_eth_stats()
122 } while (data->vendor[i].key); in print_eth_stats()
/Zephyr-latest/boards/
Dindex.rst23 both a vendor and an architecture, only boards that match both will be displayed. Within a
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfd_srv.rst26 nodes in the network in any order. The contents, format and size of the firmware images are vendor
/Zephyr-latest/cmake/modules/
Ddts.cmake70 # implementation files (like bindings, vendor prefixes, etc.) are
131 # The location of a file containing known vendor prefixes, relative to
134 set(VENDOR_PREFIXES dts/bindings/vendor-prefixes.txt)
178 # well as all the devicetree bindings and vendor prefixes associated
233 list(APPEND EXTRA_GEN_EDT_ARGS --vendor-prefixes ${vendor_prefixes})
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig19 USB device product ID in DFU mode. MUST be configured by vendor.
/Zephyr-latest/subsys/usb/device/class/netusb/
DKconfig33 Remote NDIS (RNDIS) is commonly used Microsoft vendor protocol with
/Zephyr-latest/scripts/
Dlist_boards.py99 vendor: str = None variable in Board
281 vendor=board.get('vendor'),
426 VENDOR='VENDOR;' + notfound(b.vendor),
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/
Dboard-catalog.css177 .board-card .vendor {
252 #catalog.compact .board-card .vendor,

12345678