|
@@ -280,12 +280,12 @@ upload_protocol = serial
|
280
|
280
|
#
|
281
|
281
|
# BigTree SKR Mini V1.1 / SKR mini E3 / SKR E3 DIP (STM32F103RCT6 ARM Cortex-M3)
|
282
|
282
|
#
|
283
|
|
-# STM32F103RC_bigtree .............. RCT6 with 256K
|
284
|
|
-# STM32F103RC_bigtree_NOUSB ........ RCT6 with 256K (no USB)
|
285
|
|
-# STM32F103RC_bigtree_512K.......... RCT6 with 512K
|
286
|
|
-# STM32F103RC_bigtree_512K_NOUSB ... RCT6 with 512K (no USB)
|
287
|
|
-# STM32F103RE_bigtree .............. RET6
|
288
|
|
-# STM32F103RE_bigtree_NOUSB ........ RET6 (no USB)
|
|
283
|
+# STM32F103RC_bigtree ............. RCT6 with 256K
|
|
284
|
+# STM32F103RC_bigtree_USB ......... RCT6 with 256K (USB)
|
|
285
|
+# STM32F103RC_bigtree_512K ........ RCT6 with 512K
|
|
286
|
+# STM32F103RC_bigtree_512K_USB .... RCT6 with 512K (USB)
|
|
287
|
+# STM32F103RE_bigtree ............. RET6
|
|
288
|
+# STM32F103RE_bigtree_USB ......... RET6 (USB)
|
289
|
289
|
#
|
290
|
290
|
|
291
|
291
|
[env:STM32F103RC_bigtree]
|
|
@@ -295,7 +295,7 @@ board = genericSTM32F103RC
|
295
|
295
|
platform_packages = tool-stm32duino
|
296
|
296
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
297
|
297
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
298
|
|
- ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DUSE_USB_COMPOSITE -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=256
|
|
298
|
+ ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
299
|
299
|
build_unflags = -std=gnu++11
|
300
|
300
|
lib_deps = ${common.lib_deps}
|
301
|
301
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
@@ -303,14 +303,14 @@ lib_ignore = Adafruit NeoPixel, SPI
|
303
|
303
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
304
|
304
|
monitor_speed = 115200
|
305
|
305
|
|
306
|
|
-[env:STM32F103RC_bigtree_NOUSB]
|
|
306
|
+[env:STM32F103RC_bigtree_USB]
|
307
|
307
|
platform = ststm32
|
308
|
308
|
framework = arduino
|
309
|
309
|
board = genericSTM32F103RC
|
310
|
310
|
platform_packages = tool-stm32duino
|
311
|
311
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
312
|
312
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
313
|
|
- ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
313
|
+ ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DUSE_USB_COMPOSITE -DHAVE_SW_SERIAL -DSS_TIMER=4
|
314
|
314
|
build_unflags = -std=gnu++11
|
315
|
315
|
lib_deps = ${common.lib_deps}
|
316
|
316
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
@@ -326,7 +326,7 @@ board_upload.maximum_size=524288
|
326
|
326
|
platform_packages = tool-stm32duino
|
327
|
327
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
328
|
328
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
329
|
|
- ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DUSE_USB_COMPOSITE -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512
|
|
329
|
+ ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512
|
330
|
330
|
build_unflags = -std=gnu++11
|
331
|
331
|
lib_deps = ${common.lib_deps}
|
332
|
332
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
@@ -334,7 +334,7 @@ lib_ignore = Adafruit NeoPixel, SPI
|
334
|
334
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
335
|
335
|
monitor_speed = 115200
|
336
|
336
|
|
337
|
|
-[env:STM32F103RC_bigtree_512K_NOUSB]
|
|
337
|
+[env:STM32F103RC_bigtree_512K_USB]
|
338
|
338
|
platform = ststm32
|
339
|
339
|
framework = arduino
|
340
|
340
|
board = genericSTM32F103RC
|
|
@@ -342,7 +342,7 @@ board_upload.maximum_size=524288
|
342
|
342
|
platform_packages = tool-stm32duino
|
343
|
343
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
344
|
344
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
345
|
|
- ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512
|
|
345
|
+ ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DUSE_USB_COMPOSITE -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512
|
346
|
346
|
build_unflags = -std=gnu++11
|
347
|
347
|
lib_deps = ${common.lib_deps}
|
348
|
348
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
@@ -358,7 +358,7 @@ board_upload.maximum_size=524288
|
358
|
358
|
platform_packages = tool-stm32duino
|
359
|
359
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
360
|
360
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
361
|
|
- ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DUSE_USB_COMPOSITE -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
361
|
+ ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
362
|
362
|
build_unflags = -std=gnu++11
|
363
|
363
|
lib_deps = ${common.lib_deps}
|
364
|
364
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
@@ -366,7 +366,7 @@ lib_ignore = Adafruit NeoPixel, SPI
|
366
|
366
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
367
|
367
|
monitor_speed = 115200
|
368
|
368
|
|
369
|
|
-[env:STM32F103RE_bigtree_NOUSB]
|
|
369
|
+[env:STM32F103RE_bigtree_USB]
|
370
|
370
|
platform = ststm32
|
371
|
371
|
framework = arduino
|
372
|
372
|
board = genericSTM32F103RE
|
|
@@ -374,7 +374,7 @@ board_upload.maximum_size=524288
|
374
|
374
|
platform_packages = tool-stm32duino
|
375
|
375
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
376
|
376
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
377
|
|
- ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
377
|
+ ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DUSE_USB_COMPOSITE -DHAVE_SW_SERIAL -DSS_TIMER=4
|
378
|
378
|
build_unflags = -std=gnu++11
|
379
|
379
|
lib_deps = ${common.lib_deps}
|
380
|
380
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|