From 810884b44874e07a1f12e6e568e9e8f68418d606 Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Fri, 6 Nov 2020 10:04:18 +0000 Subject: [PATCH] Add mbed_lib.json for PSOC6 SCL to exclude it from build metal build SCL is for the Cypress Ethernet driver which is not currently compatible with bare metal. --- .../TARGET_Cypress/TARGET_PSOC6/COMPONENT_SCL/mbed_lib.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_SCL/mbed_lib.json diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_SCL/mbed_lib.json b/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_SCL/mbed_lib.json new file mode 100644 index 0000000000..1c438633fc --- /dev/null +++ b/targets/TARGET_Cypress/TARGET_PSOC6/COMPONENT_SCL/mbed_lib.json @@ -0,0 +1,3 @@ +{ + "name": "cy_psoc6_scl" +}