Skip to content

Commit 5987206

Browse files
committed
Fix working environment name
1 parent 4ae628b commit 5987206

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ upload_protocol = dfu
2222
[env:maple]
2323
board = maple
2424

25-
[env:generic STM32F103RB]
25+
[env:genericSTM32F103RB]
2626
board = genericSTM32F103RB
2727

2828
[env:bluepill_f103c8_stm32_core]

examples/cmsis-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platform = ststm32
2222
framework = cmsis
2323
board = disco_f303vc
2424

25-
[env:bluepill f103c8]
25+
[env:bluepill_f103c8]
2626
platform = ststm32
2727
framework = cmsis
2828
board = bluepill_f103c8

examples/libopencm3-1bitsy/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
; Please visit documentation for the other options and examples
99
; https://docs.platformio.org/page/projectconf.html
1010

11-
[env:1bitsy stm32f415rgt]
11+
[env:1bitsy_stm32f415rgt]
1212
platform = ststm32
1313
board = 1bitsy_stm32f415rgt
1414
framework = libopencm3

examples/mbed-rtos-blink-baremetal/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ platform = ststm32
1212
framework = mbed
1313
board = nucleo_f103rb
1414

15-
[env:nucleo f401re]
15+
[env:nucleo_f401re]
1616
platform = ststm32
1717
framework = mbed
1818
board = nucleo_f401re

examples/spl-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ platform = ststm32
1717
framework = spl
1818
board = disco_l152rb
1919

20-
[env:disco f303vc]
20+
[env:disco_f303vc]
2121
platform = ststm32
2222
framework = spl
2323
board = disco_f303vc

examples/stm32cube-hal-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ framework = stm32cube
7373
board = cloud_jam
7474
build_flags = -DF4
7575

76-
[env:cloud jam l4]
76+
[env:cloud_jam_l4]
7777
platform = ststm32
7878
framework = stm32cube
7979
board = cloud_jam_l4

examples/stm32cube-ll-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ framework = stm32cube
1313
board = nucleo_f401re
1414
build_flags = -DSYS_CLOCK=84000000L
1515

16-
[env:cloud jam]
16+
[env:cloud_jam]
1717
platform = ststm32
1818
framework = stm32cube
1919
board = cloud_jam

tests/arduino-blink-different-cores/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ platform = ststm32
105105
framework = arduino
106106
board = genericSTM32F103ZE
107107

108-
[env:disco_f100rb maple]
108+
[env:disco_f100rb_maple]
109109
platform = ststm32
110110
framework = arduino
111111
board = disco_f100rb
112112
board_build.core = maple
113113

114-
[env:disco_f407vg maple]
114+
[env:disco_f407vg_maple]
115115
platform = ststm32
116116
framework = arduino
117117
board = disco_f407vg

0 commit comments

Comments
 (0)