Skip to content

Commit 592284c

Browse files
committed
format link scripts
1 parent 9bc68d2 commit 592284c

File tree

869 files changed

+24203
-24010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

869 files changed

+24203
-24010
lines changed

bsp/CME_M7/CME_M7.sct

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
; *************************************************************
2-
; *** Scatter-Loading Description File generated by uVision ***
3-
; *************************************************************
4-
5-
; load region size_region
6-
LR_IROM1 (0) (1024 * 128)
7-
{
8-
; load address = execution address
9-
ER_IROM1 (0) (1024 * 128)
10-
{
11-
*.o (RESET, +First)
12-
*(InRoot$$Sections)
13-
.ANY (+RO)
14-
}
15-
16-
; RW data
17-
RW_IRAM1 0x20000000 (1024 * 48)
18-
{
19-
.ANY (+RW +ZI)
20-
}
21-
}
22-
1+
; *************************************************************
2+
; *** Scatter-Loading Description File generated by uVision ***
3+
; *************************************************************
4+
5+
; load region size_region
6+
LR_IROM1 (0) (1024 * 128)
7+
{
8+
; load address = execution address
9+
ER_IROM1 (0) (1024 * 128)
10+
{
11+
*.o (RESET, +First)
12+
*(InRoot$$Sections)
13+
.ANY (+RO)
14+
}
15+
16+
; RW data
17+
RW_IRAM1 0x20000000 (1024 * 48)
18+
{
19+
.ANY (+RW +ZI)
20+
}
21+
}
22+

0 commit comments

Comments
 (0)