File tree Expand file tree Collapse file tree 15 files changed +41
-41
lines changed
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1 Expand file tree Collapse file tree 15 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 1
- ;******************** (C) COPYRIGHT 2015 STMicroelectronics ********************
2
- ;* File Name : startup_stm32f100xb .s
1
+ ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
2
+ ;* File Name : startup_stm32f103xb .s
3
3
;* Author : MCD Application Team
4
- ;* Version : V4.0.1
5
- ;* Date : 31-July-2015
6
- ;* Description : STM32F100xB Devices vector table for MDK-ARM toolchain.
4
+ ;* Version : V4.1.0
5
+ ;* Date : 29-April-2016
6
+ ;* Description : STM32F103xB Devices vector table for MDK-ARM_MICRO toolchain.
7
7
;* This module performs:
8
8
;* - Set the initial SP
9
9
;* - Set the initial PC == Reset_Handler
15
15
;* priority is Privileged, and the Stack is set to Main.
16
16
;********************************************************************************
17
17
;*
18
- ;* COPYRIGHT(c) 2015 STMicroelectronics
18
+ ;* COPYRIGHT(c) 2016 STMicroelectronics
19
19
;*
20
20
;* Redistribution and use in source and binary forms, with or without modification,
21
21
;* are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 1
1
; Scatter-Loading Description File
2
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
- ; Copyright (c) 2014 , STMicroelectronics
3
+ ; Copyright (c) 2016 , STMicroelectronics
4
4
; All rights reserved.
5
5
;
6
6
; Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 2
2
* Setup a fixed single stack/heap memory model,
3
3
* between the top of the RW/ZI region and the stackpointer
4
4
*******************************************************************************
5
- * Copyright (c) 2014 , STMicroelectronics
5
+ * Copyright (c) 2016 , STMicroelectronics
6
6
* All rights reserved.
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
- ;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
1
+ ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
2
2
;* File Name : startup_stm32f100xb.s
3
3
;* Author : MCD Application Team
4
- ;* Version : V4.0.1
5
- ;* Date : 31-July-2015
6
- ;* Description : STM32F100xB Devices vector table for MDK-ARM toolchain.
4
+ ;* Version : V4.1.0
5
+ ;* Date : 29-April-2016
6
+ ;* Description : STM32F100xB Devices vector table for MDK-ARM_STD toolchain.
7
7
;* This module performs:
8
8
;* - Set the initial SP
9
9
;* - Set the initial PC == Reset_Handler
15
15
;* priority is Privileged, and the Stack is set to Main.
16
16
;********************************************************************************
17
17
;*
18
- ;* COPYRIGHT(c) 2015 STMicroelectronics
18
+ ;* COPYRIGHT(c) 2016 STMicroelectronics
19
19
;*
20
20
;* Redistribution and use in source and binary forms, with or without modification,
21
21
;* are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 1
1
; Scatter-Loading Description File
2
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
- ; Copyright (c) 2014 , STMicroelectronics
3
+ ; Copyright (c) 2016 , STMicroelectronics
4
4
; All rights reserved.
5
5
;
6
6
; Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 2
2
* Setup a fixed single stack/heap memory model,
3
3
* between the top of the RW/ZI region and the stackpointer
4
4
*******************************************************************************
5
- * Copyright (c) 2014 , STMicroelectronics
5
+ * Copyright (c) 2016 , STMicroelectronics
6
6
* All rights reserved.
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/**
2
- *************** (C) COPYRIGHT 2014 STMicroelectronics ************************
2
+ *************** (C) COPYRIGHT 2016 STMicroelectronics ************************
3
3
* @file startup_stm32f100xb.s
4
4
* @author MCD Application Team
5
- * @version V4.0 .0
6
- * @date 16-December-2014
5
+ * @version V4.1 .0
6
+ * @date 29-April-2016
7
7
* @brief STM32F100xB Devices vector table for Atollic toolchain.
8
8
* This module performs:
9
9
* - Set the initial SP
16
16
* priority is Privileged, and the Stack is set to Main.
17
17
******************************************************************************
18
18
*
19
- * <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
19
+ * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
20
20
*
21
21
* Redistribution and use in source and binary forms, with or without modification,
22
22
* are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 1
- ;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
1
+ ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
2
2
;* File Name : startup_stm32f103xb.s
3
3
;* Author : MCD Application Team
4
- ;* Version : V4.0 .0
5
- ;* Date : 16-December-2014
6
- ;* Description : STM32F103xB Devices vector table for MDK-ARM toolchain.
4
+ ;* Version : V4.1 .0
5
+ ;* Date : 29-April-2016
6
+ ;* Description : STM32F103xB Devices vector table for MDK-ARM_MICRO toolchain.
7
7
;* This module performs:
8
8
;* - Set the initial SP
9
9
;* - Set the initial PC == Reset_Handler
15
15
;* priority is Privileged, and the Stack is set to Main.
16
16
;********************************************************************************
17
17
;*
18
- ;* COPYRIGHT(c) 2014 STMicroelectronics
18
+ ;* COPYRIGHT(c) 2016 STMicroelectronics
19
19
;*
20
20
;* Redistribution and use in source and binary forms, with or without modification,
21
21
;* are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 1
1
; Scatter-Loading Description File
2
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
- ; Copyright (c) 2014 , STMicroelectronics
3
+ ; Copyright (c) 2016 , STMicroelectronics
4
4
; All rights reserved.
5
5
;
6
6
; Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 2
2
* Setup a fixed single stack/heap memory model,
3
3
* between the top of the RW/ZI region and the stackpointer
4
4
*******************************************************************************
5
- * Copyright (c) 2014 , STMicroelectronics
5
+ * Copyright (c) 2016 , STMicroelectronics
6
6
* All rights reserved.
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
- ;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
1
+ ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
2
2
;* File Name : startup_stm32f103xb.s
3
3
;* Author : MCD Application Team
4
- ;* Version : V4.0 .0
5
- ;* Date : 16-December-2014
6
- ;* Description : STM32F103xB Devices vector table for MDK-ARM toolchain.
4
+ ;* Version : V4.1 .0
5
+ ;* Date : 29-April-2016
6
+ ;* Description : STM32F103xB Devices vector table for MDK-ARM_STD toolchain.
7
7
;* This module performs:
8
8
;* - Set the initial SP
9
9
;* - Set the initial PC == Reset_Handler
15
15
;* priority is Privileged, and the Stack is set to Main.
16
16
;********************************************************************************
17
17
;*
18
- ;* COPYRIGHT(c) 2014 STMicroelectronics
18
+ ;* COPYRIGHT(c) 2016 STMicroelectronics
19
19
;*
20
20
;* Redistribution and use in source and binary forms, with or without modification,
21
21
;* are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 1
1
; Scatter-Loading Description File
2
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
- ; Copyright (c) 2014 , STMicroelectronics
3
+ ; Copyright (c) 2016 , STMicroelectronics
4
4
; All rights reserved.
5
5
;
6
6
; Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 2
2
* Setup a fixed single stack/heap memory model,
3
3
* between the top of the RW/ZI region and the stackpointer
4
4
*******************************************************************************
5
- * Copyright (c) 2014 , STMicroelectronics
5
+ * Copyright (c) 2016 , STMicroelectronics
6
6
* All rights reserved.
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
/ **
2
- *************** (C) COPYRIGHT 2014 STMicroelectronics ************************
2
+ *************** (C) COPYRIGHT 2016 STMicroelectronics ************************
3
3
* @file startup_stm32f103xb.s
4
4
* @author MCD Application Team
5
- * @version V4. 0 . 0
6
- * @date 16 - December - 2014
5
+ * @version V4. 1 . 0
6
+ * @date 29 - April - 2016
7
7
* @brief STM32F103xB Devices vector table for Atollic toolchain.
8
8
* This module performs:
9
9
* - Set the initial SP
16
16
* priority is Privileged , and the Stack is set to Main.
17
17
******************************************************************************
18
18
*
19
- * <h2><center>© ; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
19
+ * <h2><center>© ; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
20
20
*
21
21
* Redistribution and use in source and binary forms , with or without modification ,
22
22
* are permitted provided th at the following conditions are met:
Original file line number Diff line number Diff line change 1
- ;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
1
+ ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
2
2
;* File Name : startup_stm32f103xb.s
3
3
;* Author : MCD Application Team
4
- ;* Version : V4.0 .0
5
- ;* Date : 16-December-2014
4
+ ;* Version : V4.1 .0
5
+ ;* Date : 29-April-2016
6
6
;* Description : STM32F103xB Performance Line Devices vector table for
7
7
;* EWARM toolchain.
8
8
;* This module performs:
15
15
;* priority is Privileged, and the Stack is set to Main.
16
16
;********************************************************************************
17
17
;*
18
- ;* <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
18
+ ;* <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19
19
;*
20
20
;* Redistribution and use in source and binary forms, with or without modification,
21
21
;* are permitted provided that the following conditions are met:
You can’t perform that action at this time.
0 commit comments