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

Prepare and build projects with azure CI #71

Closed mchindri closed 3 years ago

mchindri commented 3 years ago

.hex files will be added to the release directory

mirceacaprioru commented 3 years ago

This pr is huge pretty hard to follow. Be sure all ADICUP projects have semihosting disabled otherwise the hex files won't work. Also when building the Release configuration should be used.

mirceacaprioru commented 3 years ago

I would have split this into multiple PRs, one to prepare the ground and the second one to implement the build pieces. Too much stuff in one PR. It is good practice to have PRs of 5 commits maximum if they have so much stuff to change.

mchindri commented 3 years ago

v2:

mchindri commented 3 years ago

v3:

mchindri commented 3 years ago

v4: