File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ def generate(self):
62
62
l , _ = splitext (basename (lib ))
63
63
libraries .append (l [3 :])
64
64
65
+ if self .resources .linker_script is None :
66
+ self .resources .linker_script = ''
67
+
65
68
ctx = {
66
69
'name' : self .program_name ,
67
70
'source_files' : source_files ,
Original file line number Diff line number Diff line change 39
39
</LinkedLibraries >
40
40
<MemoryAreas debugInFlashNotRAM =" 1" >
41
41
<Memory name =" IROM1" type =" ReadOnly" size =" 0x00100000" startValue =" 0x08000000" />
42
- <Memory name =" IRAM1" type =" ReadWrite" size =" 0x00020000 " startValue =" 0x20000000 " />
42
+ <Memory name =" IRAM1" type =" ReadWrite" size =" 0x0001FE78 " startValue =" 0x20000188 " />
43
43
<Memory name =" IROM2" type =" ReadOnly" size =" " startValue =" " />
44
44
<Memory name =" IRAM2" type =" ReadWrite" size =" 0x00010000" startValue =" 0x10000000" />
45
45
</MemoryAreas >
Original file line number Diff line number Diff line change 39
39
</LinkedLibraries >
40
40
<MemoryAreas debugInFlashNotRAM =" 1" >
41
41
<Memory name =" IROM1" type =" ReadOnly" size =" 0x00080000" startValue =" 0x08000000" />
42
- <Memory name =" IRAM1" type =" ReadWrite" size =" 0x00018000 " startValue =" 0x20000000 " />
42
+ <Memory name =" IRAM1" type =" ReadWrite" size =" 0x00017E6C " startValue =" 0x20000194 " />
43
43
<Memory name =" IROM2" type =" ReadOnly" size =" " startValue =" " />
44
44
<Memory name =" IRAM2" type =" ReadWrite" size =" " startValue =" " />
45
45
</MemoryAreas >
Original file line number Diff line number Diff line change 39
39
</LinkedLibraries >
40
40
<MemoryAreas debugInFlashNotRAM =" 1" >
41
41
<Memory name =" IROM1" type =" ReadOnly" size =" 0x00080000" startValue =" 0x08000000" />
42
- <Memory name =" IRAM1" type =" ReadWrite" size =" 0x00020000 " startValue =" 0x20000000 " />
42
+ <Memory name =" IRAM1" type =" ReadWrite" size =" 0x0001FE68 " startValue =" 0x20000198 " />
43
43
<Memory name =" IROM2" type =" ReadOnly" size =" " startValue =" " />
44
44
<Memory name =" IRAM2" type =" ReadWrite" size =" " startValue =" " />
45
45
</MemoryAreas >
You can’t perform that action at this time.
0 commit comments