mirror of https://github.com/ARMmbed/mbed-os.git
STM32H747 license update
parent
fb3f0f904e
commit
535dbe87af
|
@ -1,6 +1,6 @@
|
||||||
/* mbed Microcontroller Library
|
/* mbed Microcontroller Library
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
* Copyright (c) 2018, STMicroelectronics
|
* Copyright (c) 2019, STMicroelectronics
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* mbed Microcontroller Library
|
/* mbed Microcontroller Library
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
* Copyright (c) 2018, STMicroelectronics
|
* Copyright (c) 2019, STMicroelectronics
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
/* mbed Microcontroller Library
|
/*
|
||||||
* Copyright (c) 2006-2017 ARM Limited
|
******************************************************************************
|
||||||
*
|
* @attention
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
*
|
||||||
* you may not use this file except in compliance with the License.
|
* <h2><center>© Copyright (c) 2019 STMicroelectronics.
|
||||||
* You may obtain a copy of the License at
|
* All rights reserved.</center></h2>
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
*
|
* the "License"; You may not use this file except in compliance with the
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* License. You may obtain a copy of the License at:
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
*
|
||||||
* See the License for the specific language governing permissions and
|
******************************************************************************
|
||||||
* limitations under the License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,32 +1,17 @@
|
||||||
#! armcc -E
|
#! armcc -E
|
||||||
; Scatter-Loading Description File
|
; Scatter-Loading Description File
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;******************************************************************************
|
||||||
; Copyright (c) 2016, STMicroelectronics
|
;* @attention
|
||||||
; All rights reserved.
|
;*
|
||||||
;
|
;* Copyright (c) 2019 STMicroelectronics.
|
||||||
; Redistribution and use in source and binary forms, with or without
|
;* All rights reserved.
|
||||||
; modification, are permitted provided that the following conditions are met:
|
;*
|
||||||
;
|
;* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
; 1. Redistributions of source code must retain the above copyright notice,
|
;* the "License"; You may not use this file except in compliance with the
|
||||||
; this list of conditions and the following disclaimer.
|
;* License. You may obtain a copy of the License at:
|
||||||
; 2. Redistributions in binary form must reproduce the above copyright notice,
|
;* opensource.org/licenses/BSD-3-Clause
|
||||||
; this list of conditions and the following disclaimer in the documentation
|
;*
|
||||||
; and/or other materials provided with the distribution.
|
;******************************************************************************
|
||||||
; 3. Neither the name of STMicroelectronics nor the names of its contributors
|
|
||||||
; may be used to endorse or promote products derived from this software
|
|
||||||
; without specific prior written permission.
|
|
||||||
;
|
|
||||||
; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
; DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
||||||
; FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
||||||
; SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
; CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
||||||
; OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
|
|
||||||
#if !defined(MBED_APP_START)
|
#if !defined(MBED_APP_START)
|
||||||
#define MBED_APP_START 0x08000000
|
#define MBED_APP_START 0x08000000
|
||||||
|
|
|
@ -1,4 +1,17 @@
|
||||||
/* Linker script to configure memory regions. */
|
/* Linker script to configure memory regions. */
|
||||||
|
/*******************************************************************************
|
||||||
|
* @attention
|
||||||
|
*
|
||||||
|
* Copyright (c) 2019 STMicroelectronics.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
* the "License"; You may not use this file except in compliance with the
|
||||||
|
* License. You may obtain a copy of the License at:
|
||||||
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
|
*
|
||||||
|
******************************************************************************
|
||||||
|
*/
|
||||||
|
|
||||||
#if !defined(MBED_APP_START)
|
#if !defined(MBED_APP_START)
|
||||||
#define MBED_APP_START 0x08000000
|
#define MBED_APP_START 0x08000000
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
|
//******************************************************************************
|
||||||
|
//* @attention
|
||||||
|
//*
|
||||||
|
//* Copyright (c) 2019 STMicroelectronics.
|
||||||
|
//* All rights reserved.
|
||||||
|
//*
|
||||||
|
//* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
|
//* the "License"; You may not use this file except in compliance with the
|
||||||
|
//* License. You may obtain a copy of the License at:
|
||||||
|
//* opensource.org/licenses/BSD-3-Clause
|
||||||
|
//*
|
||||||
|
//******************************************************************************
|
||||||
|
|
||||||
// 2MB FLASH (0x200000)
|
// 2MB FLASH (0x200000)
|
||||||
if (!isdefinedsymbol(MBED_APP_START)) { define symbol MBED_APP_START = 0x08000000; }
|
if (!isdefinedsymbol(MBED_APP_START)) { define symbol MBED_APP_START = 0x08000000; }
|
||||||
if (!isdefinedsymbol(MBED_APP_SIZE)) { define symbol MBED_APP_SIZE = 0x200000; }
|
if (!isdefinedsymbol(MBED_APP_SIZE)) { define symbol MBED_APP_SIZE = 0x200000; }
|
||||||
|
|
|
@ -1,32 +1,17 @@
|
||||||
/* mbed Microcontroller Library
|
/*
|
||||||
*******************************************************************************
|
******************************************************************************
|
||||||
* Copyright (c) 2016, STMicroelectronics
|
* @attention
|
||||||
* All rights reserved.
|
*
|
||||||
*
|
* <h2><center>© Copyright (c) 2019 STMicroelectronics.
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* All rights reserved.</center></h2>
|
||||||
* modification, are permitted provided that the following conditions are met:
|
*
|
||||||
*
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
* 1. Redistributions of source code must retain the above copyright notice,
|
* the "License"; You may not use this file except in compliance with the
|
||||||
* this list of conditions and the following disclaimer.
|
* License. You may obtain a copy of the License at:
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
* this list of conditions and the following disclaimer in the documentation
|
*
|
||||||
* and/or other materials provided with the distribution.
|
******************************************************************************
|
||||||
* 3. Neither the name of STMicroelectronics nor the names of its contributors
|
*/
|
||||||
* may be used to endorse or promote products derived from this software
|
|
||||||
* without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
||||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
||||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
||||||
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef MBED_CMSIS_NVIC_H
|
#ifndef MBED_CMSIS_NVIC_H
|
||||||
#define MBED_CMSIS_NVIC_H
|
#define MBED_CMSIS_NVIC_H
|
||||||
|
|
|
@ -1,32 +1,18 @@
|
||||||
/* mbed Microcontroller Library
|
/*
|
||||||
*******************************************************************************
|
******************************************************************************
|
||||||
* Copyright (c) 2016, STMicroelectronics
|
* @attention
|
||||||
* All rights reserved.
|
*
|
||||||
*
|
* <h2><center>© Copyright (c) 2019 STMicroelectronics.
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* All rights reserved.</center></h2>
|
||||||
* modification, are permitted provided that the following conditions are met:
|
*
|
||||||
*
|
* This software component is licensed by ST under BSD 3-Clause license,
|
||||||
* 1. Redistributions of source code must retain the above copyright notice,
|
* the "License"; You may not use this file except in compliance with the
|
||||||
* this list of conditions and the following disclaimer.
|
* License. You may obtain a copy of the License at:
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
* opensource.org/licenses/BSD-3-Clause
|
||||||
* this list of conditions and the following disclaimer in the documentation
|
*
|
||||||
* and/or other materials provided with the distribution.
|
******************************************************************************
|
||||||
* 3. Neither the name of STMicroelectronics nor the names of its contributors
|
*/
|
||||||
* may be used to endorse or promote products derived from this software
|
|
||||||
* without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
||||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
||||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
||||||
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*******************************************************************************
|
|
||||||
*/
|
|
||||||
#ifndef MBED_FLASH_DATA_H
|
#ifndef MBED_FLASH_DATA_H
|
||||||
#define MBED_FLASH_DATA_H
|
#define MBED_FLASH_DATA_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue