Skip to content

Commit 8a0b65e

Browse files
committed
chore: bump release version to 2.8.1
Signed-off-by: Frederic Pillon <[email protected]>
1 parent a42bcfe commit 8a0b65e

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

Diff for: README.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg)](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
1111
![GitHub All Releases](https://img.shields.io/github/downloads/stm32duino/Arduino_Core_STM32/total.svg?label=downloads%20since%201.4.0)
12-
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/latest/main)](https://github.com/stm32duino/Arduino_Core_STM32/compare/2.8.0...main)
12+
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/latest/main)](https://github.com/stm32duino/Arduino_Core_STM32/compare/2.8.1...main)
1313

1414

1515
* [Introduction](https://github.com/stm32duino/Arduino_Core_STM32#Introduction)<br>
@@ -20,7 +20,7 @@
2020

2121
## Introduction
2222

23-
This repo adds the support of STM32 MCU in Arduino IDE.<br>
23+
This repo adds the support of STM32 MCU in Arduino IDE 2.x.<br>
2424

2525
This porting is based on:
2626
* [STM32Cube MCU Packages](https://www.st.com/en/embedded-software/stm32cube-mcu-packages.html) including:
@@ -29,17 +29,17 @@ This porting is based on:
2929
* CMSIS device definition for STM32
3030
* [CMSIS](https://developer.arm.com/embedded/cmsis): Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for the Cortex®-M processor series and defines generic tool interfaces. It has been packaged as a module for Arduino IDE: https://github.com/stm32duino/ArduinoModule-CMSIS
3131
* [GNU Arm Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm): Arm Embedded GCC compiler, libraries and other GNU tools necessary for bare-metal software development on devices based on the Arm Cortex-M. Packages are provided thanks [The xPack GNU Arm Embedded GCC](https://xpack.github.io/arm-none-eabi-gcc/): https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack
32+
3233
## Getting Started
3334

34-
This repo is available as a package usable with [Arduino Boards Manager](https://www.arduino.cc/en/guide/cores).
35+
This repo is available as a package usable with [Arduino Boards Manager](https://docs.arduino.cc/learn/starting-guide/cores/).
3536

3637
Add this link in the "*Additional Boards Managers URLs*" field:
3738

3839
https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
3940

40-
**Warning**:
41-
* Default branch has changed to *main*.
42-
* Since core release 2.0.0 this link has changed.
41+
> [!WARNING]
42+
> Since core release 2.8.0, only Arduino IDE 2 is supported.
4343
4444
For full instructions on using the "**Boards Manager**", see the [Getting Started](https://github.com/stm32duino/Arduino_Core_STM32/wiki/Getting-Started) page.
4545

@@ -86,9 +86,10 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
8686
- [SparkFun boards](#sparkfun-boards)
8787
- [ELV Boards](#elv-boards)
8888

89-
**Note about Status**:
90-
- :green_heart: board support is available since the specified release version.
91-
- :yellow_heart: board support is available in the main branch and will be available in the specified release version.
89+
> [!Note]
90+
> - :green_heart: board support is available since the specified release version.
91+
> - :yellow_heart: board support is available in the main branch and will be available in the specified release version.
92+
9293

9394
### [Nucleo 144](https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-nucleo-boards.html) boards
9495

@@ -540,13 +541,13 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
540541

541542
| Status | Device(s) | Name | Release | Notes |
542543
| :----: | :-------: | ---- | :-----: | :---- |
543-
| :yellow_heart: | STM32H503KB | Generic Board | **2.8.1** | |
544+
| :green_heart: | STM32H503KB | Generic Board | *2.8.1* | |
544545
| :green_heart: | STM32H503RB | Generic Board | *2.7.0* | |
545546
| :green_heart: | STM32H563IIKxQ | Generic Board | *2.6.0* | |
546-
| :yellow_heart: | STM32H563RG<br>STM32H563RI | Generic Board | **2.8.1** | |
547+
| :green_heart: | STM32H563RG<br>STM32H563RI | Generic Board | *2.8.1* | |
547548
| :green_heart: | STM32H563ZG<br>STM32H563ZI | Generic Board | *2.6.0* | |
548549
| :green_heart: | STM32H573IIKxQ | Generic Board | *2.6.0* | |
549-
| :yellow_heart: | STM32H573RI | Generic Board | **2.8.1** | |
550+
| :green_heart: | STM32H573RI | Generic Board | *2.8.1* | |
550551
| :green_heart: | STM32H573ZI | Generic Board | *2.6.0* | |
551552

552553
### Generic STM32H7 boards
@@ -679,7 +680,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
679680
| Status | Device(s) | Name | Release | Notes |
680681
| :----: | :-------: | ---- | :-----: | :---- |
681682
| :green_heart: | STM32L412K8<br>STM32L412KB<br>STM32L422KB | Generic Board | *2.0.0* | |
682-
| :yellow_heart: | STM32L431CB<br>STM32L431CC | Generic Board | **2.8.1** | |
683+
| :green_heart: | STM32L431CB<br>STM32L431CC | Generic Board | *2.8.1* | |
683684
| :green_heart: | STM32L431RB<br>STM32L431RC | Generic Board | *2.3.0* | |
684685
| :green_heart: | STM32L432KB<br>STM32L432KC<br>STM32L442KC | Generic Board | *2.0.0* | |
685686
| :green_heart: | STM32L433CBT<br>STM32L433CCT | Generic Board | *2.1.0* | |
@@ -827,7 +828,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
827828
| :green_heart: | STM32F072C8<br>STM32F072CB | [Elektor LoRa Node](https://github.com/ElektorLabs/180516-Elektor_LoRa_Node) | *1.8.0* | [More info](https://www.elektormagazine.com/labs/lorawan-node-experimental-platform) |
828829
| :green_heart: | STM32WLE5JC | [LoRa-E5 mini](https://wiki.seeedstudio.com/LoRa_E5_mini/) | *2.6.0* | |
829830
| :green_heart: | STM32WLE5CC | [RAK3172 Module](https://github.com/RAKWireless/rakwireless-docs/tree/master/docs/Product-Categories/WisDuo/RAK3172-Module) | *2.6.0* | |
830-
| :yellow_heart: | STM32WLE5CC | [RAK3172T Module](https://github.com/RAKWireless/rakwireless-docs/tree/master/docs/Product-Categories/WisDuo/RAK3172-Module) | **2.8.1** | RAK3172 Module with TCXO |
831+
| :green_heart: | STM32WLE5CC | [RAK3172T Module](https://github.com/RAKWireless/rakwireless-docs/tree/master/docs/Product-Categories/WisDuo/RAK3172-Module) | *2.8.1* | RAK3172 Module with TCXO |
831832
| :green_heart: | STM32L151CB | [RAK811 LoRa Tracker](https://www.rakwireless.com/en/) | *1.4.0* | [Wiki](https://github.com/stm32duino/Arduino_Core_STM32/wiki/Connectivities#lora) |
832833
| :green_heart: | STM32L051C8 | [RHF76-052](https://lora-alliance.org/lora_products/rhf76-052/) | *1.7.0* | Basic support |
833834

Diff for: libraries/SrcWrapper/inc/stm32_def.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
* @brief STM32 core version number
77
*/
88
#define STM32_CORE_VERSION_MAJOR (0x02U) /*!< [31:24] major version */
9-
#define STM32_CORE_VERSION_MINOR (0x09U) /*!< [23:16] minor version */
10-
#define STM32_CORE_VERSION_PATCH (0x00U) /*!< [15:8] patch version */
9+
#define STM32_CORE_VERSION_MINOR (0x08U) /*!< [23:16] minor version */
10+
#define STM32_CORE_VERSION_PATCH (0x01U) /*!< [15:8] patch version */
1111
/*
1212
* Extra label for development:
1313
* 0: official release
1414
* [1-9]: release candidate
1515
* F[0-9]: development
1616
*/
17-
#define STM32_CORE_VERSION_EXTRA (0xF0U) /*!< [7:0] extra version */
17+
#define STM32_CORE_VERSION_EXTRA (0x00U) /*!< [7:0] extra version */
1818
#define STM32_CORE_VERSION ((STM32_CORE_VERSION_MAJOR << 24U)\
1919
|(STM32_CORE_VERSION_MINOR << 16U)\
2020
|(STM32_CORE_VERSION_PATCH << 8U )\

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://arduino.github.io/arduino-cli/latest/platform-specification/
66

77
name=STM32 boards groups (Board to be selected from Tools submenu 'Board part number')
8-
version=2.9.0-dev
8+
version=2.8.1
99

1010

1111
# Define variables used multiple times in platform file

0 commit comments

Comments
 (0)