Skip to content

Commit 39fe4ec

Browse files
committed
Release v1.3.0 Ecosystem
1 parent 54f5506 commit 39fe4ec

135 files changed

Lines changed: 267318 additions & 80866 deletions

File tree

Some content is hidden

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

Drivers/BSP/STM32MP15xx_DISCO/Release_Notes.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,19 +163,24 @@ <h2>License</h2>
163163
</div>
164164
<div id="release_container" class="topic1">
165165
<div class="topic2" id="identification">
166-
<h3 style="width: 230px;">V1.2.0 /03-Feb-2020</h3>
166+
<h3 style="width: 230px;">V1.3.0 /20-Oct-2020</h3>
167167
</div>
168168
<div class="topic3" id="contents">
169169
<h4>Main changes</h4>
170-
<ul><li>No update</li></ul>
170+
<ul><li>Fix unterminated extern "C" definitions:</li><ul><li>impacted files : stm32mp15xx_disco_conf_template.h and stm32mp15xx_disco_errno.h&nbsp;</li></ul></ul>
171171
<span style="font-family: Verdana; font-size: 10pt;"></span></div>
172172
</div>
173173
<div style="margin-left: 40px;"><button id="filter_hist" onclick="toggle_history()">Show
174174
History</button><br>
175175
</div>
176176
<div id="history" class="topic1" hidden="">
177177
<h2>Update History</h2>
178-
<br>
178+
<br><h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; margin-left: 20px; width: 180px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V1.2.0
179+
/ 03-Feb-2020</span></h3>
180+
<div style="margin-left: 64px; width: 930px;" id="release_container" class="topic1">
181+
<h4>Main Changes</h4>
182+
<ul><li>No Update</li></ul>
183+
</div><br>
179184
<h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; margin-left: 20px; width: 180px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V1.1.0
180185
/ 10-Sept-2019</span></h3>
181186
<div style="margin-left: 64px; width: 930px;" id="release_container" class="topic1">
Binary file not shown.

Drivers/BSP/STM32MP15xx_DISCO/stm32mp15xx_disco.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef void (* BSP_EXTI_LineCallback)(void);
5050
/** @brief STM32MP15XX DISCO BSP Driver version number V2.0.0
5151
*/
5252
#define STM32MP15XX_DISCO_BSP_VERSION_MAIN (0x01U) /*!< [31:24] main version */
53-
#define STM32MP15XX_DISCO_BSP_VERSION_SUB1 (0x02U) /*!< [23:16] sub1 version */
53+
#define STM32MP15XX_DISCO_BSP_VERSION_SUB1 (0x03U) /*!< [23:16] sub1 version */
5454
#define STM32MP15XX_DISCO_BSP_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */
5555
#define STM32MP15XX_DISCO_BSP_VERSION_RC (0x00U) /*!< [7:0] release candidate */
5656
#define STM32MP15XX_DISCO_BSP_VERSION ((STM32MP15XX_DISCO_BSP_VERSION_MAIN << 24)\

Drivers/BSP/STM32MP15xx_DISCO/stm32mp15xx_disco_conf_template.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@
5454
#define BSP_BUTTON_WAKEUP_IT_PRIORITY 0x0FUL
5555
#define BSP_BUTTON_USER_IT_PRIORITY 0x0FUL
5656
#define BSP_BUTTON_USER2_IT_PRIORITY 0x0FUL
57-
57+
58+
#ifdef __cplusplus
59+
}
60+
#endif
61+
5862
#endif /* __STM32MP15XX_DISCO_CONFIG_H */
5963

6064
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

Drivers/BSP/STM32MP15xx_DISCO/stm32mp15xx_disco_errno.h

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,16 @@
3535
#define BSP_ERROR_PERIPH_FAILURE -4
3636
#define BSP_ERROR_COMPONENT_FAILURE -5
3737
#define BSP_ERROR_UNKNOWN_FAILURE -6
38-
#define BSP_ERROR_UNKNOWN_COMPONENT -7
39-
#define BSP_ERROR_BUS_FAILURE -8
40-
#define BSP_ERROR_CLOCK_FAILURE -9
41-
#define BSP_ERROR_MSP_FAILURE -10
38+
#define BSP_ERROR_UNKNOWN_COMPONENT -7
39+
#define BSP_ERROR_BUS_FAILURE -8
40+
#define BSP_ERROR_CLOCK_FAILURE -9
41+
#define BSP_ERROR_MSP_FAILURE -10
4242
#define BSP_ERROR_FEATURE_NOT_SUPPORTED -11
43-
43+
44+
#ifdef __cplusplus
45+
}
46+
#endif
47+
4448
#endif /* STM32MP15XX_DISCO_ERRNO_H */
4549

4650
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

Drivers/BSP/STM32MP15xx_EVAL/Release_Notes.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ <h2>License</h2>
163163
</div>
164164
<div id="release_container" class="topic1">
165165
<div class="topic2" id="identification">
166-
<h3 style="width: 230px;">V1.2.0 / 03-Feb-2020</h3>
166+
<h3 style="width: 230px;">V1.3.0 / 20-Oct-2020</h3>
167167
</div>
168168
<div style="margin-left: 20px; width: 974px;" class="topic3" id="contents"><h4>Main changes</h4>
169-
<ul><li>No update</li></ul><span style="font-family: Verdana; font-size: 10pt;">
169+
<ul><li>Fix unterminated extern "C" definitions:</li><ul><li>impacted files : stm32mp15xx_eval_conf_template.h and stm32mp15xx_eval_errno.h&nbsp;</li></ul></ul><span style="font-family: Verdana; font-size: 10pt;">
170170
</span></div>
171171
</div>
172172
<div style="margin-left: 40px;"><button id="filter_hist" onclick="toggle_history()">Show
@@ -176,6 +176,12 @@ <h3 style="width: 230px;">V1.2.0 / 03-Feb-2020</h3>
176176
<h2>Update History</h2>
177177
<br><div id="release_container" class="topic1">
178178
<div class="topic2" id="identification">
179+
<h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; width: 180px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V1.2.0 / 03-Feb-2020</span></h3></div>
180+
</div>
181+
<div style="margin-left: 64px; width: 930px;" id="release_container" class="topic1"><h4>Contents</h4>
182+
<ul><li>No Update</li></ul>
183+
</div><br><div id="release_container" class="topic1">
184+
<div class="topic2" id="identification">
179185
<h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; width: 180px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V1.1.0 / 10-Sept-2019</span></h3></div>
180186
</div>
181187
<div style="margin-left: 64px; width: 930px;" id="release_container" class="topic1"><h4>Contents</h4>
Binary file not shown.

Drivers/BSP/STM32MP15xx_EVAL/stm32mp15xx_eval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef void (* BSP_EXTI_LineCallback)(void);
5050
/** @brief STM32MP15XX EVAL BSP Driver version number V2.0.0
5151
*/
5252
#define STM32MP15XX_EVAL_BSP_VERSION_MAIN (0x01U) /*!< [31:24] main version */
53-
#define STM32MP15XX_EVAL_BSP_VERSION_SUB1 (0x02U) /*!< [23:16] sub1 version */
53+
#define STM32MP15XX_EVAL_BSP_VERSION_SUB1 (0x03U) /*!< [23:16] sub1 version */
5454
#define STM32MP15XX_EVAL_BSP_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */
5555
#define STM32MP15XX_EVAL_BSP_VERSION_RC (0x00U) /*!< [7:0] release candidate */
5656
#define STM32MP15XX_EVAL_BSP_VERSION ((STM32MP15XX_EVAL_BSP_VERSION_MAIN << 24)\

Drivers/BSP/STM32MP15xx_EVAL/stm32mp15xx_eval.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include "stm32mp15xx_eval_conf.h"
3434
#include "stm32mp15xx_eval_errno.h"
35+
3536

3637
/** @addtogroup BSP
3738
* @{

Drivers/BSP/STM32MP15xx_EVAL/stm32mp15xx_eval_conf_template.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555
#define BSP_BUTTON_WAKEUP_IT_PRIORITY 0x0FUL
5656
#define BSP_BUTTON_USER_IT_PRIORITY 0x0FUL
5757
#define BSP_BUTTON_USER2_IT_PRIORITY 0x0FUL
58-
58+
59+
#ifdef __cplusplus
60+
}
61+
#endif
62+
5963
#endif /* __STM32MP15XX_EVAL_CONFIG_H */
6064

6165
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

0 commit comments

Comments
 (0)