-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9688f2
commit 24f206c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule btstack
updated
13 files
+4 −0 | CHANGELOG.md | |
+34 −34 | README.md | |
+8 −0 | chipset/cc256x/Makefile.inc | |
+1 −0 | chipset/cc256x/cc256x.cmake | |
+2 −2 | example/a2dp_sink_demo.c | |
+1 −1 | example/gatt_streamer_server.c | |
+34 −0 | example/mesh_node_demo.c | |
+0 −5 | platform/embedded/btstack_tlv_flash_bank.c | |
+3 −0 | src/btstack_defines.h | |
+23 −18 | src/hci.c | |
+25 −4 | test/flash_tlv/CMakeLists.txt | |
+21 −8 | test/flash_tlv/Makefile | |
+6 −3 | test/flash_tlv/tlv_test.cpp |