mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
esp32: provide hci_dump_embedded_stdout.c
This commit is contained in:
parent
fdd7f115a2
commit
b35e5ee41e
@ -53,5 +53,8 @@ for dir in dirs_to_copy:
|
|||||||
print('- %s' % dir)
|
print('- %s' % dir)
|
||||||
shutil.copytree(local_dir + '/../../' + dir, IDF_BTSTACK + '/' + 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 example/btstack
|
||||||
create_examples.create_examples(local_dir, '')
|
create_examples.create_examples(local_dir, '')
|
||||||
|
Loading…
Reference in New Issue
Block a user