Skip to content

Commit 2209fcd

Browse files
authored
Merge pull request #374 from MikroElektronika/new-feature/boards/151
Merge branch new-feature/boards/151 into master
2 parents 5dcd66f + a3f3697 commit 2209fcd

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

bsp/board/include/boards/board_eval_with_stm32f072vb/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-05-23.md
4245
*/
4346

4447
#ifndef _BOARD_H_

changelog/v2.14.4/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Support added for following hardware:
7171
+ **[2025-05-20](./new_hw/2025-05-20.md)**
7272
+ **[2025-05-21](./new_hw/2025-05-21.md)**
7373
+ **[2025-05-22](./new_hw/2025-05-22.md)**
74+
+ **[2025-05-23](./new_hw/2025-05-23.md)**
7475

7576
---
7677

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-23
13+
14+
## Changes
15+
16+
- [2025-05-23](#2025-05-23)
17+
- [Changes](#changes)
18+
+ [Improvements](#improvements)
19+
20+
### Improvements
21+
22+
Preconfigured Clock settings added for following hardware:
23+
24+
+ [Evaluation board with STM32F072VB 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-eval-boards/stm32072b-eval.html)
25+
+ 48 MHz Clock using internal oscillator
26+
27+
---
28+
29+
**[BACK TO PREVIOUS FILE](../changelog.md)**
30+
31+
---

0 commit comments

Comments
 (0)