Skip to content

Commit e8461c3

Browse files
committed
[variant] Update Generic F0xx
Moved to the generic variant: - DEMO F030F4 - DISCO F030R8 - DISCO F072RB - EEXTR_F030_V1 - ELEKTOR_F072Cx - MALYANMx00_F070CB - Nucleo F030R8 - Nucleo F031K6 - Nucleo F072RB - Nucleo F091RC - PYBSTICK26_DUINO - WRAITH32 V1 Supersede stm32duino#1080 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 0006969 commit e8461c3

File tree

99 files changed

+5233
-7155
lines changed

Some content is hidden

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

99 files changed

+5233
-7155
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

+12-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
111111

112112
| Status | Device(s) | Name | Release | Notes |
113113
| :----: | :-------: | ---- | :-----: | :---- |
114-
| :green_heart: | STM32F031K6 | [Nucleo F031K6](https://www.st.com/en/evaluation-tools/nucleo-f031k6.html) | *1.9.0* | |
114+
| :green_heart: | STM32F031K6T | [Nucleo F031K6](https://www.st.com/en/evaluation-tools/nucleo-f031k6.html) | *1.9.0* | |
115115
| :green_heart: | STM32F303K8 | [Nucleo F303K8](http://www.st.com/en/evaluation-tools/nucleo-f303k8.html) | *1.1.0* | |
116116
| :yellow_heart: | STM32G031K8 | [Nucleo G031K8](https://www.st.com/en/evaluation-tools/nucleo-g031k8.html) | **2.0.0** |
117117
| :green_heart: | STM32G431KB | [Nucleo G431KB](https://www.st.com/en/evaluation-tools/nucleo-g431kb.html) | *1.7.0* | |
@@ -151,7 +151,16 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
151151

152152
| Status | Device(s) | Name | Release | Notes |
153153
| :----: | :-------: | ---- | :-----: | :---- |
154-
| :green_heart: | STM32F030F4 | [STM32F030F4 Demo board](https://stm32-base.org/boards/STM32F030F4P6-STM32F030-DEMO-BOARD-V1.1) | *1.5.0* | |
154+
| :green_heart: | STM32F030F4 | [STM32F030F4 Demo board](https://stm32-base.org/boards/STM32F030F4P6-STM32F030-DEMO-BOARD-V1.1) | *1.5.0* | |
155+
| :yellow_heart: | STM32F030C8 | Generic Board | **2.0.0** | |
156+
| :yellow_heart: | STM32F030F4 | Generic Board | **2.0.0** | |
157+
| :yellow_heart: | STM32F030R8 | Generic Board | **2.0.0** | |
158+
| :yellow_heart: | STM32F031K6T | Generic Board | **2.0.0** | |
159+
| :yellow_heart: | STM32F051K6U<br>STM32F051K8U | Generic Board | **2.0.0** | |
160+
| :yellow_heart: | STM32F070CB | Generic Board | **2.0.0** | |
161+
| :yellow_heart: | STM32F072C8<br>STM32F072CB | Generic Board | **2.0.0** | |
162+
| :yellow_heart: | STM32F072R8<br>STM32F072RB | Generic Board | **2.0.0** | |
163+
| :yellow_heart: | STM32F091RB<br>STM32F091RC | Generic Board | **2.0.0** | |
155164

156165
### Generic STM32F1 boards
157166

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

292301
| Status | Device(s) | Name | Release | Notes |
293302
| :----: | :-------: | ---- | :-----: | :---- |
294-
| :green_heart: | STM32F051K6 | Wraith V1 ESC | *1.8.0* | |
303+
| :green_heart: | STM32F051K6U | [Wraith V1 ESC](https://www.readytoflyquads.com/35a-wraith32-v11-32bit-blheli-esc) | *1.8.0* | |
295304

296305
### Generic flight controllers
297306

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)