Skip to content

Commit 8ebb285

Browse files
authored
Merge pull request #390 from MikroElektronika/june_releases_23_02
Merge branch june_releases_23_02 into master
2 parents c464565 + 94c98f1 commit 8ebb285

File tree

17 files changed

+280
-0
lines changed

17 files changed

+280
-0
lines changed

bsp/board/include/boards/board_atmega328p_xplained_mini/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/new_hw/2025-06-26.md
4245
*/
4346

4447
#ifndef _BOARD_H_

bsp/board/include/boards/board_atmega328pb_xplained_mini/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/new_hw/2025-06-27.md
4245
*/
4346

4447
#ifndef _BOARD_H_

bsp/board/include/boards/board_mplab_starter_kit_for_pic18f_mcus/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/new_hw/2025-06-30.md
4245
*/
4346

4447
#ifndef _BOARD_H_

bsp/board/include/boards/board_mplab_starter_kit_for_pic24f_mcus/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/new_hw/2025-06-23.md
4245
*/
4346

4447
#ifndef _BOARD_H_

bsp/board/include/boards/board_mplab_starter_kit_for_pic24h_mcus/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/new_hw/2025-06-24.md
4245
*/
4346

4447
#ifndef _BOARD_H_

bsp/board/include/boards/board_mplab_xpress_pic18f46k42_eval/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/new_hw/2025-07-01.md
4245
*/
4346

4447
#ifndef _BOARD_H_

bsp/board/include/boards/board_mplab_xpress_pic18f47k40_eval/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/new_hw/2025-07-02.md
4245
*/
4346

4447
#ifndef _BOARD_H_

bsp/board/include/boards/board_pic24h_capacitive_touch_evaluation/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/new_hw/2025-06-25.md
4245
*/
4346

4447
#ifndef _BOARD_H_

changelog/v2.14.4/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ Support added for following hardware:
8787
+ **[2025-06-18](./new_hw/2025-06-18.md)**
8888
+ **[2025-06-19](./new_hw/2025-06-19.md)**
8989
+ **[2025-06-20](./new_hw/2025-06-20.md)**
90+
+ **[2025-06-23](./new_hw/2025-06-23.md)**
91+
+ **[2025-06-24](./new_hw/2025-06-24.md)**
92+
+ **[2025-06-25](./new_hw/2025-06-25.md)**
93+
+ **[2025-06-26](./new_hw/2025-06-26.md)**
94+
+ **[2025-06-27](./new_hw/2025-06-27.md)**
95+
+ **[2025-06-30](./new_hw/2025-06-30.md)**
96+
+ **[2025-07-01](./new_hw/2025-07-01.md)**
97+
+ **[2025-07-02](./new_hw/2025-07-02.md)**
9098

9199
---
92100

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-06-23
13+
14+
## Changes
15+
16+
- [2025-06-23](#2025-06-23)
17+
- [Changes](#changes)
18+
+ [Improvements](#improvements)
19+
20+
### Improvements
21+
22+
Preconfigured Clock settings added for following hardware:
23+
24+
+ [MPLab Starter Kit For PIC24F MCUs](https://mplab-discover.microchip.com/v2/item/com.microchip.portal.evalboard/com.microchip.subcategories.modules-and-peripherals.analog.adc-modules.adc/mcu08.dm240011/1.0.0?view=about)
25+
+ 8 MHz Clock using internal oscillator
26+
27+
---
28+
29+
**[BACK TO PREVIOUS FILE](../changelog.md)**
30+
31+
---

0 commit comments

Comments
 (0)