Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
f7e3a5ad
Commit
f7e3a5ad
authored
Jan 4, 2020
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Temporary CI fix for STM32
parent
3cade624
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
platformio.ini
+5
-5
5 additions, 5 deletions
platformio.ini
with
5 additions
and
5 deletions
platformio.ini
+
5
−
5
View file @
f7e3a5ad
...
...
@@ -589,7 +589,7 @@ monitor_speed = 250000
[env:STM32F401VE_STEVAL]
platform
=
ststm32
board
=
STEVAL_STM32F401VE
platform_packages
=
framework-arduinoststm32@>=3.107
00.191028
platform_packages
=
framework-arduinoststm32@>=3.107
,<4
build_flags
=
${common.build_flags}
-DTARGET_STM32F4
-DARDUINO_STEVAL
-DSTM32F401xE
-DUSBCON
-DUSBD_USE_CDC
-DUSBD_VID
=
0x0483 -DUSB_PRODUCT=
\"
STEVAL_F401VE
\"
...
...
@@ -608,7 +608,7 @@ monitor_speed = 250000
[env:FLYF407ZG]
platform
=
ststm32
board
=
FLYF407ZG
platform_packages
=
framework-arduinoststm32@>=3.107
00.191028
platform_packages
=
framework-arduinoststm32@>=3.107
,<4
build_flags
=
${common.build_flags}
-DSTM32F4
-DUSBCON
-DUSBD_USE_CDC
-DUSBD_VID
=
0x0483 -DUSB_PRODUCT=
\"
STM32F407ZG
\"
-DTARGET_STM32F4
-DVECT_TAB_OFFSET
=
0x8000
...
...
@@ -648,7 +648,7 @@ monitor_speed = 250000
[env:STM32F407VE_black]
platform
=
ststm32
board
=
blackSTM32F407VET6
platform_packages
=
framework-arduinoststm32@>=3.107
00.191028
platform_packages
=
framework-arduinoststm32@>=3.107
,<4
build_flags
=
${common.build_flags}
-DTARGET_STM32F4
-DARDUINO_BLACK_F407VE
-DUSBCON
-DUSBD_USE_CDC
-DUSBD_VID
=
0x0483 -DUSB_PRODUCT=
\"
BLACK_F407VE
\"
...
...
@@ -665,7 +665,7 @@ monitor_speed = 250000
[env:BIGTREE_SKR_PRO]
platform
=
ststm32
board
=
BigTree_SKR_Pro
platform_packages
=
framework-arduinoststm32@>=3.107
00.191028
platform_packages
=
framework-arduinoststm32@>=3.107
,<4
build_flags
=
${common.build_flags}
-DUSBCON
-DUSBD_USE_CDC
-DUSBD_VID
=
0x0483 -DUSB_PRODUCT=
\"
STM32F407ZG
\"
-DTARGET_STM32F4
-DSTM32F407_5ZX
-DVECT_TAB_OFFSET
=
0x8000
...
...
@@ -690,7 +690,7 @@ monitor_speed = 250000
[env:BIGTREE_BTT002]
platform
=
ststm32@5.6.0
board
=
BigTree_Btt002
platform_packages
=
framework-arduinoststm32@>=3.107
00.191028
platform_packages
=
framework-arduinoststm32@>=3.107
,<4
build_flags
=
${common.build_flags}
-DUSBCON
-DUSBD_USE_CDC
-DUSBD_VID
=
0x0483 -DUSB_PRODUCT=
\"
STM32F407VE
\"
-DTARGET_STM32F4
-DSTM32F407_5VX
-DVECT_TAB_OFFSET
=
0x8000
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment