Skip to content

Commit af14495

Browse files
authored
Update README.md
1 parent 099819b commit af14495

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

README.md

Lines changed: 9 additions & 17 deletions
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.3.0.svg)](https://github.com/stm32duino/Arduino_Core_STM32/compare/1.3.0...master)
3+
[![GitHub commits](https://img.shields.io/github/commits-since/stm32duino/Arduino_Core_STM32/1.3.0.svg)](https://github.com/stm32duino/Arduino_Core_STM32/compare/1.3.0...1.4.0)
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>
@@ -59,19 +59,25 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
5959
* [Nucleo F303RE](http://www.st.com/en/evaluation-tools/nucleo-f303re.html)
6060

6161
* STM32F4
62+
* [Black F407VET6](http://wiki.stm32duino.com/index.php?title=STM32F407#.22Black_VET6.22_STM32F407VET6_Variant)
63+
* [Blue F407VET6 Mini](http://wiki.stm32duino.com/index.php?title=Vcc-gnd.com_STM32F407VET6_Mini)
6264
* [Nucleo F401RE](http://www.st.com/en/evaluation-tools/nucleo-f401re.html)
6365
* [Nucleo F411RE](http://www.st.com/en/evaluation-tools/nucleo-f411re.html)
6466
* [Nucleo F429ZI](http://www.st.com/en/evaluation-tools/nucleo-f429zi.html)
6567
* [Nucleo F446RE](http://www.st.com/en/evaluation-tools/nucleo-f446re.html)
6668
* [STM32F407G-DISC1](http://www.st.com/en/evaluation-tools/stm32f4discovery.html)
6769

6870
* STM32F7
71+
* [Nucleo F767ZI](http://www.st.com/en/evaluation-tools/nucleo-f767zi.html)
72+
* [RemRam v1](https://github.com/hasenbanck/remram)
6973
* [STM32F746G-DISCOVERY](http://www.st.com/en/evaluation-tools/32f746gdiscovery.html)
7074

7175
* STM32L0
7276
* [Nucleo L031K6](http://www.st.com/en/evaluation-tools/nucleo-l031k6.html)
7377
* [Nucleo L053R8](http://www.st.com/en/evaluation-tools/nucleo-l053r8.html)
78+
* [Nucleo L073RZ](http://www.st.com/en/evaluation-tools/nucleo-l073rz.html)
7479
* [B-L072Z-LRWAN1](http://www.st.com/en/evaluation-tools/b-l072z-lrwan1.html)
80+
* [RAK811 LoRa Tracker](https://www.rakwireless.com/en/) (Basic support)
7581

7682
* STM32L1
7783
* [Nucleo L152RE](http://www.st.com/en/evaluation-tools/nucleo-l152re.html)
@@ -81,25 +87,11 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
8187
* [Nucleo L476RG](http://www.st.com/en/evaluation-tools/nucleo-l476rg.html)
8288
* [Nucleo L496ZG](http://www.st.com/en/evaluation-tools/nucleo-l496zg.html)
8389
* [Nucleo L496ZG-P](http://www.st.com/en/evaluation-tools/nucleo-l496zg-p.html)
84-
* [B-L475E-IOT01A](http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html)
85-
86-
### Next release
87-
* STM32F4
88-
* [Black F407VET6](http://wiki.stm32duino.com/index.php?title=STM32F407#.22Black_VET6.22_STM32F407VET6_Variant)
89-
* [Blue F407VET6 Mini](http://wiki.stm32duino.com/index.php?title=Vcc-gnd.com_STM32F407VET6_Mini)
90-
91-
* STM32F7
92-
* [Nucleo F767ZI](http://www.st.com/en/evaluation-tools/nucleo-f767zi.html)
93-
* [RemRam v1](https://github.com/hasenbanck/remram)
94-
95-
* STM32L0
96-
* [Nucleo L073RZ](http://www.st.com/en/evaluation-tools/nucleo-l073rz.html)
97-
* [RAK811 LoRa Tracker](https://www.rakwireless.com/en/) (Basic support)
98-
99-
* STM32L4
10090
* [Nucleo L4R5ZI](http://www.st.com/en/evaluation-tools/nucleo-l4r5zi.html)
10191
* [Nucleo L4R5ZI-P](http://www.st.com/en/evaluation-tools/nucleo-l4r5zi-p.html)
92+
* [B-L475E-IOT01A](http://www.st.com/en/evaluation-tools/b-l475e-iot01a.html)
10293

94+
### Next release
10395

10496

10597
## Troubleshooting

0 commit comments

Comments
 (0)