mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
component/bt : move some codes of controller to iram
1. mv codes which called by sir into iram 2. mv libcoexist.a into iram
This commit is contained in:
Submodule components/bt/lib updated: 52639e93f4...9c1eea6bb0
@@ -84,6 +84,7 @@ SECTIONS
|
|||||||
*librtc.a:(.literal .text .literal.* .text.*)
|
*librtc.a:(.literal .text .literal.* .text.*)
|
||||||
*libpp.a:(.literal .text .literal.* .text.*)
|
*libpp.a:(.literal .text .literal.* .text.*)
|
||||||
*libhal.a:(.literal .text .literal.* .text.*)
|
*libhal.a:(.literal .text .literal.* .text.*)
|
||||||
|
*libcoexist.a:(.literal .text .literal.* .text.*)
|
||||||
_iram_text_end = ABSOLUTE(.);
|
_iram_text_end = ABSOLUTE(.);
|
||||||
} > iram0_0_seg
|
} > iram0_0_seg
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user