Skip to content

Commit dba523f

Browse files
committed
Merge pull request #154 from bcostm/master
Update of I2C, SPI, SLEEP for NUCLEO_F103RB and L152RE
2 parents 6e82b54 + 08941aa commit dba523f

Some content is hidden

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

64 files changed

+1099
-316
lines changed

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/misc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file misc.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides all the miscellaneous firmware functions (add-on
88
* to CMSIS functions).
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/misc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file misc.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the miscellaneous
88
* firmware library functions (add-on to CMSIS functions).
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx.h

Lines changed: 344 additions & 22 deletions
Large diffs are not rendered by default.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_adc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l1xx_adc.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides firmware functions to manage the following
88
* functionalities of the Analog to Digital Convertor (ADC) peripheral:
99
* + Initialization and Configuration
@@ -65,7 +65,7 @@
6565
******************************************************************************
6666
* @attention
6767
*
68-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
68+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
6969
*
7070
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
7171
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_adc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file stm32l1xx_adc.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the ADC firmware
88
* library.
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_aes.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l1xx_aes.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides firmware functions to manage the following
88
* functionalities of the AES peripheral:
99
* + Configuration
@@ -52,7 +52,7 @@
5252
******************************************************************************
5353
* @attention
5454
*
55-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
55+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
5656
*
5757
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
5858
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_aes.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file stm32l1xx_aes.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the AES firmware
88
* library.
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_aes_util.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l1xx_aes_util.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides high level functions to encrypt and decrypt an
88
* input message using AES in ECB/CBC/CTR modes.
99
*
@@ -30,7 +30,7 @@
3030
******************************************************************************
3131
* @attention
3232
*
33-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
33+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
3434
*
3535
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
3636
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_comp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l1xx_comp.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides firmware functions to manage the following
88
* functionalities of the comparators (COMP1 and COMP2) peripheral:
99
* + Comparators configuration
@@ -56,7 +56,7 @@
5656
******************************************************************************
5757
* @attention
5858
*
59-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
59+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
6060
*
6161
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
6262
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_comp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file stm32l1xx_comp.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the COMP firmware
88
* library.
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_crc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
******************************************************************************
33
* @file stm32l1xx_crc.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides all the CRC firmware functions.
88
******************************************************************************
99
* @attention
1010
*
11-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
11+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1212
*
1313
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1414
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_crc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file stm32l1xx_crc.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the CRC firmware
88
* library.
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_dac.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l1xx_dac.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides firmware functions to manage the following
88
* functionalities of the Digital-to-Analog Converter (DAC) peripheral:
99
* + DAC channels configuration: trigger, output buffer, data format
@@ -83,7 +83,7 @@
8383
******************************************************************************
8484
* @attention
8585
*
86-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
86+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
8787
*
8888
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
8989
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_dac.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file stm32l1xx_dac.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the DAC firmware
88
* library.
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_dbgmcu.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
******************************************************************************
33
* @file stm32l1xx_dbgmcu.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides all the DBGMCU firmware functions.
88
******************************************************************************
99
* @attention
1010
*
11-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
11+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1212
*
1313
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1414
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_dbgmcu.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file stm32l1xx_dbgmcu.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the DBGMCU
88
* firmware library.
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_dma.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l1xx_dma.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides firmware functions to manage the following
88
* functionalities of the Direct Memory Access controller (DMA):
99
* + Initialization and Configuration
@@ -52,7 +52,7 @@
5252
******************************************************************************
5353
* @attention
5454
*
55-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
55+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
5656
*
5757
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
5858
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_dma.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file stm32l1xx_dma.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the DMA firmware
88
* library.
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_exti.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32l1xx_exti.c
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file provides firmware functions to manage the following
88
* functionalities of the EXTI peripheral:
99
* + Initialization and Configuration
@@ -45,7 +45,7 @@
4545
******************************************************************************
4646
* @attention
4747
*
48-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
48+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
4949
*
5050
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
5151
* You may not use this file except in compliance with the License.

libraries/mbed/targets/cmsis/TARGET_STM/TARGET_NUCLEO_L152RE/stm32l1xx_exti.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
******************************************************************************
33
* @file stm32l1xx_exti.h
44
* @author MCD Application Team
5-
* @version V1.2.0
6-
* @date 22-February-2013
5+
* @version V1.3.0
6+
* @date 31-January-2014
77
* @brief This file contains all the functions prototypes for the EXTI firmware
88
* library.
99
******************************************************************************
1010
* @attention
1111
*
12-
* <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
12+
* <h2><center>&copy; COPYRIGHT 2014 STMicroelectronics</center></h2>
1313
*
1414
* Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
1515
* You may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)