Utilize a code spell-checking tool to scan for and correct spelling errors
in `.rst` files within the `boards`, `doc`, and `tests` directories.
Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
The panel is 7inchi DSI LCD on i2c bus.
Also added display into feature list.
Signed-off-by: Winteri Wang <dongjie.wang@nxp.com>
Signed-off-by: Ruoshan Shi <ruoshan.shi@nxp.com>
The product photo is from
https://learn.adafruit.com/assets/124731 and has the
license CC BY-SA 3.0.
Tested with the command in the index.rst file. Compile testing of
the overlay file is done via the samples/drivers/dac sample.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
- Updated shield overlay file for RT1060 with sdio power and reset pins
- added device tree node in sdhc for sd reset pin
- added power gpio toggle logic
Signed-off-by: Abhinav Kulkarni <abhinav.kulkarni@nxp.com>
Add support for shields based on the Microchip MCP251xFD CAN Bus
controllers, along with the Canis Automotive Labs CANPico shield
for the Raspberry Pi Pico.
Updated to focus on only the CANPico shield.
Use alternate image for shield.
Corrected image file extension.
Signed-off-by: Steve Boylan <stephen.boylan@beechwoods.com>
The "gpio-hog;" devicetree property configuring the "power enable" pin at
boot was not working, due to being placed on a gpio-nexus. This is not
supported and lead the gpio-hog inactive. Instead, let the board specify
their CSI_IO0 and CSI_IO1 pin as GPIO hogs with status = "disabled",
letting shields enable them and set the direction as needed.
Signed-off-by: Josuah Demangeon <me@josuah.net>
Product photo from https://learn.adafruit.com/assets/91880
Tested with the command in the index.rst file.
Compile testing of the overlay file is done with the
samples/sensor/pressure_polling sample.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Add support for the ST MB1835 2.47-inch round DSI TFT-LCD daughter board
designed for STM32 Discovery kits.
Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
Product photo from https://learn.adafruit.com/assets/86994
Tested with the command mentioned in the index.rst file.
Compile testing of the overlay file is done via the mag_polling
sample.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Rename the modulino pixels driver to use the official marketing name,
the "smartleds" one was picked incorrectly from the source code of the
on board mcu of the module itself, but that was clearly out of date.
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This adds the shield definition for the Adafruit INA228 Power Monitor.
It connects to boards using the STEMMA-QT interface.
Product photo from https://learn.adafruit.com/assets/125551, with the
license CC BY-SA 3.0
Signed-off-by: Ian Wakely <raveious.irw@gmail.com>
Product photo from https://learn.adafruit.com/assets/99220
with the license CC BY-SA 3.0
The bindings file for the sensor does not give any guidance on the
"repeatability" property, so I did choose "high".
Tested with the SHT40 and SHT41 shields (not SHT45).
Compile-testing of the overlay file is done via the dht_polling sample.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product photo from https://learn.adafruit.com/assets/130701
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>
The `/connector` node conflicts with
`boards/raspberrypi/rpi_pico/rpi_pico-common.dtsi` definition.
Renaming it to `connector_arduino` to avoid conflict with that.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Ensure that common documentation snippets meant to be "literalinclude"d
in other pages are not treated as regular rst files and de facto
excluded from the documentation global toctree.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
The ssd1396 shield uses an I2C interface, and the nrf5340dk board
overlay needs a bigger buffer size by default to work.
Signed-off-by: Sebastian Viviani <sebastian.viviani@nordicsemi.no>
The `ok` state is deprecated and very few files are using this.
The DTS spec also does not have this value.
This PR removes this value once and for all.
Signed-off-by: Kyle Micallef Bonnici <kylebonnici@hotmail.com>
Update the EK-RA8P1 board to support the ArduCam CU450 OV5640 shield:
- Update pinctrl definitions in ek_ra8p1-pinctrl.dtsi
- Update board DTS in ek_ra8p1_r7ka8p1kflcac_cm85.dts
- Add board-specific overlay for the shield
- Update documentation
Signed-off-by: Khanh Nguyen <khanh.nguyen.wz@bp.renesas.com>
Add a shield definition for the ArduCam CU450 OV5640 camera module
in DVP (parallel) mode.
- Add Kconfig entry for the shield
- Add devicetree overlay for DVP mode
- Add documentation and shield.yml
Signed-off-by: Khanh Nguyen <khanh.nguyen.wz@bp.renesas.com>
Add a new very simple shield that provides MIDI DIN-5 IN/OUT/THROUGH,
as well as 2 leds. Other features of the shields (capacitive sensors)
are currently not reified in Zephyr.
While there is no further device on the shield itself (everything goes
through the Arduino header directly), this allows for meaningful
device-tree naming when using the shield.
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Added wlan wakeup pin in IW610 overlay file. This WLAN wakeup
support is for IW610 and MIMXRT1060-EVK acts as host. Add wakeup
pin configuration when doing device related initialization.
Signed-off-by: Hui Bai <hui.bai@nxp.com>
Move the selection of the dma channel and the sensor input clock into
a board specific overlay since this differ from a board to another.
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
The i2c bus configuration and dcmi pins alternate function settings are
already done within the board dts since this is fixed for each board
so remove then from the shield overlay.
The dmamux node enabling is also removed since currently the DCMI/DMA
cannot rely on dmamux.
In the shield main overlay file, ensure that the i2c bus is properly
enabled.
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Following introduction of LV_Z_MEMORY_POOL_ZEPHYR_REGION and
LV_Z_VDB_ZEPHYR_REGION, remove the usage of the option
LV_Z_VDB_CUSTOM_SECTION and the related linker scripts for
STM32 boards & shields.
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
The product photo is from https://learn.adafruit.com/assets/115230
Tested with the commmand mentioned in the index.rst file.
Compilation testing in CI of the overlay file is done via the
light_polling sample.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Product image from https://learn.adafruit.com/assets/103710
Tested with the command mentioned in the index.rst file.
Compile-testing of the overlay file is done in CI via the
drivers/rtc sample.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Fix for compatible property.
Addition of hardware timer to be used with APARD32690 board.
Signed-off-by: Vladislav Pejic <vladislav.pejic@orioninc.com>
Product photo from https://learn.adafruit.com/assets/122469,
which has the CC BY-SA 3.0 license.
Tested with the command mentioned in the index.rst page.
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
Tested with the commands mentioned in index.rst
The product photo is from
https://learn.adafruit.com/assets/137335
with the license CC BY-SA 3.0
Signed-off-by: Jonas Berg <jonas.s.t.berg@gmail.com>
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>