component/esp32 component/bt : seperate phy init
This commit is contained in:
parent
d472ff5856
commit
1540469598
4 changed files with 4 additions and 4 deletions
|
@ -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)) \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 116bca54958c21b8b5b5f79a427744131e21f12a
|
||||
Subproject commit 0f11ccac9a5f39e28e5d8904634c54acd4f140fd
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 01d2e6e22e439edcdc289991b667d13a0908128d
|
||||
Subproject commit 2afb6bb13ec50bf46128331fa7b6835d672c0414
|
Loading…
Reference in a new issue