Skip to content

Commit ad75bdc

Browse files
committed
Merge pull request #1704 from adustm/stm32f1_cube_update
[STMF1] Stm32f1_hal_cube update
2 parents 15cfb8f + 2b5364d commit ad75bdc

File tree

124 files changed

+21534
-11750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+21534
-11750
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/Release_Notes_stm32f1xx_hal.html

Lines changed: 434 additions & 3 deletions
Large diffs are not rendered by default.

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_DISCO_F100RB/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mbed Microcontroller Library
22
* A generic CMSIS include header
33
*******************************************************************************
4-
* Copyright (c) 2014, STMicroelectronics
4+
* Copyright (c) 2016, STMicroelectronics
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/cmsis_nvic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mbed Microcontroller Library
22
* CMSIS-style functionality to support dynamic vectors
33
*******************************************************************************
4-
* Copyright (c) 2014, STMicroelectronics
4+
* Copyright (c) 2016, STMicroelectronics
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/cmsis_nvic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mbed Microcontroller Library
22
* CMSIS-style functionality to support dynamic vectors
33
*******************************************************************************
4-
* Copyright (c) 2014, STMicroelectronics
4+
* Copyright (c) 2016, STMicroelectronics
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/hal_tick.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
******************************************************************************
77
* @attention
88
*
9-
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
9+
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
1010
*
1111
* Redistribution and use in source and binary forms, with or without modification,
1212
* are permitted provided that the following conditions are met:

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/hal_tick.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
******************************************************************************
77
* @attention
88
*
9-
* <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
9+
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
1010
*
1111
* Redistribution and use in source and binary forms, with or without modification,
1212
* are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)