Skip to content

Commit 6cbc09c

Browse files
authored
Merge pull request #370 from MikroElektronika/may_releases_16_21
Merge branch may_releases_16_21 into master
2 parents d8d9569 + 4a31b11 commit 6cbc09c

File tree

22 files changed

+444
-2
lines changed

22 files changed

+444
-2
lines changed

.github/workflows/updateReleaseIndexDate.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ on:
1717
default: "2023-12-31"
1818

1919
schedule:
20-
- cron: "0 6 29,30 4 *" # 8:00 AM, 29th-30th of April
21-
- cron: "0 6 1,2 5 *" # 8:00 AM, 1st-2nd of May
20+
- cron: "0 6 19-21 5 *" # 8:00 AM, 19th-21st of May
2221

2322
jobs:
2423
update_index_date:

bsp/board/include/boards/board_discovery_with_stm32l476vg/board.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
/*!
4040
* @file board.h
4141
* @brief Main board pin mapping.
42+
*
43+
* @note For board-specific changes and version history, refer to the changelogs:
44+
* https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.14.4/v2.14.4/new_hw/2025-05-16.md
4245
*/
4346

4447
#ifndef _BOARD_H_
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
if(${_MSDK_BOARD_NAME_} STREQUAL "BOARD_EK_RA4M1")
2+
set(BOARD_PATH "include/boards/board_ek_ra4m1")
3+
set(MCU_CARD FALSE)
4+
set(SHIELD FALSE)
5+
set(DIP_SOCKET FALSE)
6+
endif()
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
/****************************************************************************
2+
**
3+
** Copyright (C) ${COPYRIGHT_YEAR} MikroElektronika d.o.o.
4+
** Contact: https://www.mikroe.com/contact
5+
**
6+
** This file is part of the mikroSDK package
7+
**
8+
** Commercial License Usage
9+
**
10+
** Licensees holding valid commercial NECTO compilers AI licenses may use this
11+
** file in accordance with the commercial license agreement provided with the
12+
** Software or, alternatively, in accordance with the terms contained in
13+
** a written agreement between you and The MikroElektronika Company.
14+
** For licensing terms and conditions see
15+
** https://www.mikroe.com/legal/software-license-agreement.
16+
** For further information use the contact form at
17+
** https://www.mikroe.com/contact.
18+
**
19+
**
20+
** GNU Lesser General Public License Usage
21+
**
22+
** Alternatively, this file may be used for
23+
** non-commercial projects under the terms of the GNU Lesser
24+
** General Public License version 3 as published by the Free Software
25+
** Foundation: https://www.gnu.org/licenses/lgpl-3.0.html.
26+
**
27+
** The above copyright notice and this permission notice shall be
28+
** included in all copies or substantial portions of the Software.
29+
**
30+
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31+
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
32+
** OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33+
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
34+
** DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
35+
** OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
36+
** OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37+
**
38+
****************************************************************************/
39+
/*!
40+
* @file board.h
41+
* @brief Main board pin mapping.
42+
*/
43+
44+
#ifndef _BOARD_H_
45+
#define _BOARD_H_
46+
47+
#ifdef __cplusplus
48+
extern "C"
49+
{
50+
#endif
51+
52+
#define BOARD_NAME "Evaluation Kit for RA4M1 MCU Group"
53+
54+
// Mapping
55+
// Only Bare Metal support is available for this board at the moment
56+
57+
#ifdef __cplusplus
58+
}
59+
#endif
60+
61+
#endif // _BOARD_H_
62+
// ------------------------------------------------------------------------- END
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
if(${_MSDK_BOARD_NAME_} STREQUAL "BOARD_EK_RA6M3")
2+
set(BOARD_PATH "include/boards/board_ek_ra6m3")
3+
set(MCU_CARD FALSE)
4+
set(SHIELD FALSE)
5+
set(DIP_SOCKET FALSE)
6+
endif()
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
/****************************************************************************
2+
**
3+
** Copyright (C) ${COPYRIGHT_YEAR} MikroElektronika d.o.o.
4+
** Contact: https://www.mikroe.com/contact
5+
**
6+
** This file is part of the mikroSDK package
7+
**
8+
** Commercial License Usage
9+
**
10+
** Licensees holding valid commercial NECTO compilers AI licenses may use this
11+
** file in accordance with the commercial license agreement provided with the
12+
** Software or, alternatively, in accordance with the terms contained in
13+
** a written agreement between you and The MikroElektronika Company.
14+
** For licensing terms and conditions see
15+
** https://www.mikroe.com/legal/software-license-agreement.
16+
** For further information use the contact form at
17+
** https://www.mikroe.com/contact.
18+
**
19+
**
20+
** GNU Lesser General Public License Usage
21+
**
22+
** Alternatively, this file may be used for
23+
** non-commercial projects under the terms of the GNU Lesser
24+
** General Public License version 3 as published by the Free Software
25+
** Foundation: https://www.gnu.org/licenses/lgpl-3.0.html.
26+
**
27+
** The above copyright notice and this permission notice shall be
28+
** included in all copies or substantial portions of the Software.
29+
**
30+
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31+
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
32+
** OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33+
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
34+
** DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
35+
** OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
36+
** OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37+
**
38+
****************************************************************************/
39+
/*!
40+
* @file board.h
41+
* @brief Main board pin mapping.
42+
*/
43+
44+
#ifndef _BOARD_H_
45+
#define _BOARD_H_
46+
47+
#ifdef __cplusplus
48+
extern "C"
49+
{
50+
#endif
51+
52+
#define BOARD_NAME "Evaluation Kit for RA6M3 MCU Group"
53+
54+
// Mapping
55+
// Only Bare Metal support is available for this board at the moment
56+
57+
#ifdef __cplusplus
58+
}
59+
#endif
60+
61+
#endif // _BOARD_H_
62+
// ------------------------------------------------------------------------- END
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
if(${_MSDK_BOARD_NAME_} STREQUAL "CLICKER_RA4M1")
2+
set(BOARD_PATH "include/boards/clicker_ra4m1")
3+
set(MCU_CARD FALSE)
4+
set(SHIELD FALSE)
5+
set(DIP_SOCKET FALSE)
6+
endif()
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
/****************************************************************************
2+
**
3+
** Copyright (C) ${COPYRIGHT_YEAR} MikroElektronika d.o.o.
4+
** Contact: https://www.mikroe.com/contact
5+
**
6+
** This file is part of the mikroSDK package
7+
**
8+
** Commercial License Usage
9+
**
10+
** Licensees holding valid commercial NECTO compilers AI licenses may use this
11+
** file in accordance with the commercial license agreement provided with the
12+
** Software or, alternatively, in accordance with the terms contained in
13+
** a written agreement between you and The MikroElektronika Company.
14+
** For licensing terms and conditions see
15+
** https://www.mikroe.com/legal/software-license-agreement.
16+
** For further information use the contact form at
17+
** https://www.mikroe.com/contact.
18+
**
19+
**
20+
** GNU Lesser General Public License Usage
21+
**
22+
** Alternatively, this file may be used for
23+
** non-commercial projects under the terms of the GNU Lesser
24+
** General Public License version 3 as published by the Free Software
25+
** Foundation: https://www.gnu.org/licenses/lgpl-3.0.html.
26+
**
27+
** The above copyright notice and this permission notice shall be
28+
** included in all copies or substantial portions of the Software.
29+
**
30+
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31+
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
32+
** OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33+
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
34+
** DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
35+
** OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
36+
** OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37+
**
38+
****************************************************************************/
39+
/*!
40+
* @file board.h
41+
* @brief Main board pin mapping.
42+
*/
43+
44+
#ifndef _BOARD_H_
45+
#define _BOARD_H_
46+
47+
#ifdef __cplusplus
48+
extern "C"
49+
{
50+
#endif
51+
52+
#define BOARD_NAME "RA4M1 Clicker"
53+
54+
// Mapping
55+
// Only Bare Metal support is available at the moment
56+
57+
#ifdef __cplusplus
58+
}
59+
#endif
60+
61+
#endif // _BOARD_H_
62+
// ------------------------------------------------------------------------- END

changelog/v2.14.4/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
Support added for following hardware:
6767

6868
+ **[2025-05-15](./new_hw/2025-05-15.md)**
69+
+ **[2025-05-16](./new_hw/2025-05-16.md)**
70+
+ **[2025-05-19](./new_hw/2025-05-19.md)**
71+
+ **[2025-05-20](./new_hw/2025-05-20.md)**
72+
+ **[2025-05-21](./new_hw/2025-05-21.md)**
6973

7074
---
7175

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
<p align="center">
3+
<img src="http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true" alt="MikroElektronika"/>
4+
</p>
5+
6+
---
7+
8+
**[BACK TO PREVIOUS FILE](../changelog.md)**
9+
10+
---
11+
12+
# 2025-05-16
13+
14+
## Changes
15+
16+
- [2025-05-16](#2025-05-16)
17+
- [Changes](#changes)
18+
+ [Improvements](#improvements)
19+
20+
### Improvements
21+
22+
Preconfigured Clock settings added for following hardware:
23+
24+
+ [Discovery kit with STM32L476VG MCU](https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/32l476gdiscovery.html)
25+
+ 80 MHz Clock using internal oscillator
26+
27+
---
28+
29+
**[BACK TO PREVIOUS FILE](../changelog.md)**
30+
31+
---

0 commit comments

Comments
 (0)