analogdevicesinc / pyadi-iio

Python interfaces for ADI hardware with IIO drivers (aka peyote)
https://analogdevicesinc.github.io/pyadi-iio
Other
134 stars 99 forks source link

Add support for CN0556 #512

Closed AndyOesmer closed 5 months ago

AndyOesmer commented 6 months ago

Description

++ Adding support for CN0556

How has this been tested?

The example scripts were run by using interfacing the EVAL-CN0556-EBZ with an EVAL-CN0554-RPIZ and a Raspberry Pi 4 connection. The SD card of the Raspberry Pi 4 is flashed with the ADI Kuiper Linux image. The device tree overlay must be configured to identify the CN0556 connected to it.

Test Configuration:

Documentation

Product Page: https://www.analog.com/en/design-center/reference-designs/circuits-from-the-lab/cn0556.html User Guide: https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0556

Checklist:

kister-jimenez commented 6 months ago

Add this part to the supported_parts.md and rebase to the latest main.

tfcollins commented 5 months ago

Please fix linting issues

AndyOesmer commented 5 months ago

Please fix linting issues

Done. Ran pre-commit check again.