From 2bb67985dc2ca796e1ee7595e95c737558ebd191 Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Wed, 18 Jan 2017 16:38:06 +0800 Subject: [PATCH] component/bt : move some codes of controller to iram 1. mv codes which called by sir into iram 2. mv libcoexist.a into iram --- components/bt/lib | 2 +- components/esp32/ld/esp32.common.ld | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index 52639e93f..9c1eea6bb 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 52639e93f42b426c5f3d29935f3f17fb1c6e2169 +Subproject commit 9c1eea6bb03adc3b3847fff79c3f017652840a46 diff --git a/components/esp32/ld/esp32.common.ld b/components/esp32/ld/esp32.common.ld index 8cc3b5b22..3e5d6b7d8 100644 --- a/components/esp32/ld/esp32.common.ld +++ b/components/esp32/ld/esp32.common.ld @@ -84,6 +84,7 @@ SECTIONS *librtc.a:(.literal .text .literal.* .text.*) *libpp.a:(.literal .text .literal.* .text.*) *libhal.a:(.literal .text .literal.* .text.*) + *libcoexist.a:(.literal .text .literal.* .text.*) _iram_text_end = ABSOLUTE(.); } > iram0_0_seg