mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Committer:
fwndz
Date:
Thu Dec 22 05:12:40 2016 +0000
Revision:
153:9398a535854b
Parent:
149:156823d33999
device target maximize

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 144:ef7eb2e8f9f7 1 ;/*
<> 144:ef7eb2e8f9f7 2 ; * BEETLE CMSIS Library
<> 144:ef7eb2e8f9f7 3 ; */
<> 144:ef7eb2e8f9f7 4 ;/*
<> 144:ef7eb2e8f9f7 5 ; * Copyright (c) 2009-2016 ARM Limited. All rights reserved.
<> 144:ef7eb2e8f9f7 6 ; *
<> 144:ef7eb2e8f9f7 7 ; * SPDX-License-Identifier: Apache-2.0
<> 144:ef7eb2e8f9f7 8 ; *
<> 144:ef7eb2e8f9f7 9 ; * Licensed under the Apache License, Version 2.0 (the License); you may
<> 144:ef7eb2e8f9f7 10 ; * not use this file except in compliance with the License.
<> 144:ef7eb2e8f9f7 11 ; * You may obtain a copy of the License at
<> 144:ef7eb2e8f9f7 12 ; *
<> 144:ef7eb2e8f9f7 13 ; * http://www.apache.org/licenses/LICENSE-2.0
<> 144:ef7eb2e8f9f7 14 ; *
<> 144:ef7eb2e8f9f7 15 ; * Unless required by applicable law or agreed to in writing, software
<> 144:ef7eb2e8f9f7 16 ; * distributed under the License is distributed on an AS IS BASIS, WITHOUT
<> 144:ef7eb2e8f9f7 17 ; * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<> 144:ef7eb2e8f9f7 18 ; * See the License for the specific language governing permissions and
<> 144:ef7eb2e8f9f7 19 ; * limitations under the License.
<> 144:ef7eb2e8f9f7 20 ; */
<> 144:ef7eb2e8f9f7 21 ; *************************************************************
<> 144:ef7eb2e8f9f7 22 ; *** Scatter-Loading Description File ***
<> 144:ef7eb2e8f9f7 23 ; *************************************************************
<> 144:ef7eb2e8f9f7 24
<> 144:ef7eb2e8f9f7 25 LR_IROM1 0x00000000 0x00040000 { ; load region size_region
<> 144:ef7eb2e8f9f7 26 ER_IROM1 0x00000000 0x00040000 { ; load address = execution address
<> 144:ef7eb2e8f9f7 27 *.o (RESET, +FIRST)
<> 144:ef7eb2e8f9f7 28 *(InRoot$$Sections)
<> 144:ef7eb2e8f9f7 29 .ANY (+RO)
<> 144:ef7eb2e8f9f7 30 CORDIO_RO_2.1.o (*)
<> 144:ef7eb2e8f9f7 31 }
<> 144:ef7eb2e8f9f7 32 ; Total: 80 vectors = 320 bytes (0x140) to be reserved in RAM
<> 144:ef7eb2e8f9f7 33 RW_IRAM1 (0x20000000+0x140) (0x20000-0x140) { ; RW data
<> 144:ef7eb2e8f9f7 34 .ANY (+RW +ZI)
<> 144:ef7eb2e8f9f7 35 }
<> 144:ef7eb2e8f9f7 36 }