Skip to content
Commit 80ef4253 authored by Rob Walton's avatar Rob Walton
Browse files

freertos: Convert components to INTERFACE libraries



FreeRTOS contains many optional components which are application
specific. We can't reuse the same static library for multiple
applications that all require different optional FreeRTOS components and
configuration. The correct approach here seems to be to use INTERFACE
libraries so FreeRTOS kernel components are completely rebuilt for every
application depending on them. This avoids conflicts when multiple
executables require different components and configuration.

Signed-off-by: Rob Walton's avatarRobert Walton <rob.walton@arm.com>
parent f08fc08d
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