From f7b82ace3aba3aa910ab964fedfc3803b307013c Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Wed, 16 Sep 2020 17:54:33 +0100 Subject: [PATCH] Make mbed-trace available to bare metal Some code in "drivers" and "targets" use mbed-trace, which when disabled has zero overhead as trace function calls are masks by dummy macros. --- platform/bare_metal/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/bare_metal/mbed_lib.json b/platform/bare_metal/mbed_lib.json index fadb1519c1..93b0553265 100644 --- a/platform/bare_metal/mbed_lib.json +++ b/platform/bare_metal/mbed_lib.json @@ -1,4 +1,4 @@ { "name": "bare-metal", - "requires": ["platform", "drivers", "rtos-api"] + "requires": ["platform", "drivers", "rtos-api", "mbed-trace"] }