]> granicus.if.org Git - esp-idf/commit
component/bt : add bluf that use bluetooth config wifi connection demos
authorTian Hao <tianhao@espressif.com>
Fri, 7 Oct 2016 03:16:13 +0000 (11:16 +0800)
committerTian Hao <tianhao@espressif.com>
Fri, 7 Oct 2016 03:16:13 +0000 (11:16 +0800)
commiteb8cb8d22ef3643447493ad523d8dfd4dd23c6dc
treea3e409a41c3aafedb5b8054364d3392a2dd97d3c
parent1c877be609e0e3ba94f0bbdc2a9f2f53f348f8a0
component/bt : add bluf that use bluetooth config wifi connection demos

1. add libphy.a librtc.a, but store in bt submodule, if someone use them, please copy to esp32/lib/ instead the origin one
2. add 07_blufi demo
3. change esp32/Kconfig to allow bt/wifi coexist
19 files changed:
components/bt/bluedroid/profiles/esp/ble_button/button_pro.c
components/bt/bluedroid/profiles/esp/include/button_pro.h
components/bt/lib
components/esp32/Kconfig
examples/07_blufi/Makefile [new file with mode: 0644]
examples/07_blufi/README.rst [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/app_client_profiles/battery_c/battery_c.c [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/app_core/bt_app.c [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/app_core/bt_app_core.c [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/app_profiles/app_sample_button/app_button.c [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/app_project/SampleClientProject.c [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/app_project/SampleServerProject.c [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/component.mk [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/include/app_button.h [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/include/bt_app_common.h [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/include/bt_app_defs.h [new file with mode: 0644]
examples/07_blufi/components/bluedroid_demos/include/gattc_profile.h [new file with mode: 0644]
examples/07_blufi/main/component.mk [new file with mode: 0644]
examples/07_blufi/main/demo_main.c [new file with mode: 0644]