text stringlengths 9 39.2M | dir stringlengths 25 226 | lang stringclasses 163
values | created_date timestamp[s] | updated_date timestamp[s] | repo_name stringclasses 751
values | repo_full_name stringclasses 752
values | star int64 1.01k 183k | len_tokens int64 1 18.5M |
|---|---|---|---|---|---|---|---|---|
```unknown
config SHIELD_RPI_PICO_UNO_FLEXYPIN
def_bool $(shields_list_contains,rpi_pico_uno_flexypin)
``` | /content/code_sandbox/boards/shields/rpi_pico_uno_flexypin/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```unknown
/*
*
*/
/ {
arduino_header: connector {
compatible = "arduino-header-r3";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map =
<0 0 &pico_header 26 0>, /* A0 */
<1 0 &pico_header 27 0>, /* A1 */
<2 0 &pico_header 28 0>, /* A2 */
<3... | /content/code_sandbox/boards/shields/rpi_pico_uno_flexypin/rpi_pico_uno_flexypin.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 531 |
```restructuredtext
.. _dvp_fpc24_mt9m114:
DVP FPC-24 MT9M114 Camera Module
################################
Overview
********
This shield supports mt9m114 camera modules which use a 24-pin FPC connector and a DVP
(Digital Video Port), aka parallel interface. These camera modules are compatible and provided
together... | /content/code_sandbox/boards/shields/dvp_fpc24_mt9m114/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 674 |
```unknown
config SHIELD_REYAX_LORA
def_bool $(shields_list_contains,reyax_lora)
``` | /content/code_sandbox/boards/shields/reyax_lora/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 24 |
```unknown
/*
*/
#include <zephyr/dt-bindings/gpio/gpio.h>
/{
aliases {
lora0 = &rylr_lora_modem;
};
};
&arduino_serial {
current-speed = <115200>;
status = "okay";
rylr_lora_modem: rylr_lora_modem {
compatible = "reyax,rylrxxx";
status = "okay";
reset-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>;
... | /content/code_sandbox/boards/shields/reyax_lora/reyax_lora.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 105 |
```unknown
CONFIG_LORA=y
CONFIG_LORA_RYLRXXX=y
CONFIG_UART_INTERRUPT_DRIVEN=y
``` | /content/code_sandbox/boards/shields/reyax_lora/boards/cy8ckit_062s4.conf | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 23 |
```restructuredtext
.. _rpi_pico_uno_flexypin:
RaspberryPi Pico to UNO FlexyPin Adapter
########################################
Overview
********
Raspberry Pi Pico to Uno `FlexyPin Adapter` is a converter-PCB to Arduino UNO form-factor
from Raspberry Pi Pico that is released in Open Source Hardware.
This board desi... | /content/code_sandbox/boards/shields/rpi_pico_uno_flexypin/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 746 |
```unknown
/*
*/
&p0_2_scb0_uart_rx {
input-enable;
};
&p0_3_scb0_uart_tx {
drive-push-pull;
};
&arduino_serial {
pinctrl-0 = <&p0_2_scb0_uart_rx &p0_3_scb0_uart_tx>;
pinctrl-names = "default";
};
&gpio_prt0 {
status = "okay";
};
&gpio_prt2 {
status = "okay";
};
``` | /content/code_sandbox/boards/shields/reyax_lora/boards/cy8ckit_062s4.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 99 |
```restructuredtext
.. _reyax_lora:
Reyax LoRa RYLR896 and RYLR915 Modules
######################################
Overview
********
These modules expose a simple uart interface for the Semtech SX1276 chip,which implements the LoRa PHY.
More information about the board can be found at the
`Reyax RYLR page`_.
Hardwa... | /content/code_sandbox/boards/shields/reyax_lora/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 148 |
```unknown
/*
*
*/
/ {
aliases {
accel0 = &adxl362_0_boostxl_ulpsense;
};
};
&boosterpack_spi {
adxl362_0_boostxl_ulpsense: adxl362@0 {
compatible = "adi,adxl362";
reg = <0>;
spi-max-frequency = <8000000>;
int1-gpios = <&boosterpack_header 36 0>;
};
};
``` | /content/code_sandbox/boards/shields/boostxl_ulpsense/boostxl_ulpsense.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 100 |
```unknown
config SHIELD_BOOSTXL_ULPSENSE
def_bool $(shields_list_contains,boostxl_ulpsense)
``` | /content/code_sandbox/boards/shields/boostxl_ulpsense/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 27 |
```restructuredtext
.. _boostxl-ulpsense:
BOOSTXL-ULPSENSE: Ultra-low Power Sensor BoosterPack
####################################################
Overview
********
The Ultra-low Power Sensor BoosterPack (BOOSTXL-ULPSENSE) adds analog and
digital sensors to a TI LaunchPad |trade| development kit. The plug-in module... | /content/code_sandbox/boards/shields/boostxl_ulpsense/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 247 |
```unknown
/*
*
*/
/* Common assignments for any nRF70 shield */
/* D0 */
iovdd-ctrl-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
/* D1 */
bucken-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
/* D7 */
host-irq-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>;
/* Short-range (SR) ... | /content/code_sandbox/boards/shields/nrf7002ek/nrf7002ek_common.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 280 |
```unknown
config SHIELD_NRF7002EK
def_bool $(shields_list_contains,nrf7002ek)
config SHIELD_NRF7002EK_NRF7001
def_bool $(shields_list_contains,nrf7002ek_nrf7001)
config SHIELD_NRF7002EK_NRF7000
def_bool $(shields_list_contains,nrf7002ek_nrf7000)
``` | /content/code_sandbox/boards/shields/nrf7002ek/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 84 |
```unknown
/*
*
*/
wifi-max-tx-pwr-5g-low-mcs0 = <13>;
wifi-max-tx-pwr-5g-low-mcs7 = <13>;
wifi-max-tx-pwr-5g-mid-mcs0 = <13>;
wifi-max-tx-pwr-5g-mid-mcs7 = <13>;
wifi-max-tx-pwr-5g-high-mcs0 = <12>;
wifi-max-tx-pwr-5g-high-mcs7 = <12>;
``` | /content/code_sandbox/boards/shields/nrf7002ek/nrf7002ek_common_5g.dtsi | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 108 |
```unknown
/*
*
*/
#include <freq.h>
/ {
chosen {
zephyr,wifi = &wlan0;
};
};
&arduino_spi {
status = "okay";
nrf70: nrf7002-spi@0 {
compatible = "nordic,nrf7002-spi";
status = "okay";
reg = <0>;
spi-max-frequency = <DT_FREQ_M(8)>;
/* Include common nRF70 overlays */
#include "nrf7002ek_common.d... | /content/code_sandbox/boards/shields/nrf7002ek/nrf7002ek.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 136 |
```unknown
/*
*
*/
#include <freq.h>
/ {
chosen {
zephyr,wifi = &wlan0;
};
};
&arduino_spi {
status = "okay";
nrf70: nrf7001-spi@0 {
compatible = "nordic,nrf7001-spi";
status = "okay";
reg = <0>;
spi-max-frequency = <DT_FREQ_M(8)>;
/* Include common nRF70 overlays */
#include "nrf7002ek_common.d... | /content/code_sandbox/boards/shields/nrf7002ek/nrf7002ek_nrf7001.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 119 |
```unknown
*
*/
#include <nrf9151dk_leds_on_io_expander.dtsi>
``` | /content/code_sandbox/boards/shields/nrf7002ek/boards/nrf9151dk_nrf9151.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```unknown
/*
*
*/
#include <freq.h>
/ {
chosen {
zephyr,wifi = &wlan0;
};
};
&arduino_spi {
status = "okay";
nrf70: nrf7002-spi@0 {
compatible = "nordic,nrf7000-spi";
status = "okay";
reg = <0>;
spi-max-frequency = <DT_FREQ_M(8)>;
/* Include common nRF70 overlays */
#include "nrf7002ek_common.d... | /content/code_sandbox/boards/shields/nrf7002ek/nrf7002ek_nrf7000.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 136 |
```unknown
*
*/
#include <nrf9151dk_leds_on_io_expander.dtsi>
``` | /content/code_sandbox/boards/shields/nrf7002ek/boards/nrf9151dk_nrf9151_ns.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```unknown
*
*/
#include <nrf9161dk_leds_on_io_expander.dtsi>
``` | /content/code_sandbox/boards/shields/nrf7002ek/boards/nrf9161dk_nrf9161_ns.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```unknown
/*
*
*/
/* Disabled because of conflicts on P0.00 and P0.01 - Arduino pins D0 and D1
* (iovdd-ctrl-gpios and bucken-gpios in nrf7002ek, respectively).
*/
&uart1 {
status = "disabled";
};
/* Typically we use GPIO extender to resolve these conflicts but the
* GPIO pin used by extender itself conflicts ... | /content/code_sandbox/boards/shields/nrf7002ek/boards/nrf9160dk_nrf9160_ns.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 164 |
```unknown
*
*/
#include <nrf9161dk_leds_on_io_expander.dtsi>
``` | /content/code_sandbox/boards/shields/nrf7002ek/boards/nrf9161dk_nrf9161.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```unknown
*
*/
/* This node by default forwards the UART1 pins to CPUNET, but as UART1 uses
* same pins as bucken and iovdd-ctrl, we need these pins to be controlled by
* the CPUAPP. Since a child node of gpio_fwd cannot be disabled, hence
* the entire node is disabled. If the application needs to forward other ... | /content/code_sandbox/boards/shields/nrf7002ek/boards/nrf5340dk_nrf5340_cpuapp.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 115 |
```unknown
/*
*
*/
&arduino_serial {
status = "okay";
wifi0: iwin {
status = "okay";
compatible = "inventek,eswifi-uart";
/* D7 */
wakeup-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>;
/* D6 */
resetn-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
};
};
``` | /content/code_sandbox/boards/shields/inventek_eswifi/inventek_eswifi_arduino_uart.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 87 |
```unknown
config SHIELD_INVENTEK_ESWIFI
def_bool $(shields_list_contains,inventek_eswifi)
config SHIELD_INVENTEK_ESWIFI_ARDUINO_SPI
def_bool $(shields_list_contains,inventek_eswifi_arduino_spi)
config SHIELD_INVENTEK_ESWIFI_ARDUINO_UART
def_bool $(shields_list_contains,inventek_eswifi_arduino_uart)
``` | /content/code_sandbox/boards/shields/inventek_eswifi/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 87 |
```unknown
/*
*
*/
&arduino_spi {
status = "okay";
/* D10 */
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>;
wifi0_inventek_eswifi_arduino_spi: iwin@0 {
status = "okay";
compatible = "inventek,eswifi";
spi-max-frequency = <2000000>;
reg = <0>;
/* D9 */
data-gpios = <&arduino_header 15 GPIO_ACTIVE... | /content/code_sandbox/boards/shields/inventek_eswifi/inventek_eswifi_arduino_spi.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 175 |
```restructuredtext
.. _nrf7002ek:
nRF7002 EK
##########
Overview
********
The nRF7002 EK is a versatile evaluation kit in the form of an Arduino shield that can be used in
Nordic and non-Nordic host boards.
The nRF7002 EK unlocks low-power Wi-Fi 6 capabilities for your host device. It support dual-band Wi-Fi
2.4GH... | /content/code_sandbox/boards/shields/nrf7002ek/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 569 |
```unknown
/*
*
*/
/*
* This file is intentionally empty. Please refer to shield documentation for
* instructions how to use this shield.
*/
``` | /content/code_sandbox/boards/shields/inventek_eswifi/inventek_eswifi.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```unknown
#
#
if BOARD_NUCLEO_F767ZI
config NET_L2_ETHERNET
default n
endif # BOARD_NUCLEO_F767ZI
``` | /content/code_sandbox/boards/shields/inventek_eswifi/boards/nucleo_f767zi.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 37 |
```unknown
if SHIELD_INVENTEK_ESWIFI || \
SHIELD_INVENTEK_ESWIFI_ARDUINO_SPI || \
SHIELD_INVENTEK_ESWIFI_ARDUINO_UART
if NETWORKING
orsource "boards/*.defconfig"
choice WIFI_ESWIFI_BUS
default WIFI_ESWIFI_BUS_SPI if SHIELD_INVENTEK_ESWIFI_ARDUINO_SPI
default WIFI_ESWIFI_BUS_UART if SHIELD_INVENTEK_ESWIFI_ARDUIN... | /content/code_sandbox/boards/shields/inventek_eswifi/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 170 |
```unknown
#
#
if BOARD_FRDM_K64F
config NET_L2_ETHERNET
default n
endif # BOARD_FRDM_K64F
``` | /content/code_sandbox/boards/shields/inventek_eswifi/boards/frdm_k64f.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31 |
```unknown
/*
*
*/
/*
* This file is intentionally empty. Please confer with shield documentation
* for instructions to use this shield.
*/
``` | /content/code_sandbox/boards/shields/esp_8266/esp_8266.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```unknown
config SHIELD_ESP_8266
def_bool $(shields_list_contains,esp_8266)
config SHIELD_ESP_8266_ARDUINO
def_bool $(shields_list_contains,esp_8266_arduino)
config SHIELD_ESP_8266_MIKROBUS
def_bool $(shields_list_contains,esp_8266_mikrobus)
``` | /content/code_sandbox/boards/shields/esp_8266/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 82 |
```unknown
/*
*
*/
&mikrobus_serial {
status = "okay";
current-speed = <115200>;
esp8266 {
compatible = "espressif,esp-at";
status = "okay";
};
};
``` | /content/code_sandbox/boards/shields/esp_8266/esp_8266_mikrobus.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 48 |
```unknown
/*
*
*/
&arduino_serial {
status = "okay";
current-speed = <115200>;
esp8266 {
compatible = "espressif,esp-at";
status = "okay";
};
};
``` | /content/code_sandbox/boards/shields/esp_8266/esp_8266_arduino.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 46 |
```unknown
if SHIELD_ESP_8266 || \
SHIELD_ESP_8266_ARDUINO || \
SHIELD_ESP_8266_MIKROBUS
if NETWORKING
choice WIFI_ESP_AT_VERSION
default WIFI_ESP_AT_VERSION_1_7
depends on WIFI_ESP_AT
endchoice
orsource "boards/*.defconfig"
endif # NETWORKING
endif # SHIELD_ESP_8266 || \
# SHIELD_ESP_8266_ARDUINO || \
# ... | /content/code_sandbox/boards/shields/esp_8266/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 126 |
```unknown
#
#
if BOARD_SAM4E_XPRO
config NET_L2_ETHERNET
default n
config ETH_SAM_GMAC
default n
config USART_SAM
default y
endif # BOARD_SAM4E_XPRO
``` | /content/code_sandbox/boards/shields/esp_8266/boards/sam4e_xpro.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 51 |
```unknown
/*
*
*/
&pinctrl {
usart1_esp_wifi: usart1_esp_wifi {
group1 {
pinmux = <PA21A_USART1_RXD>,
<PA22A_USART1_TXD>;
};
};
};
&usart1 {
status = "okay";
current-speed = <115200>;
pinctrl-0 = <&usart1_esp_wifi>;
pinctrl-names = "default";
esp8266 {
compatible = "espressif,esp-at";
stat... | /content/code_sandbox/boards/shields/esp_8266/boards/sam4e_xpro.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 122 |
```unknown
#
#
if BOARD_DISCO_L475_IOT1
config WIFI_ESWIFI
default n
endif # BOARD_DISCO_L475_IOT1
``` | /content/code_sandbox/boards/shields/esp_8266/boards/disco_l475_iot1.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
/*
*
*/
/* ENET MUST be disabled because share
* pins with UART-3
*/
&enet_mac {
status = "disabled";
};
&enet_mdio {
status = "disabled";
};
&enet_ptp_clock {
status = "disabled";
};
``` | /content/code_sandbox/boards/shields/esp_8266/boards/frdm_k64f.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 54 |
```unknown
/*
*
*/
&pinctrl {
uart2_esp8266: uart2_esp8266 {
group0 {
pinmux = <PC1MFP_UART2_TXD>,
<PC0MFP_UART2_RXD>,
<PC3MFP_UART2_nRTS>,
<PC2MFP_UART2_nCTS>;
};
};
};
&uart2 {
status = "okay";
current-speed = <115200>;
hw-flow-control;
pinctrl-0 = <&uart2_esp8266>;
pinctrl-names = "... | /content/code_sandbox/boards/shields/esp_8266/boards/numaker_pfm_m467.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 183 |
```restructuredtext
.. _inventek_eswifi_shield:
Inventek es-WIFI Shield
#######################
Overview
********
The es-WIFI (embedded Serial-to-WiFi) modules are devices developed by Inventek
Systems. It integrates WIFI and optionally Bluetooth Low Energy. The es-WIFI
devices can run Cypress WICED or Inventek's ... | /content/code_sandbox/boards/shields/inventek_eswifi/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,776 |
```unknown
/*
*
*/
/* File meant to be empty */
``` | /content/code_sandbox/boards/shields/wnc_m14a2a/wnc_m14a2a.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 11 |
```unknown
config SHIELD_WNC_M14A2A
def_bool $(shields_list_contains,wnc_m14a2a)
``` | /content/code_sandbox/boards/shields/wnc_m14a2a/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```unknown
if SHIELD_WNC_M14A2A
if NETWORKING
config MODEM
default y
config MODEM_SHELL
default y
config MODEM_WNCM14A2A
default y
config UART_INTERRUPT_DRIVEN
default y
# extend retry timing to 20 seconds for LTE/LTE-M
config COAP_INIT_ACK_TIMEOUT_MS
default 20000
# Hack: disable IPv6 for now
config NET_I... | /content/code_sandbox/boards/shields/wnc_m14a2a/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 127 |
```unknown
/*
*
*/
&pinctrl {
uart1_default_alt: uart1_default_alt {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 14)>,
<NRF_PSEL(UART_RX, 1, 13)>,
<NRF_PSEL(UART_RTS, 1, 12)>,
<NRF_PSEL(UART_CTS, 1, 15)>;
};
};
uart1_sleep_alt: uart1_sleep_alt {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 14)>,
... | /content/code_sandbox/boards/shields/wnc_m14a2a/boards/nrf52840dk_nrf52840.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 453 |
```restructuredtext
.. _module_esp_8266:
ESP-8266 Modules
################
Overview
********
ESP-8266 radio is a cost-effective Wi-Fi SOC module which allows any
microcontrollers to easily access to WiFi network. This module supports
the standard IEEE802.11 b/g/n protocol, built-in complete TCP/IP protocol
stack. Us... | /content/code_sandbox/boards/shields/esp_8266/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,186 |
```unknown
/*
*
*/
/*
* WNC-M14A2A shield uses an odd UART available on *some* Arduino-R3-compatible
* headers. It needs to be defined individually.
*/
&uart2 {
current-speed = <115200>;
hw-flow-control;
status = "okay";
wnc_m14a2a: wncm14a2a {
status = "okay";
compatible = "wnc,m14a2a";
mdm-boot-mode... | /content/code_sandbox/boards/shields/wnc_m14a2a/boards/frdm_k64f.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 219 |
```unknown
config SHIELD_SEMTECH_SX1272MB2DAS
def_bool $(shields_list_contains,semtech_sx1272mb2das)
``` | /content/code_sandbox/boards/shields/semtech_sx1272mb2das/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 36 |
```unknown
/*
*
*/
/ {
aliases {
lora0 = &lora_semtech_sx1272mb2das;
};
};
&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
lora_semtech_sx1272mb2das: lora@0 {
compatible = "semtech,sx1272";
reg = <0x0>;
spi-max-frequency = <3000000>;
reset-gpios = <&ardui... | /content/code_sandbox/boards/shields/semtech_sx1272mb2das/semtech_sx1272mb2das.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 250 |
```unknown
/*
*
*
*/
&arduino_i2c {
lsm6dsl_x_nucleo_iks01a2_shub: lsm6dsl@6b {
compatible = "st,lsm6dsl";
reg = <0x6b>;
irq-gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>; /* D4 */
};
};
``` | /content/code_sandbox/boards/shields/x_nucleo_iks01a2/x_nucleo_iks01a2_shub.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 79 |
```unknown
config SHIELD_X_NUCLEO_IKS01A2
def_bool $(shields_list_contains,x_nucleo_iks01a2)
``` | /content/code_sandbox/boards/shields/x_nucleo_iks01a2/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```restructuredtext
.. _semtech_sx1272mb2das:
Semtech SX1272MB2DAS LoRa Shield
################################
Overview
********
The Semtech SX1272MB2DAS LoRa shield is an Arduino
compatible shield based on the SX1272 LoRa transceiver
from Semtech.
More information about the shield can be found
at the `mbed SX1272... | /content/code_sandbox/boards/shields/semtech_sx1272mb2das/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 483 |
```unknown
/*
*
*
*/
/ {
aliases {
magn0 = &lsm303agr_magn_1e_x_nucleo_iks01a2;
accel0 = &lsm303agr_accel_19_x_nucleo_iks01a2;
accel1 = &lsm6dsl_6b_x_nucleo_iks01a2;
};
};
&arduino_i2c {
hts221_x_nucleo_iks01a2: hts221@5f {
compatible = "st,hts221";
reg = <0x5f>;
};
lps22hb_press_x_nucleo_iks01a2:... | /content/code_sandbox/boards/shields/x_nucleo_iks01a2/x_nucleo_iks01a2.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 408 |
```unknown
/*
*
*/
/*
* On stm32mp157c_dk2 pin A3 is not mapped on a GPIO pin.
* Delete this optional property for shield/board compatibility
*/
&arduino_i2c {
lsm303agr_magn_1e_x_nucleo_iks01a2: lsm303agr-magn@1e {
/delete-property/ irq-gpios; /* A3 */
};
lsm303agr_accel_19_x_nucleo_iks01a2: lsm303agr-acc... | /content/code_sandbox/boards/shields/x_nucleo_iks01a2/boards/stm32mp157c_dk2.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 131 |
```unknown
/*
*
*/
&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
zephyr_uhc0: max3421e@0 {
compatible = "maxim,max3421e_spi";
spi-max-frequency = <26000000>;
int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
reset-gpios = <&arduino_header 13 GPIO_ACTI... | /content/code_sandbox/boards/shields/max3421e/sparkfun_max3421e.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 125 |
```unknown
config SHIELD_SPARKFUN_MAX3421E
def_bool $(shields_list_contains,sparkfun_max3421e)
``` | /content/code_sandbox/boards/shields/max3421e/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 28 |
```restructuredtext
.. _x-nucleo-iks01a2:
X-NUCLEO-IKS01A2: MEMS Inertial and Environmental Multi sensor shield
#####################################################################
Overview
********
The X-NUCLEO-IKS01A2 is a motion MEMS and environmental sensor expansion board
for the STM32 Nucleo. It is equipped wi... | /content/code_sandbox/boards/shields/x_nucleo_iks01a2/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 945 |
```unknown
config SHIELD_X_NUCLEO_IKS01A1
def_bool $(shields_list_contains,x_nucleo_iks01a1)
``` | /content/code_sandbox/boards/shields/x_nucleo_iks01a1/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```restructuredtext
.. _max3421e_shield:
MAX3421E Shield
###############
Overview
********
Support for expansion boards (shields) based on MAX3421E USB Peripheral/Host
controller.
Sparkfun USB Host Shield
************************
Pins Assignment of the Shield Connector
=======================================
+---... | /content/code_sandbox/boards/shields/max3421e/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 508 |
```unknown
/*
*
*
*/
&arduino_i2c {
hts221_x_nucleo_iks01a1: hts221@5f {
compatible = "st,hts221";
reg = <0x5f>;
};
lps25hb_press_x_nucleo_iks01a1: lps25hb-press@5d {
compatible = "st,lps25hb-press";
reg = <0x5d>;
};
lis3mdl_magn_x_nucleo_iks01a1: lis3mdl-magn@1e {
compatible = "st,lis3mdl-magn";
... | /content/code_sandbox/boards/shields/x_nucleo_iks01a1/x_nucleo_iks01a1.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 223 |
```unknown
config SHIELD_V2C_DAPLINK
def_bool $(shields_list_contains,v2c_daplink)
config SHIELD_V2C_DAPLINK_CFG
def_bool $(shields_list_contains,v2c_daplink_cfg)
``` | /content/code_sandbox/boards/shields/v2c_daplink/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 52 |
```unknown
/*
*
*/
/delete-node/ &itcm;
/ {
chosen {
zephyr,flash = &daplink_flash0_v2c_daplink_cfg;
};
soc {
daplink_flash0_v2c_daplink_cfg: flash@0 {
compatible = "soc-nv-flash";
reg = <0x00000000 DT_SIZE_M(1)>;
};
itcm_v2c_daplink_cfg: memory@10000000 {
compatible = "arm,itcm";
reg = <0x... | /content/code_sandbox/boards/shields/v2c_daplink/v2c_daplink_cfg.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 227 |
```restructuredtext
.. _x-nucleo-iks01a1:
X-NUCLEO-IKS01A1: MEMS Inertial and Environmental Multi sensor shield
#####################################################################
Overview
********
The X-NUCLEO-IKS01A1 is a motion MEMS and environmental sensor
evaluation board system, compatible with the Arduino UN... | /content/code_sandbox/boards/shields/x_nucleo_iks01a1/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 517 |
```unknown
/*
*
*/
&daplink_gpio0 {
status = "okay";
};
&daplink_qspi_mux {
status = "okay";
};
&flash0 {
/*
* Disable the on-board flash until the jedec,spi-nor driver supports
* multiple instances.
*/
status = "disabled";
};
&daplink_quad_spi0 {
status = "okay";
daplink_flash0_v2c_daplink: flash@0 {
... | /content/code_sandbox/boards/shields/v2c_daplink/v2c_daplink.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 249 |
```unknown
/*
*
*/
&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
mcp2515_keyestudio_can_bus_ks0411: can@0 {
compatible = "microchip,mcp2515";
spi-max-frequency = <1000000>;
int-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */
status = "okay";
reg = <0x... | /content/code_sandbox/boards/shields/mcp2515/keyestudio_can_bus_ks0411.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 168 |
```restructuredtext
.. _v2c_daplink_shield:
ARM V2C-DAPLink for DesignStart FPGA
####################################
Overview
********
The `ARM V2C-DAPLink for DesignStart FPGA`_ shield can be used to provide
DAPLink debug access to the ARM DesignStart FPGA reference designs implemented
on the :ref:`arty`.
.. figu... | /content/code_sandbox/boards/shields/v2c_daplink/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 446 |
```unknown
config SHIELD_DFROBOT_CAN_BUS_V2_0
def_bool $(shields_list_contains,dfrobot_can_bus_v2_0)
config SHIELD_KEYESTUDIO_CAN_BUS_KS0411
def_bool $(shields_list_contains,keyestudio_can_bus_ks0411)
config SHIELD_ADAFRUIT_CAN_PICOWBELL
def_bool $(shields_list_contains,adafruit_can_picowbell)
``` | /content/code_sandbox/boards/shields/mcp2515/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 91 |
```unknown
/*
*
*/
&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
mcp2515_dfrobot_can_bus_v2_0: can@0 {
compatible = "microchip,mcp2515";
spi-max-frequency = <1000000>;
int-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>; /* D2 */
status = "okay";
reg = <0x0>;
... | /content/code_sandbox/boards/shields/mcp2515/dfrobot_can_bus_v2_0.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 175 |
```unknown
/*
*
*/
&pico_spi {
status = "okay";
cs-gpios = <&pico_header 20 GPIO_ACTIVE_LOW>;
mcp2515_adafruit_can_picowbell: can@0 {
compatible = "microchip,mcp2515";
spi-max-frequency = <1000000>;
int-gpios = <&pico_header 21 GPIO_ACTIVE_LOW>;
status = "okay";
reg = <0x0>;
osc-freq = <16000000>;
... | /content/code_sandbox/boards/shields/mcp2515/adafruit_can_picowbell.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 158 |
```unknown
config SHIELD_MIKROE_MCP2518FD_CLICK
def_bool $(shields_list_contains,mikroe_mcp2518fd_click)
``` | /content/code_sandbox/boards/shields/mikroe_mcp2518fd_click/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```unknown
&mikrobus_spi {
cs-gpios = <&mikrobus_header 2 GPIO_ACTIVE_LOW>;
mcp2518fd_mikroe_mcp2518fd_click: mcp2518fd@0 {
compatible = "microchip,mcp251xfd";
status = "okay";
spi-max-frequency = <18000000>;
int-gpios = <&mikrobus_header 7 GPIO_ACTIVE_LOW>;
reg = <0x0>;
osc-freq = <40000000>;
};
};
... | /content/code_sandbox/boards/shields/mikroe_mcp2518fd_click/mikroe_mcp2518fd_click.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 148 |
```restructuredtext
.. _mikroe_mcp2518fd_click_shield:
MikroElektronika MCP2518FD Click shield
#######################################
Overview
--------
MCP2518FD Click shield has a MCP2518FD CAN FD controller via a SPI
interface and a high-speed ATA6563 CAN transceiver.
More information about the shield can be fou... | /content/code_sandbox/boards/shields/mikroe_mcp2518fd_click/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 257 |
```unknown
config SHIELD_LS013B7DH03
def_bool $(shields_list_contains,ls013b7dh03)
``` | /content/code_sandbox/boards/shields/ls0xx_generic/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 27 |
```unknown
/*
*
*/
/ {
chosen {
zephyr,display = &ls0xx_ls013b7dh03;
};
};
&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_HIGH>; /* D10 */
ls0xx_ls013b7dh03: ls0xx@0 {
compatible = "sharp,ls0xx";
spi-max-frequency = <2000000>;
reg = <0>;
width = <128>;
height = <128>;
... | /content/code_sandbox/boards/shields/ls0xx_generic/ls013b7dh03.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 179 |
```unknown
if SHIELD_LS013B7DH03
if DISPLAY
if LVGL
config LV_Z_VDB_SIZE
default 16
config LV_DPI_DEF
default 150
config LV_Z_BITS_PER_PIXEL
default 1
choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_1
endchoice
endif # LVGL
endif # DISPLAY
endif # SHIELD_LS013B7DH03
``` | /content/code_sandbox/boards/shields/ls0xx_generic/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 86 |
```restructuredtext
.. _ls0xx_generic_shield:
Sharp memory display generic shield
###################################
Overview
********
This is a generic shield for Sharp memory pixel LCD. It supports
displays of LS0XX type. These displays have an SPI interface and
few other pins. Note that the SCS is active high fo... | /content/code_sandbox/boards/shields/ls0xx_generic/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 797 |
```unknown
config SHIELD_SPARKFUN_CARRIER_ASSET_TRACKER
def_bool $(shields_list_contains,sparkfun_carrier_asset_tracker)
``` | /content/code_sandbox/boards/shields/sparkfun_carrier_asset_tracker/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 30 |
```unknown
if SHIELD_SPARKFUN_CARRIER_ASSET_TRACKER
config SERIAL
default y
config UART_INTERRUPT_DRIVEN
default y
config UART_ASYNC_API
default y
config I2C
default y
config SPI
default y
endif # SHIELD_SPARKFUN_CARRIER_ASSET_TRACKER
``` | /content/code_sandbox/boards/shields/sparkfun_carrier_asset_tracker/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 66 |
```unknown
/*
*
*/
/ {
aliases {
modem-uart = µmod_1_uart;
modem = &modem;
};
};
µmod_1_uart {
current-speed = <115200>;
hw-flow-control;
status = "okay";
modem: sara_r5 {
compatible = "u-blox,sara-r5";
mdm-power-gpios = <µmod_header 7 0>; /* G2 */
mdm-reset-gpios = <µmod_header... | /content/code_sandbox/boards/shields/sparkfun_carrier_asset_tracker/sparkfun_carrier_asset_tracker.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 300 |
```restructuredtext
.. _mcp2515_shield:
Microchip MCP2515 CAN bus shields
#################################
Zephyr supports a couple of different shields carrying the Microchip `MCP2515`_
Stand-Alone CAN Controller with SPI Interface.
DFRobot CAN BUS Shield V2.0
***************************
Overview
--------
The DF... | /content/code_sandbox/boards/shields/mcp2515/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,153 |
```unknown
config SHIELD_PMOD_ACL
def_bool $(shields_list_contains,pmod_acl)
``` | /content/code_sandbox/boards/shields/pmod_acl/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 20 |
```unknown
/*
*
*/
&pmod_spi {
status = "okay";
adxl345_pmod_acl: adxl345@0 {
compatible = "adi,adxl345";
reg = <0x0>;
spi-max-frequency = <DT_FREQ_M(1)>;
status = "okay";
};
};
``` | /content/code_sandbox/boards/shields/pmod_acl/pmod_acl.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 68 |
```unknown
/*
*
*/
/ {
aliases {
accel0 = &adxl345_pmod_acl;
};
};
``` | /content/code_sandbox/boards/shields/pmod_acl/boards/apard32690_max32690_m4.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 25 |
```restructuredtext
.. _sparkfun_carrier_asset_tracker:
Sparkfun SparkFun MicroMod Asset Tracker Shield
###############################################
Overview
********
The SparkFun MicroMod Asset Tracker Carrier Shield is part of the Sparkfun
Micromod standard, a modular interface ecosystem that uses the M.2 stand... | /content/code_sandbox/boards/shields/sparkfun_carrier_asset_tracker/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 996 |
```unknown
config SHIELD_LCD_PAR_S035
def_bool $(shields_list_contains,lcd_par_s035_8080)
``` | /content/code_sandbox/boards/shields/lcd_par_s035/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 26 |
```restructuredtext
.. pmod_acl:
Digilent Pmod ACL
#################
Overview
********
The Digilent Pmod ACL is a 3-axis digital accelerometer module powered by the
Analog Devices ADXL345.
Programming
***********
Set ``--shield pmod_acl`` when you invoke ``west build``. For example:
.. zephyr-app-commands::
:z... | /content/code_sandbox/boards/shields/pmod_acl/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 272 |
```unknown
if SHIELD_LCD_PAR_S035
if LVGL
# Enable double buffering
config LV_Z_DOUBLE_VDB
default y
config LV_Z_BITS_PER_PIXEL
default 16
choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_16
endchoice
# VDB size is 10% of the full screen size
config LV_Z_VDB_SIZE
default 10
# Configure LVGL to use touchscreen
con... | /content/code_sandbox/boards/shields/lcd_par_s035/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 117 |
```unknown
/*
*
*/
#include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
/{
chosen {
zephyr,display = &st7796s;
};
lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <>911_lcd_par_s035>;
swap-xy;
invert-y;
};
};
&nxp_8080_touch_panel_i2c {
status = "okay";
gt911_lcd_par_s035: gt911-lcd... | /content/code_sandbox/boards/shields/lcd_par_s035/lcd_par_s035_8080.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 499 |
```unknown
config SHIELD_NPM1100_EK
def_bool $(shields_list_contains,npm1100_ek)
``` | /content/code_sandbox/boards/shields/npm1100_ek/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 26 |
```restructuredtext
.. _lcd_par_s035:
NXP LCD_PAR_S035 TFT LCD Module
###############################
Overview
********
The LCD-PAR-S035 is a 3.5 480x320 IPS TFT LCD module with wide viewing angle
and 5-point capacitive touch functionality. The LCD module can be controlled
through either SPI or parallel (8/16bit) 80... | /content/code_sandbox/boards/shields/lcd_par_s035/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 248 |
```unknown
/*
*/
/ {
npm1100_ek_pmic: pmic {
compatible = "nordic,npm1100";
nordic,iset-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; /* D2 */
npm1100_ek_buck: BUCK {
nordic,mode-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; /* D3 */
};
};
};
``` | /content/code_sandbox/boards/shields/npm1100_ek/npm1100_ek.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 95 |
```unknown
*/
&arduino_spi {
status = "okay";
eth_w5500_arceli_eth_w5500: eth_w5500@0 {
compatible = "wiznet,w5500";
reg = <0x0>;
spi-max-frequency = <80000000>;
int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */
};
};
``` | /content/code_sandbox/boards/shields/arceli_eth_w5500/arceli_eth_w5500.overlay | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 105 |
```restructuredtext
.. _npm1100_ek:
nPM1100 EK
##########
Overview
********
The nPM1100 EK lets you test different functions and features of the nPM1100
Power Management Integrated Circuit (PMIC).
.. figure:: npm1100_ek.jpg
:alt: nPM1100 EK
:align: center
nPM1100 EK
Requirements
************
The nPM1100... | /content/code_sandbox/boards/shields/npm1100_ek/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 235 |
```unknown
config SHIELD_ARCELI_ETH_W5500
def_bool $(shields_list_contains,arceli_eth_w5500)
``` | /content/code_sandbox/boards/shields/arceli_eth_w5500/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```unknown
if SHIELD_ARCELI_ETH_W5500
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # SHIELD_ARCELI_ETH_W5500
``` | /content/code_sandbox/boards/shields/arceli_eth_w5500/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 45 |
```unknown
config SHIELD_ST_B_LCD40_DSI1_MB1166
def_bool $(shields_list_contains,st_b_lcd40_dsi1_mb1166)
config SHIELD_ST_B_LCD40_DSI1_MB1166_A09
def_bool $(shields_list_contains,st_b_lcd40_dsi1_mb1166_a09)
``` | /content/code_sandbox/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.shield | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 70 |
```restructuredtext
.. _arceli_eth_w5500:
ARCELI W5500 ETH
################
Overview
********
ARCELI W5500 Ethernet is breakout board with SPI bus access over 10 pin header.
`W5500`_ is 10/100 MBPS stand alone Ethernet controller with on-board MAC & PHY,
16 KiloBytes for FIFO buffer and SPI serial interface.
Pins A... | /content/code_sandbox/boards/shields/arceli_eth_w5500/doc/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 373 |
```unknown
if SHIELD_ST_B_LCD40_DSI1_MB1166 || SHIELD_ST_B_LCD40_DSI1_MB1166_A09
# Double frame buffer maintained by lvgl.
if LVGL
config STM32_LTDC_FB_NUM
default 0
config INPUT
default y
config LV_Z_VDB_SIZE
default 100
config LV_Z_DOUBLE_VDB
default y
config LV_Z_VBD_CUSTOM_SECTION
default y
config LV_Z... | /content/code_sandbox/boards/shields/st_b_lcd40_dsi1_mb1166/Kconfig.defconfig | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 183 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.