]> granicus.if.org Git - esp-idf/commitdiff
component/esp32 component/bt : seperate phy init
authorTian Hao <tianhao@espressif.com>
Thu, 3 Nov 2016 08:28:04 +0000 (16:28 +0800)
committerTian Hao <tianhao@espressif.com>
Thu, 3 Nov 2016 08:28:04 +0000 (16:28 +0800)
components/bt/component.mk
components/bt/lib
components/esp32/component.mk
components/esp32/lib

index 1926f857d540816c8017dfc0e189fe927159aba0..5bb01a813879fc67c0cf1b74006490bda2359cf1 100644 (file)
@@ -33,7 +33,7 @@ COMPONENT_ADD_INCLUDEDIRS :=  bluedroid/bta/include                   \
 
 CFLAGS += -Wno-error=unused-label -Wno-error=return-type -Wno-error=missing-braces -Wno-error=pointer-sign -Wno-error=parentheses
 
-LIBS := btdm_app
+LIBS := btdm_app coexist
 
 COMPONENT_ADD_LDFLAGS := -lbt -L$(abspath lib) \
                            $(addprefix -l,$(LIBS)) \
index 116bca54958c21b8b5b5f79a427744131e21f12a..0f11ccac9a5f39e28e5d8904634c54acd4f140fd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 116bca54958c21b8b5b5f79a427744131e21f12a
+Subproject commit 0f11ccac9a5f39e28e5d8904634c54acd4f140fd
index 788f8801270ce9c09018cdd6144deace4bc078b9..249d533faee747bd2d4908d3b64e77ac10dc3ff2 100644 (file)
@@ -10,7 +10,7 @@
 
 COMPONENT_SRCDIRS := . hwcrypto
 
-LIBS := crypto core net80211 phy rtc pp wpa smartconfig
+LIBS := crypto core net80211 phy rtc pp wpa smartconfig coexist
 
 LINKER_SCRIPTS += -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld
 
index 01d2e6e22e439edcdc289991b667d13a0908128d..2afb6bb13ec50bf46128331fa7b6835d672c0414 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 01d2e6e22e439edcdc289991b667d13a0908128d
+Subproject commit 2afb6bb13ec50bf46128331fa7b6835d672c0414