From 900249cc981bb2c5656cfbaecc98d8b45e17d512 Mon Sep 17 00:00:00 2001 From: Sudarshan Sreeram Date: Thu, 12 Aug 2021 11:16:28 +0100 Subject: [PATCH] Add espressif directory to .mbedignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old mbed CLI 1 tool, currently used to compile the MCUboot port for Mbed™ OS, compiles all files unless otherwise specified in .mbedignore. The espressif directory in the boot folder was added to the ignore file to prevent failed builds. Signed-off-by: Sudarshan Sreeram Signed-off-by: David Brown --- .mbedignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mbedignore b/.mbedignore index bd683856..ca5d31c7 100644 --- a/.mbedignore +++ b/.mbedignore @@ -2,6 +2,7 @@ boot/boot_serial/* boot/mynewt/* boot/zephyr/* boot/cypress/* +boot/espressif/* ci/* docs/* ptest/* @@ -16,4 +17,4 @@ ext/mbedtls-asn1/* ext/nrf/* ext/tinycrypt/tests/* ext/tinycrypt/* -ext/tinycrypt-sha512/* \ No newline at end of file +ext/tinycrypt-sha512/*