analogdevicesinc / EVAL-ADICUP3029

This repo includes examples which run on the EVAL-ADICUP3029 ARM Cortex-M3 processor development platform from Analog Devices.
https://wiki.analog.com/resources/eval/user-guides/eval-adicup3029
Other
38 stars 63 forks source link

cn0567: initial implementation #91

Closed amiclaus closed 3 years ago

amiclaus commented 3 years ago

Initial version of the CN0567 project.

Provides IIO support for both versions of the reference design: ADPD4100 and ADPD4101.

A part of the requirement is to have the device configuration separate from the application implementation for easier usage by the customers (timeslot configuration / register configuration). This is done via cn0567_config.h file.

(The project is a compact/reworked version of CN0503 project)

Signed-off-by: Antoniu Miclaus antoniu.miclaus@analog.com