From b35e5ee41e55bd9ecd653e28ecded85d937b962a Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 8 Jul 2021 11:10:34 +0200 Subject: [PATCH] esp32: provide hci_dump_embedded_stdout.c --- port/esp32/integrate_btstack.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/port/esp32/integrate_btstack.py b/port/esp32/integrate_btstack.py index 51afe5b5e..9bbfcf7bc 100755 --- a/port/esp32/integrate_btstack.py +++ b/port/esp32/integrate_btstack.py @@ -53,5 +53,8 @@ for dir in dirs_to_copy: print('- %s' % dir) shutil.copytree(local_dir + '/../../' + dir, IDF_BTSTACK + '/' + dir) +# add hci dump stdout +shutil.copy(local_dir+'/../../platform/embedded/hci_dump_embedded_stdout.c', IDF_BTSTACK) + # create example/btstack create_examples.create_examples(local_dir, '')