Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe20903

Browse files
committed
[variant] Update Generic F0xx
All specific F0 variants moved to the generic variant.Supersedestm32duino#1080Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parentce73c77 commitbe20903

File tree

101 files changed

+5118
-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

+5118
-7448
lines changed

‎CI/build/conf/cores_config.json

Lines changed: 4 additions & 4 deletions
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
{

‎README.md

Lines changed: 11 additions & 2 deletions
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*||
@@ -154,6 +154,15 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
154154
| Status| Device(s)| Name| Release| Notes|
155155
| :----:| :-------:| ----| :-----:| :----|
156156
|:green_heart:| STM32F030F4|[STM32F030F4 Demo board](https://stm32-base.org/boards/STM32F030F4P6-STM32F030-DEMO-BOARD-V1.1)|*1.5.0*||
157+
|:yellow_heart:| STM32F030C8| Generic Board|**2.0.0**||
158+
|:yellow_heart:| STM32F030F4| Generic Board|**2.0.0**||
159+
|:yellow_heart:| STM32F030R8| Generic Board|**2.0.0**||
160+
|:yellow_heart:| STM32F031K6T| Generic Board|**2.0.0**||
161+
|:yellow_heart:| STM32F051K6U<br>STM32F051K8U| Generic Board|**2.0.0**||
162+
|:yellow_heart:| STM32F070CB| Generic Board|**2.0.0**||
163+
|:yellow_heart:| STM32F072C8<br>STM32F072CB| Generic Board|**2.0.0**||
164+
|:yellow_heart:| STM32F072R8<br>STM32F072RB| Generic Board|**2.0.0**||
165+
|:yellow_heart:| STM32F091RB<br>STM32F091RC| Generic Board|**2.0.0**||
157166

158167
###Generic STM32F1 boards
159168

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

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

313322
###Generic flight controllers
314323

‎boards.txt

Lines changed: 198 additions & 31 deletions
Large diffs are not rendered by default.

‎variants/STM32F0xx/DEMO_F030F4/PeripheralPins.c

Lines changed: 0 additions & 164 deletions
This file was deleted.

‎variants/STM32F0xx/DEMO_F030F4/PinNamesVar.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp