|
@@ -298,6 +298,8 @@ upload_protocol = serial
|
298
|
298
|
# STM32F103RC_bigtree_NOUSB ........ RCT6 with 256K (no USB)
|
299
|
299
|
# STM32F103RC_bigtree_512K.......... RCT6 with 512K
|
300
|
300
|
# STM32F103RC_bigtree_512K_NOUSB ... RCT6 with 512K (no USB)
|
|
301
|
+# STM32F103RE_bigtree .............. RET6
|
|
302
|
+# STM32F103RE_bigtree_NOUSB ........ RET6 (no USB)
|
301
|
303
|
#
|
302
|
304
|
|
303
|
305
|
[env:STM32F103RC_bigtree]
|
|
@@ -362,6 +364,38 @@ lib_ignore = Adafruit NeoPixel, SPI
|
362
|
364
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
363
|
365
|
monitor_speed = 115200
|
364
|
366
|
|
|
367
|
+[env:STM32F103RE_bigtree]
|
|
368
|
+platform = ststm32
|
|
369
|
+framework = arduino
|
|
370
|
+board = genericSTM32F103RE
|
|
371
|
+board_upload.maximum_size=524288
|
|
372
|
+platform_packages = tool-stm32duino
|
|
373
|
+extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
|
374
|
+build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
|
375
|
+ ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DUSE_USB_COMPOSITE -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
376
|
+build_unflags = -std=gnu++11
|
|
377
|
+lib_deps = ${common.lib_deps}
|
|
378
|
+ SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
379
|
+lib_ignore = Adafruit NeoPixel, SPI
|
|
380
|
+src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
|
381
|
+monitor_speed = 115200
|
|
382
|
+
|
|
383
|
+[env:STM32F103RE_bigtree_NOUSB]
|
|
384
|
+platform = ststm32
|
|
385
|
+framework = arduino
|
|
386
|
+board = genericSTM32F103RE
|
|
387
|
+board_upload.maximum_size=524288
|
|
388
|
+platform_packages = tool-stm32duino
|
|
389
|
+extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
|
390
|
+build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
|
391
|
+ ${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
392
|
+build_unflags = -std=gnu++11
|
|
393
|
+lib_deps = ${common.lib_deps}
|
|
394
|
+ SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
395
|
+lib_ignore = Adafruit NeoPixel, SPI
|
|
396
|
+src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
|
397
|
+monitor_speed = 115200
|
|
398
|
+
|
365
|
399
|
#
|
366
|
400
|
# STM32F4 with STM32GENERIC
|
367
|
401
|
#
|