Skip to content

Commit 0d3b550

Browse files
committed
[variant] Update Generic F0xx
All specific F0 variants moved to the generic variant. Supersede stm32duino#1080 Signed-off-by: Frederic Pillon <[email protected]>
1 parent a58330e commit 0d3b550

File tree

101 files changed

+5119
-7448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+5119
-7448
lines changed

Diff for: CI/build/conf/cores_config.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"RAK811_TRACKER",
135135
"REMRAM_V1",
136136
"Sparky_V1",
137-
"Wraith32_V1"
137+
"WRAITH32_V1"
138138
]
139139
},
140140
{
@@ -153,7 +153,7 @@
153153
"boards": [
154154
"EEXTR_F030_V1", "ELEKTOR_F072C8", "ELEKTOR_F072CB", "FYSETC_S6", "Generic_F103ZG",
155155
"MALYANM200_F103CB", "PRNTR_V2", "PX_HER0", "STEVAL_MKSBOX1V1", "VAKE_F446VE",
156-
"VCCGND_F103ZET6", "VCCGND_F103ZET6Mini", "Wraith32_V1"
156+
"VCCGND_F103ZET6", "VCCGND_F103ZET6Mini", "WRAITH32_V1"
157157
]
158158
},
159159
{
@@ -282,7 +282,7 @@
282282
{
283283
"pattern": "SerialLoop|Tests_basic_functions",
284284
"applicable": false,
285-
"boards": [ "NUCLEO_F031K6", "NUCLEO_L031K6", "Wraith32_V1" ]
285+
"boards": [ "NUCLEO_F031K6", "NUCLEO_L031K6", "WRAITH32_V1" ]
286286
},
287287
{
288288
"pattern": "(Alarm)?TimedWak(e)?up|SerialDeepSleep",
@@ -298,7 +298,7 @@
298298
"pattern": "tone|p07_Keyboard",
299299
"applicable": false,
300300
"boards": [
301-
"ST3DP001_EVAL", "STEVAL_MKSBOX1V1", "VAKE_F446VE", "Wraith32_V1"
301+
"ST3DP001_EVAL", "STEVAL_MKSBOX1V1", "VAKE_F446VE", "WRAITH32_V1"
302302
]
303303
},
304304
{

Diff for: README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
112112

113113
| Status | Device(s) | Name | Release | Notes |
114114
| :----: | :-------: | ---- | :-----: | :---- |
115-
| :green_heart: | STM32F031K6 | [Nucleo F031K6](https://www.st.com/en/evaluation-tools/nucleo-f031k6.html) | *1.9.0* | |
115+
| :green_heart: | STM32F031K6T | [Nucleo F031K6](https://www.st.com/en/evaluation-tools/nucleo-f031k6.html) | *1.9.0* | |
116116
| :green_heart: | STM32F303K8 | [Nucleo F303K8](http://www.st.com/en/evaluation-tools/nucleo-f303k8.html) | *1.1.0* | |
117117
| :yellow_heart: | STM32G031K8 | [Nucleo G031K8](https://www.st.com/en/evaluation-tools/nucleo-g031k8.html) | **2.0.0** |
118118
| :green_heart: | STM32G431KB | [Nucleo G431KB](https://www.st.com/en/evaluation-tools/nucleo-g431kb.html) | *1.7.0* | |
@@ -153,6 +153,15 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
153153
| Status | Device(s) | Name | Release | Notes |
154154
| :----: | :-------: | ---- | :-----: | :---- |
155155
| :green_heart: | STM32F030F4 | [STM32F030F4 Demo board](https://stm32-base.org/boards/STM32F030F4P6-STM32F030-DEMO-BOARD-V1.1) | *1.5.0* | |
156+
| :yellow_heart: | STM32F030C8 | Generic Board | **2.0.0** | |
157+
| :yellow_heart: | STM32F030F4 | Generic Board | **2.0.0** | |
158+
| :yellow_heart: | STM32F030R8 | Generic Board | **2.0.0** | |
159+
| :yellow_heart: | STM32F031K6T | Generic Board | **2.0.0** | |
160+
| :yellow_heart: | STM32F051K6U<br>STM32F051K8U | Generic Board | **2.0.0** | |
161+
| :yellow_heart: | STM32F070CB | Generic Board | **2.0.0** | |
162+
| :yellow_heart: | STM32F072C8<br>STM32F072CB | Generic Board | **2.0.0** | |
163+
| :yellow_heart: | STM32F072R8<br>STM32F072RB | Generic Board | **2.0.0** | |
164+
| :yellow_heart: | STM32F091RB<br>STM32F091RC | Generic Board | **2.0.0** | |
156165

157166
### Generic STM32F1 boards
158167

@@ -305,7 +314,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
305314

306315
| Status | Device(s) | Name | Release | Notes |
307316
| :----: | :-------: | ---- | :-----: | :---- |
308-
| :green_heart: | STM32F051K6 | Wraith V1 ESC | *1.8.0* | |
317+
| :green_heart: | STM32F051K6U | [Wraith V1 ESC](https://www.readytoflyquads.com/35a-wraith32-v11-32bit-blheli-esc) | *1.8.0* | |
309318

310319
### Generic flight controllers
311320

Diff for: boards.txt

+198-31
Large diffs are not rendered by default.

Diff for: variants/STM32F0xx/DEMO_F030F4/PeripheralPins.c

-164
This file was deleted.

Diff for: variants/STM32F0xx/DEMO_F030F4/PinNamesVar.h

-25
This file was deleted.

0 commit comments

Comments
 (0)