mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
component/esp32 component/bt : seperate phy init
This commit is contained in:
@@ -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
|
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) \
|
COMPONENT_ADD_LDFLAGS := -lbt -L$(abspath lib) \
|
||||||
$(addprefix -l,$(LIBS)) \
|
$(addprefix -l,$(LIBS)) \
|
||||||
|
Submodule components/bt/lib updated: 116bca5495...0f11ccac9a
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
COMPONENT_SRCDIRS := . hwcrypto
|
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
|
LINKER_SCRIPTS += -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld
|
||||||
|
|
||||||
|
Submodule components/esp32/lib updated: 01d2e6e22e...2afb6bb13e
Reference in New Issue
Block a user