Skip to content

Commit d0f4889

Browse files
committed
[F7] Update STM32F7xx CMSIS Drivers to v1.2.5
Included in STM32CubeF7 FW v1.16.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent ea77445 commit d0f4889

34 files changed

+77022
-71620
lines changed

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f722xx.h

+4,593-4,323
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f723xx.h

+4,614-4,350
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f730xx.h

+4,658-4,394
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f732xx.h

+4,637-4,367
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f733xx.h

+4,658-4,394
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f745xx.h

+5,144-4,880
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f746xx.h

+5,217-4,953
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f750xx.h

+5,322-5,058
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f756xx.h

+5,322-5,058
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f765xx.h

+5,358-5,061
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h

+5,494-5,197
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f769xx.h

+7,086-6,789
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f777xx.h

+5,599-5,302
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f779xx.h

+7,191-6,894
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h

+12-28
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,13 @@
1616
******************************************************************************
1717
* @attention
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
20+
* All rights reserved.</center></h2>
2021
*
21-
* Redistribution and use in source and binary forms, with or without modification,
22-
* are permitted provided that the following conditions are met:
23-
* 1. Redistributions of source code must retain the above copyright notice,
24-
* this list of conditions and the following disclaimer.
25-
* 2. Redistributions in binary form must reproduce the above copyright notice,
26-
* this list of conditions and the following disclaimer in the documentation
27-
* and/or other materials provided with the distribution.
28-
* 3. Neither the name of STMicroelectronics nor the names of its contributors
29-
* may be used to endorse or promote products derived from this software
30-
* without specific prior written permission.
31-
*
32-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
36-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
38-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
39-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
40-
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22+
* This software component is licensed by ST under BSD 3-Clause license,
23+
* the "License"; You may not use this file except in compliance with the
24+
* License. You may obtain a copy of the License at:
25+
* opensource.org/licenses/BSD-3-Clause
4226
*
4327
******************************************************************************
4428
*/
@@ -72,10 +56,10 @@
7256
/* Uncomment the line below according to the target STM32 device used in your
7357
application
7458
*/
75-
#if !defined (STM32F756xx) && !defined (STM32F746xx) && !defined (STM32F745xx) && !defined (STM32F767xx) && \
76-
!defined (STM32F769xx) && !defined (STM32F777xx) && !defined (STM32F779xx) && !defined (STM32F722xx) && \
77-
!defined (STM32F723xx) && !defined (STM32F732xx) && !defined (STM32F733xx) && !defined (STM32F730xx) && \
78-
!defined (STM32F750xx)
59+
#if !defined (STM32F756xx) && !defined (STM32F746xx) && !defined (STM32F745xx) && !defined (STM32F765xx) && \
60+
!defined (STM32F767xx) && !defined (STM32F769xx) && !defined (STM32F777xx) && !defined (STM32F779xx) && \
61+
!defined (STM32F722xx) && !defined (STM32F723xx) && !defined (STM32F732xx) && !defined (STM32F733xx) && \
62+
!defined (STM32F730xx) && !defined (STM32F750xx)
7963

8064
/* #define STM32F756xx */ /*!< STM32F756VG, STM32F756ZG, STM32F756ZG, STM32F756IG, STM32F756BG,
8165
STM32F756NG Devices */
@@ -113,11 +97,11 @@
11397
#endif /* USE_HAL_DRIVER */
11498

11599
/**
116-
* @brief CMSIS Device version number V1.2.4
100+
* @brief CMSIS Device version number V1.2.5
117101
*/
118102
#define __STM32F7_CMSIS_VERSION_MAIN (0x01) /*!< [31:24] main version */
119103
#define __STM32F7_CMSIS_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
120-
#define __STM32F7_CMSIS_VERSION_SUB2 (0x04) /*!< [15:8] sub2 version */
104+
#define __STM32F7_CMSIS_VERSION_SUB2 (0x05) /*!< [15:8] sub2 version */
121105
#define __STM32F7_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
122106
#define __STM32F7_CMSIS_VERSION ((__STM32F7_CMSIS_VERSION_MAIN << 24)\
123107
|(__STM32F7_CMSIS_VERSION_SUB1 << 16)\

system/Drivers/CMSIS/Device/ST/STM32F7xx/Release_Notes.html

+323-220
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f722xx.s

+6-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,13 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
17+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
18+
* All rights reserved.</center></h2>
1819
*
19-
* Redistribution and use in source and binary forms, with or without modification,
20-
* are permitted provided that the following conditions are met:
21-
* 1. Redistributions of source code must retain the above copyright notice,
22-
* this list of conditions and the following disclaimer.
23-
* 2. Redistributions in binary form must reproduce the above copyright notice,
24-
* this list of conditions and the following disclaimer in the documentation
25-
* and/or other materials provided with the distribution.
26-
* 3. Neither the name of STMicroelectronics nor the names of its contributors
27-
* may be used to endorse or promote products derived from this software
28-
* without specific prior written permission.
29-
*
30-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38-
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
* This software component is licensed by ST under BSD 3-Clause license,
21+
* the "License"; You may not use this file except in compliance with the
22+
* License. You may obtain a copy of the License at:
23+
* opensource.org/licenses/BSD-3-Clause
4024
*
4125
******************************************************************************
4226
*/

system/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f723xx.s

+6-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,13 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
17+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
18+
* All rights reserved.</center></h2>
1819
*
19-
* Redistribution and use in source and binary forms, with or without modification,
20-
* are permitted provided that the following conditions are met:
21-
* 1. Redistributions of source code must retain the above copyright notice,
22-
* this list of conditions and the following disclaimer.
23-
* 2. Redistributions in binary form must reproduce the above copyright notice,
24-
* this list of conditions and the following disclaimer in the documentation
25-
* and/or other materials provided with the distribution.
26-
* 3. Neither the name of STMicroelectronics nor the names of its contributors
27-
* may be used to endorse or promote products derived from this software
28-
* without specific prior written permission.
29-
*
30-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38-
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
* This software component is licensed by ST under BSD 3-Clause license,
21+
* the "License"; You may not use this file except in compliance with the
22+
* License. You may obtain a copy of the License at:
23+
* opensource.org/licenses/BSD-3-Clause
4024
*
4125
******************************************************************************
4226
*/

system/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f730xx.s

+6-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,13 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
17+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
18+
* All rights reserved.</center></h2>
1819
*
19-
* Redistribution and use in source and binary forms, with or without modification,
20-
* are permitted provided that the following conditions are met:
21-
* 1. Redistributions of source code must retain the above copyright notice,
22-
* this list of conditions and the following disclaimer.
23-
* 2. Redistributions in binary form must reproduce the above copyright notice,
24-
* this list of conditions and the following disclaimer in the documentation
25-
* and/or other materials provided with the distribution.
26-
* 3. Neither the name of STMicroelectronics nor the names of its contributors
27-
* may be used to endorse or promote products derived from this software
28-
* without specific prior written permission.
29-
*
30-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38-
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
* This software component is licensed by ST under BSD 3-Clause license,
21+
* the "License"; You may not use this file except in compliance with the
22+
* License. You may obtain a copy of the License at:
23+
* opensource.org/licenses/BSD-3-Clause
4024
*
4125
******************************************************************************
4226
*/

system/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f732xx.s

+6-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,13 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
17+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
18+
* All rights reserved.</center></h2>
1819
*
19-
* Redistribution and use in source and binary forms, with or without modification,
20-
* are permitted provided that the following conditions are met:
21-
* 1. Redistributions of source code must retain the above copyright notice,
22-
* this list of conditions and the following disclaimer.
23-
* 2. Redistributions in binary form must reproduce the above copyright notice,
24-
* this list of conditions and the following disclaimer in the documentation
25-
* and/or other materials provided with the distribution.
26-
* 3. Neither the name of STMicroelectronics nor the names of its contributors
27-
* may be used to endorse or promote products derived from this software
28-
* without specific prior written permission.
29-
*
30-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38-
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
* This software component is licensed by ST under BSD 3-Clause license,
21+
* the "License"; You may not use this file except in compliance with the
22+
* License. You may obtain a copy of the License at:
23+
* opensource.org/licenses/BSD-3-Clause
4024
*
4125
******************************************************************************
4226
*/

system/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f733xx.s

+6-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,13 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
17+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
18+
* All rights reserved.</center></h2>
1819
*
19-
* Redistribution and use in source and binary forms, with or without modification,
20-
* are permitted provided that the following conditions are met:
21-
* 1. Redistributions of source code must retain the above copyright notice,
22-
* this list of conditions and the following disclaimer.
23-
* 2. Redistributions in binary form must reproduce the above copyright notice,
24-
* this list of conditions and the following disclaimer in the documentation
25-
* and/or other materials provided with the distribution.
26-
* 3. Neither the name of STMicroelectronics nor the names of its contributors
27-
* may be used to endorse or promote products derived from this software
28-
* without specific prior written permission.
29-
*
30-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38-
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
* This software component is licensed by ST under BSD 3-Clause license,
21+
* the "License"; You may not use this file except in compliance with the
22+
* License. You may obtain a copy of the License at:
23+
* opensource.org/licenses/BSD-3-Clause
4024
*
4125
******************************************************************************
4226
*/

system/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f745xx.s

+6-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,13 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
17+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
18+
* All rights reserved.</center></h2>
1819
*
19-
* Redistribution and use in source and binary forms, with or without modification,
20-
* are permitted provided that the following conditions are met:
21-
* 1. Redistributions of source code must retain the above copyright notice,
22-
* this list of conditions and the following disclaimer.
23-
* 2. Redistributions in binary form must reproduce the above copyright notice,
24-
* this list of conditions and the following disclaimer in the documentation
25-
* and/or other materials provided with the distribution.
26-
* 3. Neither the name of STMicroelectronics nor the names of its contributors
27-
* may be used to endorse or promote products derived from this software
28-
* without specific prior written permission.
29-
*
30-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38-
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
* This software component is licensed by ST under BSD 3-Clause license,
21+
* the "License"; You may not use this file except in compliance with the
22+
* License. You may obtain a copy of the License at:
23+
* opensource.org/licenses/BSD-3-Clause
4024
*
4125
******************************************************************************
4226
*/

system/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/startup_stm32f746xx.s

+6-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,13 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
17+
* <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
18+
* All rights reserved.</center></h2>
1819
*
19-
* Redistribution and use in source and binary forms, with or without modification,
20-
* are permitted provided that the following conditions are met:
21-
* 1. Redistributions of source code must retain the above copyright notice,
22-
* this list of conditions and the following disclaimer.
23-
* 2. Redistributions in binary form must reproduce the above copyright notice,
24-
* this list of conditions and the following disclaimer in the documentation
25-
* and/or other materials provided with the distribution.
26-
* 3. Neither the name of STMicroelectronics nor the names of its contributors
27-
* may be used to endorse or promote products derived from this software
28-
* without specific prior written permission.
29-
*
30-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36-
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37-
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38-
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+
* This software component is licensed by ST under BSD 3-Clause license,
21+
* the "License"; You may not use this file except in compliance with the
22+
* License. You may obtain a copy of the License at:
23+
* opensource.org/licenses/BSD-3-Clause
4024
*
4125
******************************************************************************
4226
*/

0 commit comments

Comments
 (0)