This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
4af99be229
esp-idf
/
components
/
bt
/
linker.lf
6 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
esp32: Provision to redirect .bss to external ram through linker fragments Include external ram section in the linker template to process it through linker script generation mechanism. This enables redirection of .bss section to external memory using linker fragments libnet80211, libpp, libbt, liblwip: Redirect .bss through fragments
2020-07-31 02:56:29 -04:00
[mapping:bt]
archive: libbt.a
entries:
esp_common: Fix issue with SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY not visible on c3 Create a common symbol name to use from linker.lf fragments
2020-12-30 03:12:07 -05:00
if ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY = y:
esp32: Provision to redirect .bss to external ram through linker fragments Include external ram section in the linker template to process it through linker script generation mechanism. This enables redirection of .bss section to external memory using linker fragments libnet80211, libpp, libbt, liblwip: Redirect .bss through fragments
2020-07-31 02:56:29 -04:00
* (extram_bss)
Reference in New Issue
Copy Permalink