Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/ports/stm32/boards/common_basic.ld

25 lines
446 B
Plaintext
Raw Normal View History

stm32/boards: Add common_basic.ld for a board to have a single section.
2018-03-27 21:29:45 +11:00
/* Memory layout for basic configuration:
FLASH .isr_vector
FLASH .text
FLASH .data
RAM .data
RAM .bss
RAM .heap
RAM .stack
*/
ENTRY(Reset_Handler)
stm32/boards: Consolidate linker snippets to reduce duplication. This commit uses the REGION_ALIAS GNU linker command to simplify the linker snippets and consolidate the duplication. Signed-off-by: Damien George <damien@micropython.org>
2022-08-15 08:35:23 +10:00
REGION_ALIAS("FLASH_COMMON", FLASH);
stm32/boards: Add common_basic.ld for a board to have a single section.
2018-03-27 21:29:45 +11:00
/* define output sections */
SECTIONS
{
stm32/boards: Consolidate linker snippets to reduce duplication. This commit uses the REGION_ALIAS GNU linker command to simplify the linker snippets and consolidate the duplication. Signed-off-by: Damien George <damien@micropython.org>
2022-08-15 08:35:23 +10:00
INCLUDE common_isr.ld
INCLUDE common_text.ld
stm32/boards: Factor out common data/bss/heap/stack linker sections. Signed-off-by: Damien George <damien@micropython.org>
2020-10-29 23:07:51 +11:00
INCLUDE common_extratext_data_in_flash.ld
INCLUDE common_bss_heap_stack.ld
stm32/boards: Add common_basic.ld for a board to have a single section.
2018-03-27 21:29:45 +11:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 120ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API