Skip to content

mikroSDK 2.15.1 release update #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions changelog/v2.15.1/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<p align="center">
<img src="http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true" alt="MikroElektronika"/>
</p>

---

**[BACK TO MAIN FILE](../../changelog.md)**

---

# `v2.15.1`

+ released: 2025-08-21

## Changes

- [`v2.15.1`](#v2151)
- [Changes](#changes)
- [RENESAS](#renesas)
- [Improvements](#improvements)
- [mikroSDK](#mikrosdk)

### <font color=red>RENESAS</font>

**RA6M3 MCUs supported!**

| MCU |
| :------------: |
| R7FA6M3AF2CBG |
| R7FA6M3AF2CLK |
| R7FA6M3AF3CBG |
| R7FA6M3AF3CFB |
| R7FA6M3AF3CFC |
| R7FA6M3AF3CFP |
| R7FA6M3AF3CLK |
| R7FA6M3AH2CBG |
| R7FA6M3AH2CLK |
| R7FA6M3AH3CBG |
| R7FA6M3AH3CFB |
| R7FA6M3AH3CFC |
| R7FA6M3AH3CFP |
| R7FA6M3AH3CLK |

**Supported modules:**

+ ADC (Full module support)
+ SPI (Full module support)
+ UART (Full module support)
+ I2C (Full module support)
+ PWM (Full module support)
+ GPIO (Full module support)
+ 1-Wire (Full module support)

### Improvements

#### mikroSDK

- Enhanced GPIO library for Renesas MCUs
- Expanded range of GPIO configuration options now available
- SPI bit rate handling refined
- Calculations now adapt more effectively across different clock speeds
- Core updates for UART
- Improved interrupt handling for more reliable communication

---

**[BACK TO MAIN FILE](../../changelog.md)**

---
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"display-name": "mikroSDK",
"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.",
"icon": "images/icon-mikroSDK.png",
"manifest-version": "1.0.29"
"manifest-version": "1.0.30"
}
2 changes: 1 addition & 1 deletion platform/mikrosdk_version/include/mikrosdk_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extern "C"{
* @note changes in patch version indicate smaller updates,
* bug fixes and improvements
*/
#define mikroSDK_PATCH_VERSION 0
#define mikroSDK_PATCH_VERSION 1

/**
* @brief mikroSDK_GET_VERSION
Expand Down