Home
last modified time | relevance | path

Searched refs:shield (Results 1 – 25 of 188) sorted by relevance

12345678

/Zephyr-Core-3.7.0/cmake/modules/
Dshields.cmake9 # If a shield implementation is not found for one of the specified shields, an
14 # - shield_conf_files: List of shield-specific Kconfig fragments
15 # - shield_dts_files : List of shield-specific devicetree files
17 # - SHIELD_DIRS : A CMake list of directories which contain shield definitions
51 # Match the Kconfig.shield files in the shield directories to make sure we are
52 # finding shields, e.g. x_nucleo_iks01a1/Kconfig.shield
53 file(GLOB_RECURSE shields_refs_list ${shield_dir}/*/Kconfig.shield)
55 # The above gives a list of Kconfig.shield files, like this:
57 # x_nucleo_iks01a1/Kconfig.shield;x_nucleo_iks01a2/Kconfig.shield
59 # we construct a list of shield names by extracting the directories
[all …]
/Zephyr-Core-3.7.0/boards/shields/adafruit_winc1500/doc/
Dindex.rst9 The Adafruit WINC1500 Wifi shield is an Arduino
10 compatible shield based on the ATWINC1500 wifi controller
12 The shield also provides a micro SD card socket
16 More information about the shield can be found
42 The pins marked (a) must be jumpered to the SPI port at the shield
44 at the shield
49 This shield can only be used with a board which provides a configuration
56 Set ``--shield adafruit_winc1500`` when you invoke ``west build``. For example:
61 :shield: adafruit_winc1500
70 https://learn.adafruit.com/adafruit-winc1500-wifi-shield-for-arduino
/Zephyr-Core-3.7.0/boards/shields/arduino_uno_click/doc/
Dindex.rst3 Arduino UNO click shield
10 It's a simple shield that converts Arduino UNO R3 headers to two mikroBUS
18 click shield.
23 More information about the shield can be found at
24 `Arduino UNO click shield website`_.
29 This shield can only be used with a board which provides a configuration
41 Include ``--shield arduino_uno_click`` when you invoke ``west build`` with
49 :shield: arduino_uno_click,atmel_rf2xx_mikrobus
57 .. _Arduino UNO click shield website:
58 https://www.mikroe.com/arduino-uno-click-shield
/Zephyr-Core-3.7.0/boards/shields/adafruit_pca9685/doc/
Dindex.rst9 The Adafruit 16-channel PWM/Servo shield is an Arduino
10 UNO R3 compatible shield based on the NXP PCA9685 IC.
12 More information about the shield can be found
30 Set ``--shield adafruit_pca9685`` when you invoke ``west build``.
36 :shield: adafruit_pca9685
45 https://learn.adafruit.com/adafruit-16-channel-pwm-slash-servo-shield?view=all
/Zephyr-Core-3.7.0/doc/hardware/porting/
Dshields.rst8 In Zephyr, the shield feature provides Zephyr-formatted shield
19 boards/shields/<shield>
20 ├── <shield>.overlay
21 ├── Kconfig.shield
24 These files provides shield configuration as follows:
26 * **<shield>.overlay**: This file provides a shield description in devicetree
30 * **Kconfig.shield**: This file defines shield Kconfig symbols that will be
31 used for default shield configuration. To ease use with applications,
32 the default shield configuration here should be consistent with those in
35 * **Kconfig.defconfig**: This file defines the default shield configuration. It
[all …]
/Zephyr-Core-3.7.0/boards/shields/mikroe_mcp2518fd_click/doc/
Dindex.rst3 MikroElektronika MCP2518FD Click shield
9 MCP2518FD Click shield has a MCP2518FD CAN FD controller via a SPI
12 More information about the shield can be found at
18 The shield uses a mikroBUS interface. The target board must define
26 Set ``--shield mikroe_mcp2518fd_click`` when you invoke ``west build``,
32 :shield: mikroe_mcp2518fd_click
/Zephyr-Core-3.7.0/boards/shields/semtech_sx1262mb2das/doc/
Dindex.rst9 The Semtech SX1262MB2DAS LoRa shield is an Arduino
10 compatible shield based on the SX1262 LoRa transceiver
13 More information about the shield can be found
39 The SX1262 signals DIO2 and DIO3 are not available at the shield connector.
44 This shield can only be used with a board which provides a configuration
50 Set ``--shield semtech_sx1262mb2das`` when you invoke ``west build``. For
56 :shield: semtech_sx1262mb2das
/Zephyr-Core-3.7.0/boards/shields/semtech_sx1272mb2das/doc/
Dindex.rst9 The Semtech SX1272MB2DAS LoRa shield is an Arduino
10 compatible shield based on the SX1272 LoRa transceiver
13 More information about the shield can be found
41 The SX1272 signals DIO4 and DIO5 are not available at the shield connector.
46 This shield can only be used with a board which provides a configuration
53 Set ``--shield semtech_sx1272mb2das`` when you invoke ``west build``. For
59 :shield: semtech_sx1272mb2das
/Zephyr-Core-3.7.0/boards/shields/npm1300_ek/doc/
Dindex.rst16 However, the Zephyr shield is designed expecting it to be connected to the
17 Arduino shield connectors. For example, the I2C lines need to be connected to
18 the ``arduino_i2c`` bus. This allows to use the shield with any host board that
24 The shield can be used in any application by setting ``--shield npm1300_ek``
/Zephyr-Core-3.7.0/boards/shields/max7219/doc/
Dindex.rst3 MAX7219 LED display driver shield
9 This is a generic shield for LED matrix based on MAX7219.
27 This shield can only be used with a board which provides a configuration
34 Set ``--shield max7219_8x8`` when you invoke ``west build``. For example:
39 :shield: max7219_8x8
/Zephyr-Core-3.7.0/boards/shields/adafruit_2_8_tft_touch_v2/doc/
Dindex.rst11 This shield comes with a resistive (STMPE610 controller)
15 More information about the shield can be found
53 This shield can only be used with a board which provides a configuration
60 Set ``--shield adafruit_2_8_tft_touch_v2`` when you invoke ``west build``. For example:
65 :shield: adafruit_2_8_tft_touch_v2
68 If the shield is connected to a board which has Arduino Nano connector,
69 set ``--shield adafruit_2_8_tft_touch_v2_nano`` when you invoke ``west build``.
74 :shield: adafruit_2_8_tft_touch_v2_nano
83 https://learn.adafruit.com/adafruit-2-8-tft-touch-shield-v2
/Zephyr-Core-3.7.0/boards/shields/npm1100_ek/doc/
Dindex.rst22 However, the Zephyr shield is designed expecting it to be connected to the
23 Arduino shield pins. This allows to use the shield with any host board that
36 The shield can be used in any application by setting ``--shield npm1100_ek``
/Zephyr-Core-3.7.0/boards/shields/buydisplay_2_8_tft_touch_arduino/doc/
Dindex.rst10 pixels and is based on the ILI9341 controller. This shield comes with
12 required to use this shield.
14 More information about the shield and Arduino adapter can be found at
52 This shield can only be used with a board which provides a configuration
59 Set ``--shield buydisplay_2_8_tft_touch_arduino`` when you invoke
65 :shield: buydisplay_2_8_tft_touch_arduino
74 https://www.buydisplay.com/2-8-inch-tft-touch-shield-for-arduino-w-capacitive-touch-screen-module
77 …https://www.buydisplay.com/arduino-shield-for-tft-lcd-with-ili9341-controller-and-arduino-due-mega…
/Zephyr-Core-3.7.0/boards/shields/npm6001_ek/doc/
Dindex.rst22 However, the Zephyr shield is designed expecting it to be connected to the
23 Arduino shield connectors. For example, the I2C lines need to be connected to
24 the ``arduino_i2c`` bus. This allows to use the shield with any host board that
30 The shield can be used in any application by setting ``--shield npm6001_ek``
/Zephyr-Core-3.7.0/boards/shields/v2c_daplink/doc/
Dindex.rst9 The `ARM V2C-DAPLink for DesignStart FPGA`_ shield can be used to provide
19 In addition to DAPLink debug access, the V2C-DAPLink shield provides the
28 When using the V2C-DAPLink shield with the ``Cfg`` jumper (``J2``) open, the CPU
35 :shield: v2c_daplink
38 When using the V2C-DAPLink shield with the ``Cfg`` jumper (``J2``) closed, the
42 storage device provided by the V2C-DAPLink shield:
47 :shield: v2c_daplink_cfg
/Zephyr-Core-3.7.0/boards/shields/ssd1306/doc/
Dindex.rst3 SSD1306 128x64(/32) pixels generic shield
9 This is a generic shield for 128x64(/32) pixel resolution OLED displays
34 This shield can only be used with a board which provides a configuration
41 Set ``--shield ssd1306_128x64`` when you invoke ``west build``. For example:
46 :shield: ssd1306_128x64
/Zephyr-Core-3.7.0/boards/shields/semtech_sx1276mb1mas/doc/
Dindex.rst9 The Semtech SX1276MB1MAS LoRa shield is an Arduino compatible shield based on
12 More information about the shield can be found at the `mbed SX1276MB1xAS
54 This shield can only be used with a board which provides a configuration for
61 Set ``--shield semtech_sx1271mb1mas`` when you invoke ``west build``. For
67 :shield: semtech_sx1276mb1mas
/Zephyr-Core-3.7.0/boards/shields/waveshare_epaper/doc/
Dindex.rst9 The WAVESHARE e-Paper Raw Panel Shield is a universal driver shield.
10 The shield can be used to drive various Electrophoretic (electronic ink)
12 This shield includes a 23LC1024 1Mb SPI Serial SRAM that is
15 More information about the shield can be found
76 This shield can only be used with a board that provides a configuration
83 Correct shield designation (see the table above) for your display must
90 :shield: waveshare_epaper_gdeh0213b1
99 https://www.waveshare.com/e-paper-shield.htm
/Zephyr-Core-3.7.0/boards/shields/m5stack_core2_ext/doc/
Dindex.rst3 M5Stack-Core2 base shield
9 `M5Stack-Core2`_ comes with a base shield that is connected to the M5Stack
41 Set ``--shield m5stack_core2_ext`` when you invoke ``west build``.
47 :shield: m5stack_core2_ext
/Zephyr-Core-3.7.0/boards/shields/st_b_lcd40_dsi1_mb1166/doc/
Dindex.rst9 The B-LCD40-DSI1 shield provides a 4-inch WVGA TFT LCD with MIPI DSI interface
13 The shield comes in different hardware revisions, the MB1166-A09
17 use shield name without postfix, that is: ``st_b_lcd40_dsi1_mb1166``
101 Your board needs to have a ``mipi_dsi`` device tree label to work with this shield.
106 The shield can be used in any application by setting ``SHIELD`` to
110 Set ``--shield "st_b_lcd40_dsi1_mb1166"`` when you invoke ``west build``. For example:
115 :shield: st_b_lcd40_dsi1_mb1166
/Zephyr-Core-3.7.0/samples/shields/x_nucleo_iks01a1/
DREADME.rst2 :name: X-NUCLEO-IKS01A1 shield
5 Interact with all the sensors of an X-NUCLEO-IKS01A1 shield.
9 This sample enables all sensors of a X-NUCLEO-IKS01A1 shield, and then
10 periodically reads and displays data from the shield sensors:
20 This sample communicates over I2C with the X-NUCLEO-IKS01A1 shield
25 one of the sensors available on the shield (such as disco_l475_iot1) as zephyr
/Zephyr-Core-3.7.0/scripts/west_commands/
Dshields.py83 for shield in list_shields.find_shields(args):
84 if name_re is not None and not name_re.search(shield.name):
86 log.inf(args.format.format(name=shield.name, dir=shield.dir))
/Zephyr-Core-3.7.0/boards/shields/buydisplay_3_5_tft_touch_arduino/doc/
Dindex.rst11 version this shield comes with a FT6236 touch controller. The Arduino
12 adapter is required to use this shield. Note that both display and
16 More information about the shield and Arduino adapter can be found at
54 This shield can only be used with a board which provides a configuration
61 Set ``--shield buydisplay_3_5_tft_touch_arduino`` when you invoke
67 :shield: buydisplay_3_5_tft_touch_arduino
79 https://www.buydisplay.com/arduino-3-5-tft-lcd-touch-shield-serial-spi-example-for-mega-due
/Zephyr-Core-3.7.0/samples/shields/x_nucleo_iks01a2/sensorhub/
DREADME.rst2 :name: X-NUCLEO-IKS01A2 shield - SensorHub (Mode 2)
5 Interact with all the sensors of an X-NUCLEO-IKS01A2 shield using Sensor Hub mode.
9 This sample is provided as an example to test the X-NUCLEO-IKS01A2 shield
13 This sample enables LSM6DSL sensors. Since all other shield
28 This sample communicates over I2C with the X-NUCLEO-IKS01A2 shield
29 stacked on a board with an Arduino connector. The shield must be configured in
33 one of the sensors available on the shield (such as disco_l475_iot1) as zephyr
/Zephyr-Core-3.7.0/samples/shields/x_nucleo_iks02a1/standard/
DREADME.rst2 :name: X-NUCLEO-IKS02A1 shield - Standard (Mode 1)
5 Interact with all the sensors of an X-NUCLEO-IKS02A1 shield using Standard mode.
9 This sample is provided as an example to test the X-NUCLEO-IKS02A1 shield
13 This sample enables all sensors of a X-NUCLEO-IKS02A1 shield, and then
14 periodically reads and displays data from the shield sensors:
23 This sample communicates over I2C with the X-NUCLEO-IKS02A1 shield
33 one of the sensors available on the shield (such as disco_l475_iot1)

12345678