Searched refs:vendor (Results 126 – 150 of 183) sorted by relevance
12345678
/Zephyr-latest/boards/m5stack/m5stack_cores3/doc/ |
D | index.rst | 218 Further documentation can be obtained from the SoC vendor in `JTAG debugging for ESP32-S3`_.
|
/Zephyr-latest/boards/adafruit/feather_esp32s3/doc/ |
D | index.rst | 233 Further documentation can be obtained from the SoC vendor in `JTAG debugging
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 65 [vendor <meta>]] 400 [vendor <meta>]]
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig | 38 in size, depending how they are named by vendor.
|
/Zephyr-latest/boards/espressif/esp32s3_devkitm/doc/ |
D | index.rst | 226 Further documentation can be obtained from the SoC vendor in `JTAG debugging for ESP32-S3`_.
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 118 Each emulator is responsible for updating the correct vendor specific registers
|
/Zephyr-latest/boards/luatos/esp32s3_luatos_core/doc/ |
D | index.rst | 269 Further documentation can be obtained from the SoC vendor in `JTAG debugging for ESP32-S3`_.
|
/Zephyr-latest/boards/espressif/esp32s3_devkitc/doc/ |
D | index.rst | 226 Further documentation can be obtained from the SoC vendor in `JTAG debugging for ESP32-S3`_.
|
/Zephyr-latest/boards/adafruit/feather_esp32s3_tft/doc/ |
D | index.rst | 236 Further documentation can be obtained from the SoC vendor in `JTAG debugging
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 2357 vendor, model = compat.split(',', 1) 2358 if vendor in self._vendor_prefixes: 2359 self.compat2vendor[compat] = self._vendor_prefixes[vendor]
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 1572 │ ├── 02-vendor-hals.yml 1601 #. :file:`my-repo/submanifests/02-vendor-hals.yml` 1644 - name: a-vendor-hal 1657 projects named ``a-vendor-hal`` and ``an-application``, even if those same 1815 Here's an example showing how to block all vendor HALs from mainline by 1966 - submanifests/02-vendor-hals.yml 1991 - submanifests/vendor-hals.yml
|
D | zephyr-cmds.rst | 262 - This can also be useful to search for vendor HAL function definitions.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 136 - LLL is vendor ISR, ULL is Mayfly ISR concept, Host is kernel thread.
|
/Zephyr-latest/doc/ |
D | glossary.rst | 141 features, and that the vendor typically names and markets together.
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_msc.c | 781 lun->vendor, lun->product, lun->revision); in msc_bot_init()
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 288 vendor, _ = line.split("\t", 2) 289 vendor_prefixes.append(vendor)
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 19 ``dts/<ARCH>/<vendor>/<soc>.dtsi``, but this can be time consuming. 535 peripheral driver which relies on vendor HAL APIs specialized for individual IP
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 2190 uint8_t vendor[CONFIG_BT_AUDIO_CODEC_CFG_MAX_DATA_SIZE]; in parse_config_meta_args() local 2201 vendor_len = hex2bin(arg, strlen(arg), vendor, sizeof(vendor)); in parse_config_meta_args() 2208 err = bt_audio_codec_cfg_meta_set_vendor(codec_cfg, vendor, vendor_len); in parse_config_meta_args()
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 11 The :ref:`udc_api` provides a generic and vendor independent interface to USB
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 638 struct net_stats_eth_vendor *vendor; member
|
/Zephyr-latest/doc/services/tfm/ |
D | overview.rst | 199 As of TF-M 1.8.0, the following secure services are generally available (although vendor support ma…
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 29 not specified by the Bluetooth SIG are vendor models, and must be tied to a
|
/Zephyr-latest/boards/st/steval_stwinbx1/doc/ |
D | index.rst | 226 certain standard or vendor class, e.g. a CDC, a mass storage or a composite device with both
|
/Zephyr-latest/boards/st/sensortile_box_pro/doc/ |
D | index.rst | 210 certain standard or vendor class, e.g. a CDC, a mass storage or a composite device with both
|
/Zephyr-latest/tests/lib/devicetree/api/ |
D | app.overlay | 429 test_vendor: vendor {
|
12345678