Skip to content

Commit 7cecf6f

Browse files
committed
Update to release 1.6.0 version
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 4a2947a commit 7cecf6f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino core support for STM32 based boards
22
[![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg)](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
3-
[![GitHub commits](https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/1.5.0.svg)](https://github.com/stm32duino/Arduino_Core_STM32/compare/1.5.0...master)
3+
[![GitHub commits](https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/1.6.0.svg)](https://github.com/stm32duino/Arduino_Core_STM32/compare/1.6.0...master)
44
[![Build Status](https://travis-ci.com/stm32duino/Arduino_Core_STM32.svg?branch=master)](https://travis-ci.com/stm32duino/Arduino_Core_STM32)
55

66
* [Introduction](https://github.com/stm32duino/Arduino_Core_STM32#Introduction)<br>
@@ -60,13 +60,13 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
6060
| :green_heart: | [Nucleo F401RE](http://www.st.com/en/evaluation-tools/nucleo-f401re.html) | *0.2.1* | |
6161
| :green_heart: | [Nucleo F411RE](http://www.st.com/en/evaluation-tools/nucleo-f411re.html) | *0.2.1* | |
6262
| :green_heart: | [Nucleo F446RE](http://www.st.com/en/evaluation-tools/nucleo-f446re.html) | *1.1.1* | |
63-
| :yellow_heart: | [Nucleo-G071RB](https://www.st.com/en/evaluation-tools/nucleo-g071rb.html) | **1.6.0** | |
63+
| :green_heart: | [Nucleo-G071RB](https://www.st.com/en/evaluation-tools/nucleo-g071rb.html) | *1.6.0* | |
6464
| :green_heart: | [Nucleo L053R8](http://www.st.com/en/evaluation-tools/nucleo-l053r8.html) | *0.1.0* | |
6565
| :green_heart: | [Nucleo L073RZ](http://www.st.com/en/evaluation-tools/nucleo-l073rz.html) | *1.4.0* | |
6666
| :green_heart: | [Nucleo L152RE](http://www.st.com/en/evaluation-tools/nucleo-l152re.html) | *1.0.0* | |
6767
| :green_heart: | [Nucleo L452RE](http://www.st.com/en/evaluation-tools/nucleo-l452re.html) | *1.5.0* | |
6868
| :green_heart: | [Nucleo L476RG](http://www.st.com/en/evaluation-tools/nucleo-l476rg.html) | *0.1.0* | |
69-
| :yellow_heart: | [P-Nucleo-WB55RG](https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html) | **1.6.0** | No BLE support |
69+
| :green_heart: | [P-Nucleo-WB55RG](https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html) | *1.6.0* | No BLE support |
7070

7171
| Status | [Nucleo 32](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) | Release | Comment |
7272
| :---: | --- | :---: | :--- |
@@ -112,16 +112,16 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
112112
| :green_heart: | [Prntr Board V1](https://github.com/ghent360/PrntrBoard) | *1.5.0* | |
113113
| :green_heart: | [RemRam v1](https://github.com/hasenbanck/remram) | *1.4.0* | |
114114
| :green_heart: | [RUMBA32](https://github.com/Aus3D/RUMBA32) | *1.5.0* | |
115-
| :yellow_heart: | [STEVAL-3DP001V1](https://www.st.com/en/evaluation-tools/steval-3dp001v1.html) | **1.6.0** | |
116-
| :yellow_heart: | [VAkE v1.0](https://www.facebook.com/pages/category/Product-Service/VAkE-Board-2290066274575218/) | **1.6.0** | |
115+
| :green_heart: | [STEVAL-3DP001V1](https://www.st.com/en/evaluation-tools/steval-3dp001v1.html) | *1.6.0* | |
116+
| :green_heart: | [VAkE v1.0](https://www.facebook.com/pages/category/Product-Service/VAkE-Board-2290066274575218/) | *1.6.0* | |
117117

118118
| Status | RAK Wireless | Release | Comment |
119119
| :---: | --- | :---: | :--- |
120120
| :green_heart: | [RAK811 LoRa Tracker](https://www.rakwireless.com/en/) | *1.4.0* | Basic support |
121121

122122
| Status | Sparky flight controllers | Release | Comment |
123123
| :---: | --- | :---: | :--- |
124-
| :yellow_heart: | [Sparky V1](https://github.com/TauLabs/TauLabs/wiki/Sparky) | **1.6.0** | |
124+
| :green_heart: | [Sparky V1](https://github.com/TauLabs/TauLabs/wiki/Sparky) | *1.6.0* | |
125125

126126
## Next release
127127

cores/arduino/stm32/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 (0x01U) /*!< [31:24] major version */
9-
#define STM32_CORE_VERSION_MINOR (0x05U) /*!< [23:16] minor version */
10-
#define STM32_CORE_VERSION_PATCH (0x01U) /*!< [15:8] patch version */
9+
#define STM32_CORE_VERSION_MINOR (0x06U) /*!< [23:16] minor version */
10+
#define STM32_CORE_VERSION_PATCH (0x00U) /*!< [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 )\

0 commit comments

Comments
 (0)