The pipe nodes are not video interfaces. Describe them as normal child
nodes instead of using port/endpoint.
Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
fix a typo in board name (mixm... instead of mimx...) and actually use
a proper board name anyway since it looks like this was still using
a HWMv1 name.
Fixeszephyrproject-rtos/zephyr#95015
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
Fix typo introduced in some shields DTS overlay files by commit
c683b044d9 ("shields: devicetree: use arduino-header-r3.h constants
in all shields").
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Make shield overlays less error prone and easier to maintain by
switching to GPIO pin constants defined in arduino-header-r3.h.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
Product photo from https://learn.adafruit.com/assets/137463
with the license CC BY-SA 3.0
Tested with the command mentioned in the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/91687
with the licence CC BY 3.0
Tested with the command mentioned on the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/87727
with the license CC BY-SA 3.0
Tested with the command mentioned in the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/89850
Tested with the command mentioned on the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/123033
with license CC BY-SA 3.0.
Tested with the command mentioned on the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/78982
with license CC BY-SA 3.0
Tested with command mentioned in the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/87051
with the license CC BY-SA 3.0
Tested with the command mentioned in the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
The product photo is from https://learn.adafruit.com/assets/88773
with license CC BY-SA 3.0
Tested with the command mentioned on the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/122966
with license CC BY-SA 3.0
Tested with the command mentioned in the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/102984
with the license CC BY-SA 3.0
Tested with the command mentioned on the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/104390
which has the license CC BY-SA 3.0
Tested with the command mentioned in the index.rst file.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Tested with the command mentioned on the index.rst page.
The product photo is from https://learn.adafruit.com/assets/95227
with the license CC BY-SA 3.0
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Add tearing effect configuration of the spi display. The falling edge
of the tearing signal is chosen because the spi bandwidth is lower than
the display refresh rate at 60fps.
Signed-off-by: Christian Rask <christianrask2@gmail.com>
The Adafruit Featherwing 128x32 OLED board supports a SSD1306 compatible
OLED display with a resolution of 128 x 32 and three user buttons. It has
been tested with the Adafruit Feather nRF52840 and the sample
samples/subsys/display/lvgl.
Signed-off-by: Stefan Schmidt <kontakt@stefanschmidt-embedded.de>
The default supported format in these LCD is RGB565, not BGR565. It is
set to BGR565 because a wrong assumption about "byte swap" in Zephyr.
Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
Add an nPM1304 EK shield, update samples/shields/npm1300_ek to support
both shields, improve the sample description.
Signed-off-by: Sergei Ovchinnikov <sergei.ovchinnikov@nordicsemi.no>
Image files for ADI shield boards were introduced in commit
25c7fa4e63, but they weren't referenced
anywhere in the documentation source and thus were deadstripped from the
build, resulting in broken image references in the board catalog card
view.
Signed-off-by: Maureen Helm <maureen.helm@analog.com>
Add EK-RA8D1 to RTK7EKA6M3B00001BU Display Adapter.
This is a converter from EK-RA8D1 J57 port to RTK7EKA6M3B00001BU
Display CN1 pin signal.
Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
IW610 config add dhcpv4 server address max count,
dhcpv4 server icmp probe timeout and
Wi-Fi AP max STA count macro to
support max 8 STAs connect to UAP.
Signed-off-by: Pan Gao <pan.gao@nxp.com>
- enable/configure LC3 codec as default setting for BLE Audio based
samples to work on iMXRT based platform which supports FPU.
Signed-off-by: Nirav Agrawal <nirav.agrawal@nxp.com>
Instead of having a conf file for all variants of STM32N6570_DK,
set the necessary settings for any platform which has DCMIPP enabled.
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>