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

ADuCM3029_Asset_Health: Replace old adxl372 driver with noos one #21

Closed mirceacaprioru closed 5 years ago

mirceacaprioru commented 5 years ago

This patch replaces the old ADXL372 driver with the one developed for noOs.

Signed-off-by: Mircea Caprioru mircea.caprioru@analog.com

adrimbarean commented 5 years ago

The Release version of the project does not include in the compiler path the include folder.

adrimbarean commented 5 years ago

The Release version of the project defines ADUCM302x in adi_processor.h:51:0 for DFP 3.2.0 and as a define flag for the compiler, which generates a warning.

mirceacaprioru commented 5 years ago

Changelog V1->V2

mirceacaprioru commented 5 years ago

Will merge today if there are no objections.