1
1
# Arduino core support for STM32 based boards
2
2
[ ![ 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 )
4
4
[ ![ Build Status] ( https://travis-ci.com/stm32duino/Arduino_Core_STM32.svg?branch=master )] ( https://travis-ci.com/stm32duino/Arduino_Core_STM32 )
5
5
6
6
* [ 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
59
59
* [ Nucleo F303RE] ( http://www.st.com/en/evaluation-tools/nucleo-f303re.html )
60
60
61
61
* 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 )
62
64
* [ Nucleo F401RE] ( http://www.st.com/en/evaluation-tools/nucleo-f401re.html )
63
65
* [ Nucleo F411RE] ( http://www.st.com/en/evaluation-tools/nucleo-f411re.html )
64
66
* [ Nucleo F429ZI] ( http://www.st.com/en/evaluation-tools/nucleo-f429zi.html )
65
67
* [ Nucleo F446RE] ( http://www.st.com/en/evaluation-tools/nucleo-f446re.html )
66
68
* [ STM32F407G-DISC1] ( http://www.st.com/en/evaluation-tools/stm32f4discovery.html )
67
69
68
70
* STM32F7
71
+ * [ Nucleo F767ZI] ( http://www.st.com/en/evaluation-tools/nucleo-f767zi.html )
72
+ * [ RemRam v1] ( https://github.com/hasenbanck/remram )
69
73
* [ STM32F746G-DISCOVERY] ( http://www.st.com/en/evaluation-tools/32f746gdiscovery.html )
70
74
71
75
* STM32L0
72
76
* [ Nucleo L031K6] ( http://www.st.com/en/evaluation-tools/nucleo-l031k6.html )
73
77
* [ 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 )
74
79
* [ 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)
75
81
76
82
* STM32L1
77
83
* [ 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
81
87
* [ Nucleo L476RG] ( http://www.st.com/en/evaluation-tools/nucleo-l476rg.html )
82
88
* [ Nucleo L496ZG] ( http://www.st.com/en/evaluation-tools/nucleo-l496zg.html )
83
89
* [ 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
100
90
* [ Nucleo L4R5ZI] ( http://www.st.com/en/evaluation-tools/nucleo-l4r5zi.html )
101
91
* [ 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 )
102
93
94
+ ### Next release
103
95
104
96
105
97
## Troubleshooting
0 commit comments