Home
last modified time | relevance | path

Searched full:shield (Results 1 – 25 of 142) sorted by relevance

123456

/Zephyr-Core-2.7.6/samples/drivers/display/
Dsample.yaml5 sample.display.shield.adafruit_2_8_tft_touch_v2:
8 extra_args: SHIELD=adafruit_2_8_tft_touch_v2
9 tags: display shield
13 sample.display.shield.ssd1306_128x32:
15 extra_args: SHIELD=ssd1306_128x32
16 tags: display shield
20 sample.display.shield.ssd1306_128x64:
22 extra_args: SHIELD=ssd1306_128x64
23 tags: display shield
27 sample.display.shield.waveshare_epaper_gdeh0213b1:
[all …]
/Zephyr-Core-2.7.6/doc/guides/porting/
Dshields.rst8 In Zephyr, the shield feature provides Zephyr-formatted shield
11 Shield porting and configuration
14 Shield configuration files are available in the board directory
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,
[all …]
/Zephyr-Core-2.7.6/samples/subsys/display/lvgl/
Dsample.yaml15 extra_args: SHIELD=adafruit_2_8_tft_touch_v2
16 tags: shield
22 extra_args: SHIELD=waveshare_epaper_gdeh0213b1
23 tags: shield
26 extra_args: SHIELD=waveshare_epaper_gdeh0213b72
27 tags: shield
30 extra_args: SHIELD=waveshare_epaper_gdeh029a1
31 tags: shield
38 extra_args: SHIELD=buydisplay_2_8_tft_touch_arduino
39 tags: shield
/Zephyr-Core-2.7.6/boards/arm/mps2_an385/
Dpinmux.c124 gpio_0 = (1<<0) /* Shield 0 UART 3 RXD */ in arm_mps2_pinmux_defaults()
125 | (1<<4) /* Shield 0 UART 3 TXD */ in arm_mps2_pinmux_defaults()
126 | (1<<5) /* Shield 0 I2C SCL SBCON2 */ in arm_mps2_pinmux_defaults()
127 | (1<<15) /* Shield 0 I2C SDA SBCON2 */ in arm_mps2_pinmux_defaults()
128 | (1<<11) /* Shield 0 SPI 3 SCK */ in arm_mps2_pinmux_defaults()
129 | (1<<12) /* Shield 0 SPI 3 SS */ in arm_mps2_pinmux_defaults()
130 | (1<<13) /* Shield 0 SPI 3 MOSI */ in arm_mps2_pinmux_defaults()
131 | (1<<14); /* Shield 0 SPI 3 MISO */ in arm_mps2_pinmux_defaults()
135 gpio_1 = (1<<10) /* Shield 1 UART 4 RXD */ in arm_mps2_pinmux_defaults()
136 | (1<<14) /* Shield 1 UART 4 TXD */ in arm_mps2_pinmux_defaults()
[all …]
/Zephyr-Core-2.7.6/boards/arm/mps2_an521/
Dpinmux.c124 gpio_0 = (1<<0) /* Shield 0 UART 3 RXD */ in arm_mps2_pinmux_defaults()
125 | (1<<4) /* Shield 0 UART 3 TXD */ in arm_mps2_pinmux_defaults()
126 | (1<<5) /* Shield 0 I2C SCL SBCON2 */ in arm_mps2_pinmux_defaults()
127 | (1<<15) /* Shield 0 I2C SDA SBCON2 */ in arm_mps2_pinmux_defaults()
128 | (1<<11) /* Shield 0 SPI 3 SCK */ in arm_mps2_pinmux_defaults()
129 | (1<<12) /* Shield 0 SPI 3 SS */ in arm_mps2_pinmux_defaults()
130 | (1<<13) /* Shield 0 SPI 3 MOSI */ in arm_mps2_pinmux_defaults()
131 | (1<<14); /* Shield 0 SPI 3 MISO */ in arm_mps2_pinmux_defaults()
135 gpio_1 = (1<<10) /* Shield 1 UART 4 RXD */ in arm_mps2_pinmux_defaults()
136 | (1<<14) /* Shield 1 UART 4 TXD */ in arm_mps2_pinmux_defaults()
[all …]
/Zephyr-Core-2.7.6/boards/shields/v2c_daplink/doc/
Dindex.rst9 The `ARM V2C-DAPLink for DesignStart FPGA`_ shield can be used to provide
20 In addition to DAPLink debug access, the V2C-DAPLink shield provides the
29 When using the V2C-DAPLink shield with the ``Cfg`` jumper (``J2``) open, the CPU
36 :shield: v2c_daplink
39 When using the V2C-DAPLink shield with the ``Cfg`` jumper (``J2``) closed, the
43 storage device provided by the V2C-DAPLink shield:
48 :shield: v2c_daplink_cfg
/Zephyr-Core-2.7.6/samples/net/wifi/
Dsample.yaml11 extra_args: SHIELD=esp_8266
14 extra_args: SHIELD=esp_8266_arduino
17 extra_args: SHIELD=inventek_eswifi_arduino_uart
20 extra_args: SHIELD=inventek_eswifi_arduino_spi
/Zephyr-Core-2.7.6/boards/shields/x_nucleo_idb05a1/doc/
Dindex.rst19 Note : This shield is compatible out of the box with Arduino UNO R3 connectors,
35 Out of the box, X-NUCLEO-IDB05A1 shield expects SPI SCK to be available on
38 otherwise shield configuration can be changed (see below).
39 Also shield expects SPI CS to be available on Arduino pin A1 instead of usual
44 Shield configuration could be modified by moving resistors as
78 shield with an SPI host controller interface (HCI-SPI). Activate the presence
79 of the shield for the project build by adding the ``-DSHIELD`` arg to the
85 :shield: x_nucleo_idb05a1
88 Alternatively, set use of this shield in the project's ``CMakeLists.txt`` file:
92 set(SHIELD x_nucleo_idb05a1)
/Zephyr-Core-2.7.6/boards/shields/adafruit_winc1500/doc/
Dindex.rst3 Adafruit WINC1500 Wifi Shield
9 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
19 Pins Assignment of the Adafruit WINC1500 WiFi Shield
23 | Shield Connector Pin | Function |
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
[all …]
/Zephyr-Core-2.7.6/cmake/
Dshields.cmake8 foreach(shield ${SHIELD_LIST})
9 message("${shield}")
15 foreach(shield ${sorted_shield_list})
16 list(APPEND sorted_shield_cmds COMMAND ${CMAKE_COMMAND} -E echo "${shield}")
/Zephyr-Core-2.7.6/boards/shields/semtech_sx1272mb2das/doc/
Dindex.rst3 Semtech SX1272MB2DAS LoRa Shield
9 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
16 Pins Assignment of the Semtech SX1272MB2DAS LoRa Shield
20 | Shield Connector Pin | Function |
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
59 :shield: semtech_sx1272mb2das
/Zephyr-Core-2.7.6/boards/arm/v2m_beetle/
Dpinmux.c100 gpio_0 = (1<<0); /* Shield 0 UART 0 RXD */ in arm_v2m_beetle_pinmux_defaults()
101 gpio_0 |= (1<<1); /* Shield 0 UART 0 TXD */ in arm_v2m_beetle_pinmux_defaults()
102 gpio_0 |= (1<<14); /* Shield 0 I2C SDA SBCON2 */ in arm_v2m_beetle_pinmux_defaults()
103 gpio_0 |= (1<<15); /* Shield 0 I2C SCL SBCON2 */ in arm_v2m_beetle_pinmux_defaults()
104 gpio_0 |= (1<<10); /* Shield 0 SPI_3 nCS */ in arm_v2m_beetle_pinmux_defaults()
105 gpio_0 |= (1<<11); /* Shield 0 SPI_3 MOSI */ in arm_v2m_beetle_pinmux_defaults()
106 gpio_0 |= (1<<12); /* Shield 0 SPI_3 MISO */ in arm_v2m_beetle_pinmux_defaults()
107 gpio_0 |= (1<<13); /* Shield 0 SPI_3 SCK */ in arm_v2m_beetle_pinmux_defaults()
113 gpio_1 |= (1<<6); /* Shield 1 I2C SDA */ in arm_v2m_beetle_pinmux_defaults()
114 gpio_1 |= (1<<7); /* Shield 1 I2C SCL */ in arm_v2m_beetle_pinmux_defaults()
/Zephyr-Core-2.7.6/boards/shields/buydisplay_2_8_tft_touch_arduino/doc/
Dindex.rst3 Buydisplay 2.8" TFT Touch Shield with Arduino adapter
9 The Buydisplay 2.8" TFT Touch Shield has a resolution of 320x240
10 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
15 the `Buydisplay 2.8" TFT Touch Shield website`_ and
22 | Shield Connector Pin | Function |
52 This shield can only be used with a board which provides a configuration
65 :shield: buydisplay_2_8_tft_touch_arduino
73 .. _Buydisplay 2.8" TFT Touch Shield website:
[all …]
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks02a1/microphone/
Dsample.yaml2 name: X-NUCLEO-IKS02A1 sensor shield
5 harness: shield
6 tags: shield
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a1/
Dsample.yaml2 name: X-NUCLEO-IKS01A1 sensor shield
6 harness: shield
7 tags: shield
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a3/sensorhub/
Dsample.yaml2 name: X-NUCLEO-IKS01A3 sensor shield
5 harness: shield
6 tags: shield
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a2/standard/
Dsample.yaml2 name: X-NUCLEO-IKS01A2 sensor shield
5 harness: shield
6 tags: shield
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a2/sensorhub/
Dsample.yaml2 name: X-NUCLEO-IKS01A2 sensor shield
5 harness: shield
6 tags: shield
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks02a1/sensorhub/
Dsample.yaml2 name: X-NUCLEO-IKS02A1 sensor shield
5 harness: shield
6 tags: shield
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks01a3/standard/
Dsample.yaml2 name: X-NUCLEO-IKS01A3 sensor shield
7 harness: shield
8 tags: shield
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks02a1/standard/
Dsample.yaml2 name: X-NUCLEO-IKS02A1 sensor shield
7 harness: shield
8 tags: shield
/Zephyr-Core-2.7.6/samples/net/sockets/echo_client/
Dsample.yaml21 extra_args: SHIELD=atmel_rf2xx_xplained OVERLAY_CONFIG="overlay-802154.conf"
24 extra_args: SHIELD=atmel_rf2xx_xpro OVERLAY_CONFIG="overlay-802154.conf"
27 extra_args: SHIELD=atmel_rf2xx_legacy OVERLAY_CONFIG="overlay-802154.conf"
30 extra_args: SHIELD=atmel_rf2xx_arduino OVERLAY_CONFIG="overlay-802154.conf"
33 extra_args: SHIELD=atmel_rf2xx_mikrobus OVERLAY_CONFIG="overlay-802154.conf"
40 extra_args: SHIELD=frdm_cr20a OVERLAY_CONFIG=overlay-802154.conf
/Zephyr-Core-2.7.6/cmake/app/
Dboilerplate.cmake290 # Check that SHIELD has not changed.
291 zephyr_check_cache(SHIELD WATCH)
293 if(SHIELD)
294 set(BOARD_MESSAGE "${BOARD_MESSAGE}, Shield(s): ${SHIELD}")
299 if(DEFINED SHIELD)
300 string(REPLACE " " ";" SHIELD_AS_LIST "${SHIELD}")
302 # SHIELD-NOTFOUND is a real CMake list, from which valid shields can be popped.
304 set(SHIELD-NOTFOUND ${SHIELD_AS_LIST})
311 # Match the Kconfig.shield files in the shield directories to make sure we are
312 # finding shields, e.g. x_nucleo_iks01a1/Kconfig.shield
[all …]
/Zephyr-Core-2.7.6/boards/arm/arty/
Dboard.h30 * @brief Determine if the DAPlink shield is fitted.
32 * Determine if the DAPlink shield is fitted based on the state of the
35 * @retval true If the DAPlink shield is fitted.
36 * @retval false If the DAPlink shield is not fitted.
/Zephyr-Core-2.7.6/samples/drivers/i2s/echo/
DREADME.rst18 on the Audio Codec Shield, but it can be easily adapted to use other
26 Shield, and provides overlay files for both of these boards.
28 More information about the used shield and the CODEC itself can be found here:
30 - `Audio Codec Shield`_
48 .. _Audio Codec Shield: http://wiki.openmusiclabs.com/wiki/AudioCodecShield

123456