Skip to content

Commit 2b5364d

Browse files
committed
[STM32F1] Update Toolchain files
1 parent 9e21fcc commit 2b5364d

File tree

15 files changed

+41
-41
lines changed

15 files changed

+41
-41
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/TOOLCHAIN_ARM_MICRO/startup_stm32f100xb.S

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
;******************** (C) COPYRIGHT 2015 STMicroelectronics ********************
2-
;* File Name : startup_stm32f100xb.s
1+
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
2+
;* File Name : startup_stm32f103xb.s
33
;* 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.
77
;* This module performs:
88
;* - Set the initial SP
99
;* - Set the initial PC == Reset_Handler
@@ -15,7 +15,7 @@
1515
;* priority is Privileged, and the Stack is set to Main.
1616
;********************************************************************************
1717
;*
18-
;* COPYRIGHT(c) 2015 STMicroelectronics
18+
;* COPYRIGHT(c) 2016 STMicroelectronics
1919
;*
2020
;* Redistribution and use in source and binary forms, with or without modification,
2121
;* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/TOOLCHAIN_ARM_MICRO/stm32f100xb.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Scatter-Loading Description File
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3-
; Copyright (c) 2014, STMicroelectronics
3+
; Copyright (c) 2016, STMicroelectronics
44
; All rights reserved.
55
;
66
; Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/TOOLCHAIN_ARM_MICRO/sys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Setup a fixed single stack/heap memory model,
33
* between the top of the RW/ZI region and the stackpointer
44
*******************************************************************************
5-
* Copyright (c) 2014, STMicroelectronics
5+
* Copyright (c) 2016, STMicroelectronics
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/TOOLCHAIN_ARM_STD/startup_stm32f100xb.S

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32f100xb.s
33
;* 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.
77
;* This module performs:
88
;* - Set the initial SP
99
;* - Set the initial PC == Reset_Handler
@@ -15,7 +15,7 @@
1515
;* priority is Privileged, and the Stack is set to Main.
1616
;********************************************************************************
1717
;*
18-
;* COPYRIGHT(c) 2015 STMicroelectronics
18+
;* COPYRIGHT(c) 2016 STMicroelectronics
1919
;*
2020
;* Redistribution and use in source and binary forms, with or without modification,
2121
;* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/TOOLCHAIN_ARM_STD/stm32f100xb.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Scatter-Loading Description File
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3-
; Copyright (c) 2014, STMicroelectronics
3+
; Copyright (c) 2016, STMicroelectronics
44
; All rights reserved.
55
;
66
; Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/TOOLCHAIN_ARM_STD/sys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Setup a fixed single stack/heap memory model,
33
* between the top of the RW/ZI region and the stackpointer
44
*******************************************************************************
5-
* Copyright (c) 2014, STMicroelectronics
5+
* Copyright (c) 2016, STMicroelectronics
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/TOOLCHAIN_GCC_ARM/startup_stm32f100xb.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2014 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
33
* @file startup_stm32f100xb.s
44
* @author MCD Application Team
5-
* @version V4.0.0
6-
* @date 16-December-2014
5+
* @version V4.1.0
6+
* @date 29-April-2016
77
* @brief STM32F100xB Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
2020
*
2121
* Redistribution and use in source and binary forms, with or without modification,
2222
* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_MICRO/startup_stm32f103xb.S

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32f103xb.s
33
;* 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.
77
;* This module performs:
88
;* - Set the initial SP
99
;* - Set the initial PC == Reset_Handler
@@ -15,7 +15,7 @@
1515
;* priority is Privileged, and the Stack is set to Main.
1616
;********************************************************************************
1717
;*
18-
;* COPYRIGHT(c) 2014 STMicroelectronics
18+
;* COPYRIGHT(c) 2016 STMicroelectronics
1919
;*
2020
;* Redistribution and use in source and binary forms, with or without modification,
2121
;* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_MICRO/stm32f103xb.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Scatter-Loading Description File
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3-
; Copyright (c) 2014, STMicroelectronics
3+
; Copyright (c) 2016, STMicroelectronics
44
; All rights reserved.
55
;
66
; Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_MICRO/sys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Setup a fixed single stack/heap memory model,
33
* between the top of the RW/ZI region and the stackpointer
44
*******************************************************************************
5-
* Copyright (c) 2014, STMicroelectronics
5+
* Copyright (c) 2016, STMicroelectronics
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_STD/startup_stm32f103xb.S

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32f103xb.s
33
;* 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.
77
;* This module performs:
88
;* - Set the initial SP
99
;* - Set the initial PC == Reset_Handler
@@ -15,7 +15,7 @@
1515
;* priority is Privileged, and the Stack is set to Main.
1616
;********************************************************************************
1717
;*
18-
;* COPYRIGHT(c) 2014 STMicroelectronics
18+
;* COPYRIGHT(c) 2016 STMicroelectronics
1919
;*
2020
;* Redistribution and use in source and binary forms, with or without modification,
2121
;* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_STD/stm32f103xb.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Scatter-Loading Description File
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3-
; Copyright (c) 2014, STMicroelectronics
3+
; Copyright (c) 2016, STMicroelectronics
44
; All rights reserved.
55
;
66
; Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_STD/sys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Setup a fixed single stack/heap memory model,
33
* between the top of the RW/ZI region and the stackpointer
44
*******************************************************************************
5-
* Copyright (c) 2014, STMicroelectronics
5+
* Copyright (c) 2016, STMicroelectronics
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/TOOLCHAIN_GCC_ARM/startup_stm32f103xb.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2014 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
33
* @file startup_stm32f103xb.s
44
* @author MCD Application Team
5-
* @version V4.0.0
6-
* @date 16-December-2014
5+
* @version V4.1.0
6+
* @date 29-April-2016
77
* @brief STM32F103xB Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
2020
*
2121
* Redistribution and use in source and binary forms, with or without modification,
2222
* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/TOOLCHAIN_IAR/startup_stm32f103xb.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
22
;* File Name : startup_stm32f103xb.s
33
;* Author : MCD Application Team
4-
;* Version : V4.0.0
5-
;* Date : 16-December-2014
4+
;* Version : V4.1.0
5+
;* Date : 29-April-2016
66
;* Description : STM32F103xB Performance Line Devices vector table for
77
;* EWARM toolchain.
88
;* This module performs:
@@ -15,7 +15,7 @@
1515
;* priority is Privileged, and the Stack is set to Main.
1616
;********************************************************************************
1717
;*
18-
;* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
18+
;* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
1919
;*
2020
;* Redistribution and use in source and binary forms, with or without modification,
2121
;* are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)