Skip to content
Commit e4f33b64 authored by Filip Jagodzinski's avatar Filip Jagodzinski
Browse files

utils: Make serial retarget independent of cmsis-pack-platform



The primary use of iotsdk-serial-retarget CMake target is in examples
and tests. When used by a standalone application however, the current
CMake structure imposes unnecessary constraint on the application
developer. The retargeting lib links to cmsis-pack-platform CMake
target. This is internal to the templates (from which examples and tests
are generated), and not defined for the SDK in general. Lift this
constraint, and make the retargeting lib easier to use in applications.

Update all the templates and link iotsdk-serial-retarget with
cmsis-pack-platform at the application level.

Signed-off-by: Filip Jagodzinski's avatarFilip Jagodzinski <filip.jagodzinski@arm.com>
parent 263fc0c3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment