Skip to content

Commit 9478f01

Browse files
committed
release update
1 parent 66acd01 commit 9478f01

File tree

3 files changed

+71
-2
lines changed

3 files changed

+71
-2
lines changed

changelog/v2.15.1/changelog.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<p align="center">
2+
<img src="http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true" alt="MikroElektronika"/>
3+
</p>
4+
5+
---
6+
7+
**[BACK TO MAIN FILE](../../changelog.md)**
8+
9+
---
10+
11+
# `v2.15.1`
12+
13+
+ released: 2025-08-21
14+
15+
## Changes
16+
17+
- [`v2.15.1`](#v2151)
18+
- [Changes](#changes)
19+
- [RENESAS](#renesas)
20+
- [Improvements](#improvements)
21+
- [mikroSDK](#mikrosdk)
22+
23+
### <font color=red>RENESAS</font>
24+
25+
**RA6M3 MCUs supported!**
26+
27+
| MCU |
28+
| :------------: |
29+
| R7FA6M3AF2CBG |
30+
| R7FA6M3AF2CLK |
31+
| R7FA6M3AF3CBG |
32+
| R7FA6M3AF3CFB |
33+
| R7FA6M3AF3CFC |
34+
| R7FA6M3AF3CFP |
35+
| R7FA6M3AF3CLK |
36+
| R7FA6M3AH2CBG |
37+
| R7FA6M3AH2CLK |
38+
| R7FA6M3AH3CBG |
39+
| R7FA6M3AH3CFB |
40+
| R7FA6M3AH3CFC |
41+
| R7FA6M3AH3CFP |
42+
| R7FA6M3AH3CLK |
43+
44+
**Supported modules:**
45+
46+
+ ADC (Full module support)
47+
+ SPI (Full module support)
48+
+ UART (Full module support)
49+
+ I2C (Full module support)
50+
+ PWM (Full module support)
51+
+ GPIO (Full module support)
52+
+ 1-Wire (Full module support)
53+
54+
### Improvements
55+
56+
#### mikroSDK
57+
58+
- Enhanced GPIO library for Renesas MCUs
59+
- Expanded range of GPIO configuration options now available
60+
- SPI bit rate handling refined
61+
- Calculations now adapt more effectively across different clock speeds
62+
- Core updates for UART
63+
- Improved interrupt handling for more reliable communication
64+
65+
---
66+
67+
**[BACK TO MAIN FILE](../../changelog.md)**
68+
69+
---

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"display-name": "mikroSDK",
44
"description": "MikroSDK 2.0 is an embedded software development framework designed to simplify and accelerate application development on Mikroe hardware platform, specifically for Click Boards and other extension board drivers, on a broad range of microcontroller vendors and architectures. It includes peripheral libraries and drivers, middleware, board support, and application layer libraries among others.",
55
"icon": "images/icon-mikroSDK.png",
6-
"manifest-version": "1.0.29"
6+
"manifest-version": "1.0.30"
77
}

platform/mikrosdk_version/include/mikrosdk_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ extern "C"{
6767
* @note changes in patch version indicate smaller updates,
6868
* bug fixes and improvements
6969
*/
70-
#define mikroSDK_PATCH_VERSION 0
70+
#define mikroSDK_PATCH_VERSION 1
7171

7272
/**
7373
* @brief mikroSDK_GET_VERSION

0 commit comments

Comments
 (0)