更新gitignore
This commit is contained in:
parent
dff2e21851
commit
497f29bfaa
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,7 +10,6 @@
|
|||||||
*.plg
|
*.plg
|
||||||
*.rpt
|
*.rpt
|
||||||
*.tmp
|
*.tmp
|
||||||
*.sct
|
|
||||||
*.crf
|
*.crf
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
|
1878
example3/demo1/MDK-ARM/demo1.uvguix.kk
Normal file
1878
example3/demo1/MDK-ARM/demo1.uvguix.kk
Normal file
File diff suppressed because one or more lines are too long
@ -240,7 +240,7 @@
|
|||||||
<GroupNumber>2</GroupNumber>
|
<GroupNumber>2</GroupNumber>
|
||||||
<FileNumber>4</FileNumber>
|
<FileNumber>4</FileNumber>
|
||||||
<FileType>1</FileType>
|
<FileType>1</FileType>
|
||||||
<tvExp>1</tvExp>
|
<tvExp>0</tvExp>
|
||||||
<tvExpOptDlg>0</tvExpOptDlg>
|
<tvExpOptDlg>0</tvExpOptDlg>
|
||||||
<bDave2>0</bDave2>
|
<bDave2>0</bDave2>
|
||||||
<PathWithFileName>../Src/main.c</PathWithFileName>
|
<PathWithFileName>../Src/main.c</PathWithFileName>
|
||||||
|
@ -360,7 +360,7 @@
|
|||||||
</VariousControls>
|
</VariousControls>
|
||||||
</Aads>
|
</Aads>
|
||||||
<LDads>
|
<LDads>
|
||||||
<umfTarg>0</umfTarg>
|
<umfTarg>1</umfTarg>
|
||||||
<Ropi>0</Ropi>
|
<Ropi>0</Ropi>
|
||||||
<Rwpi>0</Rwpi>
|
<Rwpi>0</Rwpi>
|
||||||
<noStLib>0</noStLib>
|
<noStLib>0</noStLib>
|
||||||
|
16
example3/demo1/MDK-ARM/demo1/demo1.sct
Normal file
16
example3/demo1/MDK-ARM/demo1/demo1.sct
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
; *************************************************************
|
||||||
|
; *** Scatter-Loading Description File generated by uVision ***
|
||||||
|
; *************************************************************
|
||||||
|
|
||||||
|
LR_IROM1 0x08000000 0x00100000 { ; load region size_region
|
||||||
|
ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
|
||||||
|
*.o (RESET, +First)
|
||||||
|
*(InRoot$$Sections)
|
||||||
|
.ANY (+RO)
|
||||||
|
.ANY (+XO)
|
||||||
|
}
|
||||||
|
RW_IRAM1 0x20000000 0x00080000 { ; RW data
|
||||||
|
.ANY (+RW +ZI)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user