Skip to content

Commit 173c453

Browse files
authored
Merge pull request #401 from MikroElektronika/july_releases_03_10
Merge branch july_releases_03_10 into master
2 parents 0b9c71f + f9f555e commit 173c453

File tree

15 files changed

+213
-2
lines changed

15 files changed

+213
-2
lines changed

.github/workflows/updateReleaseIndexDate.yaml

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

1919
schedule:
20-
- cron: "0 6 16-30 6 *" # 8:00 AM, 16th-30th of June
21-
- cron: "0 6 1-14 7 *" # 8:00 AM, 1st-14th of July
20+
- cron: "0 6 3-4 7 *" # 8:00 AM, 3rd-4th of July
21+
- cron: "0 6 7-10 7 *" # 8:00 AM, 7th-10th of July
2222

2323
jobs:
2424
update_index_date:

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

4447
#ifndef _BOARD_H_

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

4447
#ifndef _BOARD_H_

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

4447
#ifndef _BOARD_H_

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

4447
#ifndef _BOARD_H_

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

4447
#ifndef _BOARD_H_

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

4447
#ifndef _BOARD_H_

changelog/v2.14.5/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@
5656
5757
Support added for following hardware:
5858

59+
+ **[2025-07-03](./new_hw/2025-07-03.md)**
60+
+ **[2025-07-04](./new_hw/2025-07-04.md)**
61+
+ **[2025-07-07](./new_hw/2025-07-07.md)**
62+
+ **[2025-07-08](./new_hw/2025-07-08.md)**
63+
+ **[2025-07-09](./new_hw/2025-07-09.md)**
64+
+ **[2025-07-10](./new_hw/2025-07-10.md)**
65+
5966
---
6067

6168
**[BACK TO MAIN FILE](../../changelog.md)**
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-07-03
13+
14+
## Changes
15+
16+
- [2025-07-03](#2025-07-03)
17+
- [Changes](#changes)
18+
+ [Improvements](#improvements)
19+
20+
### Improvements
21+
22+
Preconfigured Clock settings added for following hardware:
23+
24+
+ [PIC18F4XK22 Development Board](https://mplab-discover.microchip.com/v2/item/com.microchip.portal.evalboard/com.microchip.subcategories.modules-and-peripherals.display.lcd/mcu08.dm164134/1.0.0?view=about)
25+
+ 64 MHz Clock using internal oscillator
26+
27+
---
28+
29+
**[BACK TO PREVIOUS FILE](../changelog.md)**
30+
31+
---
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-07-04
13+
14+
## Changes
15+
16+
- [2025-07-04](#2025-07-04)
17+
- [Changes](#changes)
18+
+ [Improvements](#improvements)
19+
20+
### Improvements
21+
22+
Preconfigured Clock settings added for following hardware:
23+
24+
+ [PIC18F67J94 Development Board](https://mplab-discover.microchip.com/v2/item/com.microchip.portal.evalboard/com.microchip.subcategories.modules-and-peripherals.communication.spi/mcu08.dm183037/1.0.0?view=about)
25+
+ 64 MHz Clock using internal oscillator
26+
27+
---
28+
29+
**[BACK TO PREVIOUS FILE](../changelog.md)**
30+
31+
---

0 commit comments

Comments
 (0)