analogdevicesinc / precision-converters-firmware

Precision Converters Embedded Firmware Repository
https://analogdevicesinc.github.io/precision-converters-firmware/
Apache License 2.0
13 stars 16 forks source link

projects:ad4170_iio: Added SPI DMA implementation #89

Closed jansunil closed 3 months ago

jansunil commented 3 months ago

1) Added SPI DMA implementation for AD4170 with the SDP-K1 in STM32 platform

2) Added a AD4170_MAX_SPI_SPEED macro for the SPI frequency

3) Updated copyright years

4) Moved .ioc and the extsettings to a new folder within STM32/ target

5) Added STM32 specific files for SDP-K1 as well

6) Re-named SPI_MODE to SPI_INTERRUPT_MODE as there are two implementations with SPI now

jansunil commented 3 months ago

Hi All- Does this PR look good for a merge?

jansunil commented 3 months ago

Hi @ribdp @SaikiranGudla - Do these changes look good for a merge?