File tree Expand file tree Collapse file tree 6 files changed +20
-15
lines changed
TARGET_ARM_SSG/TARGET_MPS2
TARGET_MPS2_M0P/device/TOOLCHAIN_ARM_STD
TARGET_MPS2_M0/device/TOOLCHAIN_ARM_STD
TARGET_MPS2_M3/device/TOOLCHAIN_ARM_STD
TARGET_MPS2_M4/device/TOOLCHAIN_ARM_STD
TARGET_MPS2_M7/device/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 6 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
44
44
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
45
45
*.o (RESET, +First)
46
46
*(InRoot$$Sections)
47
- .ANY (+RO)
47
+ * (+RO)
48
48
}
49
49
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
50
50
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
51
- .ANY (+RW +ZI)
51
+ * (+RW +ZI)
52
52
}
53
53
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
54
54
}
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
44
44
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
45
45
*.o (RESET, +First)
46
46
*(InRoot$$Sections)
47
- .ANY (+RO)
47
+ * (+RO)
48
48
}
49
49
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
50
50
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
51
- .ANY (+RW +ZI)
51
+ * (+RW +ZI)
52
52
}
53
53
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
54
54
}
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
44
44
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
45
45
*.o (RESET, +First)
46
46
*(InRoot$$Sections)
47
- .ANY (+RO)
47
+ * (+RO)
48
48
}
49
49
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
50
50
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
51
- .ANY (+RW +ZI)
51
+ * (+RW +ZI)
52
52
}
53
53
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
54
54
}
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
45
45
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
46
46
*.o (RESET, +First)
47
47
*(InRoot$$Sections)
48
- .ANY (+RO)
48
+ * (+RO)
49
49
}
50
50
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
51
51
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
52
- .ANY (+RW +ZI)
52
+ * (+RW +ZI)
53
53
}
54
54
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
55
55
}
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
45
45
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
46
46
*.o (RESET, +First)
47
47
*(InRoot$$Sections)
48
- .ANY (+RO)
48
+ * (+RO)
49
49
}
50
50
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
51
51
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
52
- .ANY (+RW +ZI)
52
+ * (+RW +ZI)
53
53
}
54
54
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
55
55
}
Original file line number Diff line number Diff line change 5225
5225
" SERIAL" ,
5226
5226
" SPI" ,
5227
5227
" SPISLAVE" ,
5228
- " TSC"
5228
+ " TSC" ,
5229
+ " USTICKER"
5229
5230
],
5230
5231
"release_versions" : [" 2" , " 5" ],
5231
5232
"copy_method" : " mps2" ,
5250
5251
" SERIAL" ,
5251
5252
" SPI" ,
5252
5253
" SPISLAVE" ,
5253
- " TSC"
5254
+ " TSC" ,
5255
+ " USTICKER"
5254
5256
],
5255
5257
"release_versions" : [" 2" , " 5" ],
5256
5258
"copy_method" : " mps2" ,
5276
5278
" SPI" ,
5277
5279
" SPISLAVE" ,
5278
5280
" TSC" ,
5279
- " MPU"
5281
+ " MPU" ,
5282
+ " USTICKER"
5280
5283
],
5281
5284
"release_versions" : [" 2" , " 5" ],
5282
5285
"copy_method" : " mps2" ,
5302
5305
" SPI" ,
5303
5306
" SPISLAVE" ,
5304
5307
" TSC" ,
5305
- " MPU"
5308
+ " MPU" ,
5309
+ " USTICKER"
5306
5310
],
5307
5311
"release_versions" : [" 2" , " 5" ],
5308
5312
"copy_method" : " mps2" ,
5328
5332
" SPI" ,
5329
5333
" SPISLAVE" ,
5330
5334
" TSC" ,
5331
- " MPU"
5335
+ " MPU" ,
5336
+ " USTICKER"
5332
5337
],
5333
5338
"release_versions" : [" 2" , " 5" ],
5334
5339
"copy_method" : " mps2" ,
You can’t perform that action at this time.
0 commit comments