2016-07-03 13:33:24 +00:00
|
|
|
#
|
2017-09-26 01:05:22 +00:00
|
|
|
# Marlin Firmware
|
|
|
|
# PlatformIO Configuration File
|
|
|
|
#
|
|
|
|
# For detailed documentation with EXAMPLES:
|
2016-07-03 13:33:24 +00:00
|
|
|
#
|
2020-07-28 06:04:44 +00:00
|
|
|
# https://docs.platformio.org/en/latest/projectconf/index.html
|
2016-07-03 13:33:24 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# Automatic targets - enable auto-uploading
|
2020-06-12 01:17:22 +00:00
|
|
|
#targets = upload
|
2016-07-03 13:33:24 +00:00
|
|
|
|
2017-12-22 04:44:56 +00:00
|
|
|
#
|
|
|
|
# By default platformio build will abort after 5 errors.
|
|
|
|
# Remove '-fmax-errors=5' from build_flags below to see all.
|
|
|
|
#
|
|
|
|
|
2016-07-03 13:33:24 +00:00
|
|
|
[platformio]
|
2019-06-29 07:21:36 +00:00
|
|
|
src_dir = Marlin
|
|
|
|
boards_dir = buildroot/share/PlatformIO/boards
|
2020-03-01 23:39:46 +00:00
|
|
|
default_envs = mega2560
|
2020-07-08 00:31:44 +00:00
|
|
|
include_dir = Marlin
|
2016-07-03 13:33:24 +00:00
|
|
|
|
2020-06-12 01:17:22 +00:00
|
|
|
#
|
|
|
|
# The 'common' values are used for most Marlin builds
|
|
|
|
#
|
2017-04-30 19:07:01 +00:00
|
|
|
[common]
|
2020-07-26 02:40:44 +00:00
|
|
|
default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>
|
2020-10-12 21:38:07 +00:00
|
|
|
-<src/lcd/HD44780> -<src/lcd/TFTGLCD> -<src/lcd/dwin> -<src/lcd/dogm> -<src/lcd/tft> -<src/lcd/tft_io>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/HAL/STM32/tft> -<src/HAL/STM32F1/tft>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/lcd/menu>
|
|
|
|
-<src/lcd/menu/game/game.cpp> -<src/lcd/menu/game/brickout.cpp> -<src/lcd/menu/game/invaders.cpp>
|
|
|
|
-<src/lcd/menu/game/maze.cpp> -<src/lcd/menu/game/snake.cpp>
|
|
|
|
-<src/lcd/menu/menu_backlash.cpp>
|
|
|
|
-<src/lcd/menu/menu_bed_corners.cpp>
|
|
|
|
-<src/lcd/menu/menu_bed_leveling.cpp>
|
|
|
|
-<src/lcd/menu/menu_cancelobject.cpp>
|
|
|
|
-<src/lcd/menu/menu_delta_calibrate.cpp>
|
|
|
|
-<src/lcd/menu/menu_filament.cpp>
|
|
|
|
-<src/lcd/menu/menu_info.cpp>
|
|
|
|
-<src/lcd/menu/menu_job_recovery.cpp>
|
2021-01-21 00:52:06 +00:00
|
|
|
-<src/lcd/menu/menu_language.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/lcd/menu/menu_led.cpp>
|
|
|
|
-<src/lcd/menu/menu_media.cpp>
|
|
|
|
-<src/lcd/menu/menu_mmu2.cpp>
|
2020-08-09 01:00:42 +00:00
|
|
|
-<src/lcd/menu/menu_password.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/lcd/menu/menu_power_monitor.cpp>
|
|
|
|
-<src/lcd/menu/menu_spindle_laser.cpp>
|
|
|
|
-<src/lcd/menu/menu_temperature.cpp>
|
|
|
|
-<src/lcd/menu/menu_tmc.cpp>
|
|
|
|
-<src/lcd/menu/menu_touch_screen.cpp>
|
2020-11-07 09:20:27 +00:00
|
|
|
-<src/lcd/menu/menu_tramming.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/lcd/menu/menu_ubl.cpp>
|
|
|
|
-<src/lcd/extui/lib/mks_ui>
|
2020-08-20 06:38:22 +00:00
|
|
|
-<src/lcd/extui/lib/dgus> -<src/lcd/extui/dgus_lcd.cpp>
|
2021-02-27 23:35:32 +00:00
|
|
|
-<src/lcd/extui/lib/dgus/fysetc> -<src/lcd/extui/lib/dgus/hiprecy> -<src/lcd/extui/lib/dgus/mks> -<src/lcd/extui/lib/dgus/origin>
|
2020-08-20 06:38:22 +00:00
|
|
|
-<src/lcd/extui/example.cpp>
|
|
|
|
-<src/lcd/extui/malyan_lcd.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/lcd/extui/lib/ftdi_eve_touch_ui>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/lcd/extui/anycubic_chiron_lcd.cpp> -<src/lcd/extui/lib/anycubic_chiron>
|
2020-09-28 06:10:36 +00:00
|
|
|
-<src/lcd/extui/anycubic_i3mega_lcd.cpp> -<src/lcd/extui/lib/anycubic_i3mega>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/lcd/lcdprint.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/lcd/touch/touch_buttons.cpp>
|
2020-12-29 05:16:38 +00:00
|
|
|
-<src/sd/usb_flashdrive/lib-uhs2> -<src/sd/usb_flashdrive/lib-uhs3>
|
2021-01-21 00:18:22 +00:00
|
|
|
-<src/sd/usb_flashdrive/Sd2Card_FlashDrive.cpp>
|
|
|
|
-<src/sd/cardreader.cpp> -<src/sd/Sd2Card.cpp> -<src/sd/SdBaseFile.cpp> -<src/sd/SdFatUtil.cpp> -<src/sd/SdFile.cpp> -<src/sd/SdVolume.cpp> -<src/gcode/sd>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/HAL/shared/backtrace>
|
2021-02-21 02:22:20 +00:00
|
|
|
-<src/HAL/shared/cpu_exception>
|
2021-01-21 00:18:22 +00:00
|
|
|
-<src/HAL/shared/eeprom_if_i2c.cpp>
|
|
|
|
-<src/HAL/shared/eeprom_if_spi.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/feature/babystep.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/backlash.cpp>
|
|
|
|
-<src/feature/baricuda.cpp> -<src/gcode/feature/baricuda>
|
2020-07-26 02:40:44 +00:00
|
|
|
-<src/feature/bedlevel/abl> -<src/gcode/bedlevel/abl>
|
|
|
|
-<src/feature/bedlevel/mbl> -<src/gcode/bedlevel/mbl>
|
|
|
|
-<src/feature/bedlevel/ubl> -<src/gcode/bedlevel/ubl>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/binary_stream.cpp> -<src/libs/heatshrink>
|
|
|
|
-<src/feature/bltouch.cpp>
|
|
|
|
-<src/feature/cancel_object.cpp> -<src/gcode/feature/cancel>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/feature/caselight.cpp> -<src/gcode/feature/caselight>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/closedloop.cpp>
|
|
|
|
-<src/feature/controllerfan.cpp> -<src/gcode/feature/controllerfan>
|
2020-07-26 02:40:44 +00:00
|
|
|
-<src/feature/dac> -<src/feature/digipot>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/direct_stepping.cpp> -<src/gcode/motion/G6.cpp>
|
|
|
|
-<src/feature/e_parser.cpp>
|
|
|
|
-<src/feature/encoder_i2c.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
-<src/feature/ethernet.cpp> -<src/gcode/feature/network/M552-M554.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/fanmux.cpp>
|
|
|
|
-<src/feature/filwidth.cpp> -<src/gcode/feature/filwidth>
|
|
|
|
-<src/feature/fwretract.cpp> -<src/gcode/feature/fwretract>
|
|
|
|
-<src/feature/host_actions.cpp>
|
|
|
|
-<src/feature/hotend_idle.cpp>
|
|
|
|
-<src/feature/joystick.cpp>
|
|
|
|
-<src/feature/leds/blinkm.cpp>
|
|
|
|
-<src/feature/leds/leds.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/feature/leds/neopixel.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/leds/pca9533.cpp>
|
|
|
|
-<src/feature/leds/pca9632.cpp>
|
|
|
|
-<src/feature/leds/printer_event_leds.cpp>
|
|
|
|
-<src/feature/leds/tempstat.cpp>
|
|
|
|
-<src/feature/max7219.cpp>
|
2021-01-24 06:43:23 +00:00
|
|
|
-<src/feature/meatpack.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/mixing.cpp>
|
2020-11-18 07:27:21 +00:00
|
|
|
-<src/feature/mmu/mmu.cpp>
|
|
|
|
-<src/feature/mmu/mmu2.cpp> -<src/gcode/feature/prusa_MMU2>
|
2020-08-09 01:00:42 +00:00
|
|
|
-<src/feature/password> -<src/gcode/feature/password>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/pause.cpp>
|
|
|
|
-<src/feature/power.cpp>
|
|
|
|
-<src/feature/power_monitor.cpp> -<src/gcode/feature/power_monitor>
|
|
|
|
-<src/feature/powerloss.cpp> -<src/gcode/feature/powerloss>
|
|
|
|
-<src/feature/probe_temp_comp.cpp>
|
2020-11-27 03:18:40 +00:00
|
|
|
-<src/feature/repeat.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/runout.cpp> -<src/gcode/feature/runout>
|
2021-03-04 09:21:15 +00:00
|
|
|
-<src/feature/snmm.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/feature/solenoid.cpp> -<src/gcode/control/M380_M381.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/spindle_laser.cpp> -<src/gcode/control/M3-M5.cpp>
|
|
|
|
-<src/feature/tmc_util.cpp> -<src/module/stepper/trinamic.cpp>
|
2021-01-02 08:33:31 +00:00
|
|
|
-<src/feature/tramming.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/feature/twibus.cpp>
|
|
|
|
-<src/feature/z_stepper_align.cpp>
|
|
|
|
-<src/gcode/bedlevel/G26.cpp>
|
|
|
|
-<src/gcode/bedlevel/G35.cpp>
|
|
|
|
-<src/gcode/bedlevel/G42.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
-<src/gcode/bedlevel/M420.cpp> -<src/feature/bedlevel/bedlevel.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/calibrate/G33.cpp>
|
2020-10-12 02:34:27 +00:00
|
|
|
-<src/gcode/calibrate/G34.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/calibrate/G34_M422.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/gcode/calibrate/G76_M192_M871.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/calibrate/G425.cpp>
|
|
|
|
-<src/gcode/calibrate/M12.cpp>
|
|
|
|
-<src/gcode/calibrate/M48.cpp>
|
|
|
|
-<src/gcode/calibrate/M100.cpp>
|
|
|
|
-<src/gcode/calibrate/M425.cpp>
|
|
|
|
-<src/gcode/calibrate/M666.cpp>
|
|
|
|
-<src/gcode/calibrate/M852.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/gcode/control/M42.cpp> -<src/gcode/control/M226.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/config/M43.cpp>
|
|
|
|
-<src/gcode/config/M217.cpp>
|
|
|
|
-<src/gcode/config/M218.cpp>
|
|
|
|
-<src/gcode/config/M221.cpp>
|
|
|
|
-<src/gcode/config/M281.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/gcode/config/M301.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/config/M302.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/gcode/config/M304.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/config/M305.cpp>
|
|
|
|
-<src/gcode/config/M540.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/gcode/config/M575.cpp>
|
|
|
|
-<src/gcode/config/M672.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/control/M7-M9.cpp>
|
|
|
|
-<src/gcode/control/M211.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
-<src/gcode/control/M350_M351.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/control/M605.cpp>
|
|
|
|
-<src/gcode/feature/advance>
|
|
|
|
-<src/gcode/feature/camera>
|
|
|
|
-<src/gcode/feature/i2c>
|
|
|
|
-<src/gcode/feature/L6470>
|
|
|
|
-<src/gcode/feature/leds/M150.cpp>
|
|
|
|
-<src/gcode/feature/leds/M7219.cpp>
|
|
|
|
-<src/gcode/feature/macro>
|
|
|
|
-<src/gcode/feature/mixing/M163-M165.cpp>
|
|
|
|
-<src/gcode/feature/mixing/M166.cpp>
|
|
|
|
-<src/gcode/feature/pause/G27.cpp>
|
|
|
|
-<src/gcode/feature/pause/G60.cpp>
|
|
|
|
-<src/gcode/feature/pause/G61.cpp>
|
|
|
|
-<src/gcode/feature/pause/M125.cpp>
|
|
|
|
-<src/gcode/feature/pause/M600.cpp>
|
|
|
|
-<src/gcode/feature/pause/M603.cpp>
|
|
|
|
-<src/gcode/feature/pause/M701_M702.cpp>
|
|
|
|
-<src/gcode/feature/trinamic/M122.cpp>
|
|
|
|
-<src/gcode/feature/trinamic/M569.cpp>
|
|
|
|
-<src/gcode/feature/trinamic/M906.cpp>
|
|
|
|
-<src/gcode/feature/trinamic/M911-M914.cpp>
|
|
|
|
-<src/gcode/geometry/G17-G19.cpp>
|
|
|
|
-<src/gcode/geometry/G53-G59.cpp>
|
|
|
|
-<src/gcode/geometry/M206_M428.cpp>
|
|
|
|
-<src/gcode/host/M16.cpp>
|
|
|
|
-<src/gcode/host/M113.cpp>
|
|
|
|
-<src/gcode/host/M360.cpp>
|
|
|
|
-<src/gcode/host/M876.cpp>
|
|
|
|
-<src/gcode/lcd/M0_M1.cpp>
|
|
|
|
-<src/gcode/lcd/M250.cpp>
|
|
|
|
-<src/gcode/lcd/M73.cpp>
|
|
|
|
-<src/gcode/lcd/M995.cpp>
|
|
|
|
-<src/gcode/motion/G2_G3.cpp>
|
|
|
|
-<src/gcode/motion/G5.cpp>
|
|
|
|
-<src/gcode/motion/G80.cpp>
|
|
|
|
-<src/gcode/motion/M290.cpp>
|
|
|
|
-<src/gcode/probe/G30.cpp>
|
|
|
|
-<src/gcode/probe/G31_G32.cpp>
|
|
|
|
-<src/gcode/probe/G38.cpp>
|
|
|
|
-<src/gcode/probe/M401_M402.cpp>
|
|
|
|
-<src/gcode/probe/M851.cpp>
|
|
|
|
-<src/gcode/probe/M951.cpp>
|
|
|
|
-<src/gcode/scara>
|
|
|
|
-<src/gcode/sd>
|
2020-11-10 00:53:19 +00:00
|
|
|
-<src/gcode/sd/M32.cpp>
|
2020-11-27 03:18:40 +00:00
|
|
|
-<src/gcode/sd/M808.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/temp/M104_M109.cpp>
|
2021-03-06 20:13:28 +00:00
|
|
|
-<src/gcode/temp/M143_M193.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/gcode/temp/M155.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/gcode/units/G20_G21.cpp>
|
|
|
|
-<src/gcode/units/M149.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
-<src/libs/BL24CXX.cpp> -<src/libs/W25Qxx.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
-<src/libs/L64XX> -<src/module/stepper/L64xx.cpp> -<src/HAL/shared/HAL_spi_L6470.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/libs/hex_print.cpp>
|
|
|
|
-<src/libs/least_squares_fit.cpp>
|
|
|
|
-<src/libs/nozzle.cpp> -<src/gcode/feature/clean>
|
|
|
|
-<src/module/delta.cpp>
|
|
|
|
-<src/module/planner_bezier.cpp>
|
|
|
|
-<src/module/printcounter.cpp>
|
|
|
|
-<src/module/probe.cpp>
|
|
|
|
-<src/module/scara.cpp> -<src/gcode/calibrate/M665.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
-<src/module/servo.cpp> -<src/gcode/control/M280.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
-<src/module/stepper/TMC26X.cpp>
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts =
|
2020-07-26 02:40:44 +00:00
|
|
|
pre:buildroot/share/PlatformIO/scripts/common-dependencies.py
|
2020-07-20 02:42:30 +00:00
|
|
|
pre:buildroot/share/PlatformIO/scripts/common-cxxflags.py
|
2021-02-25 14:15:55 +00:00
|
|
|
pre:buildroot/share/PlatformIO/scripts/preflight-checks.py
|
2021-03-06 09:50:26 +00:00
|
|
|
post:buildroot/share/PlatformIO/scripts/common-dependencies-post.py
|
2021-02-12 14:33:27 +00:00
|
|
|
build_flags = -fmax-errors=5 -g3 -D__MARLIN_FIRMWARE__ -fmerge-constants
|
2020-06-23 02:28:04 +00:00
|
|
|
lib_deps =
|
2020-07-20 02:42:30 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Feature Dependencies
|
|
|
|
#
|
|
|
|
[features]
|
2021-02-17 02:29:55 +00:00
|
|
|
YHCB2004 = red-scorp/LiquidCrystal_AIP31068@^1.0.4, red-scorp/SoftSPIB@^1.1.1
|
2020-09-21 01:55:02 +00:00
|
|
|
HAS_TFT_LVGL_UI = lvgl=https://github.com/makerbase-mks/LVGL-6.1.1-MKS/archive/master.zip
|
2020-07-26 02:40:44 +00:00
|
|
|
src_filter=+<src/lcd/extui/lib/mks_ui>
|
|
|
|
extra_scripts=download_mks_assets.py
|
2021-02-21 02:22:20 +00:00
|
|
|
POSTMORTEM_DEBUGGING = src_filter=+<src/HAL/shared/cpu_exception> +<src/HAL/shared/backtrace>
|
|
|
|
build_flags=-funwind-tables
|
2021-01-14 04:41:09 +00:00
|
|
|
MKS_WIFI_MODULE = QRCode=https://github.com/makerbase-mks/QRCode/archive/master.zip
|
2020-07-26 02:40:44 +00:00
|
|
|
HAS_TRINAMIC_CONFIG = TMCStepper@~0.7.1
|
2020-08-06 13:14:00 +00:00
|
|
|
src_filter=+<src/feature/tmc_util.cpp> +<src/module/stepper/trinamic.cpp> +<src/gcode/feature/trinamic/M122.cpp> +<src/gcode/feature/trinamic/M906.cpp> +<src/gcode/feature/trinamic/M911-M914.cpp>
|
|
|
|
HAS_STEALTHCHOP = src_filter=+<src/gcode/feature/trinamic/M569.cpp>
|
2020-07-26 02:40:44 +00:00
|
|
|
SR_LCD_3W_NL = SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
2020-10-11 19:58:35 +00:00
|
|
|
HAS_MOTOR_CURRENT_I2C = SlowSoftI2CMaster
|
2020-08-06 13:14:00 +00:00
|
|
|
src_filter=+<src/feature/digipot>
|
2020-07-26 02:40:44 +00:00
|
|
|
HAS_TMC26X = TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
2020-08-06 13:14:00 +00:00
|
|
|
src_filter=+<src/module/TMC26X.cpp>
|
2020-07-26 02:40:44 +00:00
|
|
|
HAS_L64XX = Arduino-L6470@0.8.0
|
2021-01-21 00:18:22 +00:00
|
|
|
src_filter=+<src/libs/L64XX> +<src/module/stepper/L64xx.cpp> +<src/gcode/feature/L6470> +<src/HAL/shared/HAL_spi_L6470.cpp>
|
2020-07-26 02:40:44 +00:00
|
|
|
NEOPIXEL_LED = Adafruit NeoPixel@1.5.0
|
2020-08-06 13:14:00 +00:00
|
|
|
src_filter=+<src/feature/leds/neopixel.cpp>
|
2021-02-07 22:58:06 +00:00
|
|
|
TEMP_.+_IS_MAX31865 = Adafruit MAX31865 library@~1.1.0
|
2021-01-24 21:24:16 +00:00
|
|
|
USES_LIQUIDCRYSTAL = bitbucket-fmalpartida/LiquidCrystal@1.5.0
|
2020-10-25 00:46:27 +00:00
|
|
|
USES_LIQUIDCRYSTAL_I2C = marcoschwartz/LiquidCrystal_I2C@1.1.4
|
2020-07-26 02:40:44 +00:00
|
|
|
USES_LIQUIDTWI2 = LiquidTWI2@1.2.7
|
2020-09-28 06:13:27 +00:00
|
|
|
HAS_WIRED_LCD = src_filter=+<src/lcd/lcdprint.cpp>
|
|
|
|
HAS_MARLINUI_HD44780 = src_filter=+<src/lcd/HD44780>
|
|
|
|
HAS_MARLINUI_U8GLIB = U8glib-HAL@~0.4.1
|
|
|
|
src_filter=+<src/lcd/dogm>
|
2020-10-12 21:38:07 +00:00
|
|
|
HAS_(FSMC|SPI)_TFT = src_filter=+<src/HAL/STM32/tft> +<src/HAL/STM32F1/tft> +<src/lcd/tft_io>
|
2020-10-09 21:42:23 +00:00
|
|
|
HAS_FSMC_TFT = src_filter=+<src/HAL/STM32/tft/tft_fsmc.cpp> +<src/HAL/STM32F1/tft/tft_fsmc.cpp>
|
|
|
|
HAS_SPI_TFT = src_filter=+<src/HAL/STM32/tft/tft_spi.cpp> +<src/HAL/STM32F1/tft/tft_spi.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
I2C_EEPROM = src_filter=+<src/HAL/shared/eeprom_if_i2c.cpp>
|
|
|
|
SPI_EEPROM = src_filter=+<src/HAL/shared/eeprom_if_spi.cpp>
|
2020-07-30 06:43:19 +00:00
|
|
|
HAS_GRAPHICAL_TFT = src_filter=+<src/lcd/tft>
|
2020-09-28 06:13:27 +00:00
|
|
|
DWIN_CREALITY_LCD = src_filter=+<src/lcd/dwin>
|
2020-09-28 06:52:38 +00:00
|
|
|
IS_TFTGLCD_PANEL = src_filter=+<src/lcd/TFTGLCD>
|
2020-11-15 22:39:58 +00:00
|
|
|
HAS_TOUCH_BUTTONS = src_filter=+<src/lcd/touch/touch_buttons.cpp>
|
2020-07-26 02:40:44 +00:00
|
|
|
HAS_LCD_MENU = src_filter=+<src/lcd/menu>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_GAMES = src_filter=+<src/lcd/menu/game/game.cpp>
|
|
|
|
MARLIN_BRICKOUT = src_filter=+<src/lcd/menu/game/brickout.cpp>
|
|
|
|
MARLIN_INVADERS = src_filter=+<src/lcd/menu/game/invaders.cpp>
|
|
|
|
MARLIN_MAZE = src_filter=+<src/lcd/menu/game/maze.cpp>
|
|
|
|
MARLIN_SNAKE = src_filter=+<src/lcd/menu/game/snake.cpp>
|
|
|
|
HAS_MENU_BACKLASH = src_filter=+<src/lcd/menu/menu_backlash.cpp>
|
|
|
|
HAS_MENU_BED_CORNERS = src_filter=+<src/lcd/menu/menu_bed_corners.cpp>
|
|
|
|
LCD_BED_LEVELING = src_filter=+<src/lcd/menu/menu_bed_leveling.cpp>
|
|
|
|
HAS_MENU_CANCELOBJECT = src_filter=+<src/lcd/menu/menu_cancelobject.cpp>
|
|
|
|
HAS_MENU_DELTA_CALIBRATE = src_filter=+<src/lcd/menu/menu_delta_calibrate.cpp>
|
|
|
|
HAS_MENU_FILAMENT = src_filter=+<src/lcd/menu/menu_filament.cpp>
|
|
|
|
LCD_INFO_MENU = src_filter=+<src/lcd/menu/menu_info.cpp>
|
|
|
|
HAS_MENU_JOB_RECOVERY = src_filter=+<src/lcd/menu/menu_job_recovery.cpp>
|
2021-01-21 00:52:06 +00:00
|
|
|
HAS_MULTI_LANGUAGE = src_filter=+<src/lcd/menu/menu_language.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_MENU_LED = src_filter=+<src/lcd/menu/menu_led.cpp>
|
|
|
|
HAS_MENU_MEDIA = src_filter=+<src/lcd/menu/menu_media.cpp>
|
|
|
|
HAS_MENU_MIXER = src_filter=+<src/lcd/menu/menu_mixer.cpp>
|
|
|
|
HAS_MENU_MMU2 = src_filter=+<src/lcd/menu/menu_mmu2.cpp>
|
2020-08-09 01:00:42 +00:00
|
|
|
HAS_MENU_PASSWORD = src_filter=+<src/lcd/menu/menu_password.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_MENU_POWER_MONITOR = src_filter=+<src/lcd/menu/menu_power_monitor.cpp>
|
|
|
|
HAS_MENU_CUTTER = src_filter=+<src/lcd/menu/menu_spindle_laser.cpp>
|
|
|
|
HAS_MENU_TEMPERATURE = src_filter=+<src/lcd/menu/menu_temperature.cpp>
|
|
|
|
HAS_MENU_TMC = src_filter=+<src/lcd/menu/menu_tmc.cpp>
|
|
|
|
HAS_MENU_TOUCH_SCREEN = src_filter=+<src/lcd/menu/menu_touch_screen.cpp>
|
2020-11-07 09:20:27 +00:00
|
|
|
HAS_MENU_TRAMMING = src_filter=+<src/lcd/menu/menu_tramming.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_MENU_UBL = src_filter=+<src/lcd/menu/menu_ubl.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
ANYCUBIC_LCD_CHIRON = src_filter=+<src/lcd/extui/anycubic_chiron_lcd.cpp> +<src/lcd/extui/lib/anycubic_chiron>
|
2020-09-28 06:01:52 +00:00
|
|
|
ANYCUBIC_LCD_I3MEGA = src_filter=+<src/lcd/extui/anycubic_i3mega_lcd.cpp> +<src/lcd/extui/lib/anycubic_i3mega>
|
2020-08-20 06:38:22 +00:00
|
|
|
HAS_DGUS_LCD = src_filter=+<src/lcd/extui/lib/dgus> +<src/lcd/extui/dgus_lcd.cpp>
|
2021-02-27 23:35:32 +00:00
|
|
|
DGUS_LCD_UI_FYSETC = src_filter=+<src/lcd/extui/lib/dgus/fysetc>
|
|
|
|
DGUS_LCD_UI_HIPRECY = src_filter=+<src/lcd/extui/lib/dgus/hiprecy>
|
|
|
|
DGUS_LCD_UI_MKS = src_filter=+<src/lcd/extui/lib/dgus/mks>
|
|
|
|
DGUS_LCD_UI_ORIGIN = src_filter=+<src/lcd/extui/lib/dgus/origin>
|
2020-08-06 13:14:00 +00:00
|
|
|
TOUCH_UI_FTDI_EVE = src_filter=+<src/lcd/extui/lib/ftdi_eve_touch_ui>
|
2020-08-20 06:38:22 +00:00
|
|
|
EXTUI_EXAMPLE = src_filter=+<src/lcd/extui/example.cpp>
|
|
|
|
MALYAN_LCD = src_filter=+<src/lcd/extui/malyan_lcd.cpp>
|
2020-12-29 05:16:38 +00:00
|
|
|
USE_UHS2_USB = src_filter=+<src/sd/usb_flashdrive/lib-uhs2>
|
|
|
|
USE_UHS3_USB = src_filter=+<src/sd/usb_flashdrive/lib-uhs3>
|
2021-01-21 00:18:22 +00:00
|
|
|
USB_FLASH_DRIVE_SUPPORT = src_filter=+<src/sd/usb_flashdrive/Sd2Card_FlashDrive.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
AUTO_BED_LEVELING_BILINEAR = src_filter=+<src/feature/bedlevel/abl>
|
|
|
|
AUTO_BED_LEVELING_(3POINT|(BI)?LINEAR) = src_filter=+<src/gcode/bedlevel/abl>
|
2020-07-26 02:40:44 +00:00
|
|
|
MESH_BED_LEVELING = src_filter=+<src/feature/bedlevel/mbl> +<src/gcode/bedlevel/mbl>
|
|
|
|
AUTO_BED_LEVELING_UBL = src_filter=+<src/feature/bedlevel/ubl> +<src/gcode/bedlevel/ubl>
|
2020-08-06 13:14:00 +00:00
|
|
|
BACKLASH_COMPENSATION = src_filter=+<src/feature/backlash.cpp>
|
|
|
|
BARICUDA = src_filter=+<src/feature/baricuda.cpp> +<src/gcode/feature/baricuda>
|
|
|
|
BINARY_FILE_TRANSFER = src_filter=+<src/feature/binary_stream.cpp> +<src/libs/heatshrink>
|
|
|
|
BLTOUCH = src_filter=+<src/feature/bltouch.cpp>
|
|
|
|
CANCEL_OBJECTS = src_filter=+<src/feature/cancel_object.cpp> +<src/gcode/feature/cancel>
|
2020-10-09 21:42:23 +00:00
|
|
|
CASE_LIGHT_ENABLE = src_filter=+<src/feature/caselight.cpp> +<src/gcode/feature/caselight>
|
2020-08-06 13:14:00 +00:00
|
|
|
EXTERNAL_CLOSED_LOOP_CONTROLLER = src_filter=+<src/feature/closedloop.cpp> +<src/gcode/calibrate/M12.cpp>
|
|
|
|
USE_CONTROLLER_FAN = src_filter=+<src/feature/controllerfan.cpp>
|
2020-10-11 19:58:35 +00:00
|
|
|
HAS_MOTOR_CURRENT_DAC = src_filter=+<src/feature/dac>
|
2020-08-06 13:14:00 +00:00
|
|
|
DIRECT_STEPPING = src_filter=+<src/feature/direct_stepping.cpp> +<src/gcode/motion/G6.cpp>
|
|
|
|
EMERGENCY_PARSER = src_filter=+<src/feature/e_parser.cpp> -<src/gcode/control/M108_*.cpp>
|
|
|
|
I2C_POSITION_ENCODERS = src_filter=+<src/feature/encoder_i2c.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
IIC_BL24CXX_EEPROM = src_filter=+<src/libs/BL24CXX.cpp>
|
|
|
|
HAS_SPI_FLASH = src_filter=+<src/libs/W25Qxx.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
HAS_ETHERNET = src_filter=+<src/feature/ethernet.cpp> +<src/gcode/feature/network/M552-M554.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_FANMUX = src_filter=+<src/feature/fanmux.cpp>
|
|
|
|
FILAMENT_WIDTH_SENSOR = src_filter=+<src/feature/filwidth.cpp> +<src/gcode/feature/filwidth>
|
|
|
|
FWRETRACT = src_filter=+<src/feature/fwretract.cpp> +<src/gcode/feature/fwretract>
|
|
|
|
HOST_ACTION_COMMANDS = src_filter=+<src/feature/host_actions.cpp>
|
|
|
|
HOTEND_IDLE_TIMEOUT = src_filter=+<src/feature/hotend_idle.cpp>
|
|
|
|
JOYSTICK = src_filter=+<src/feature/joystick.cpp>
|
|
|
|
BLINKM = src_filter=+<src/feature/leds/blinkm.cpp>
|
|
|
|
HAS_COLOR_LEDS = src_filter=+<src/feature/leds/leds.cpp> +<src/gcode/feature/leds/M150.cpp>
|
|
|
|
PCA9533 = src_filter=+<src/feature/leds/pca9533.cpp>
|
|
|
|
PCA9632 = src_filter=+<src/feature/leds/pca9632.cpp>
|
|
|
|
PRINTER_EVENT_LEDS = src_filter=+<src/feature/leds/printer_event_leds.cpp>
|
|
|
|
TEMP_STAT_LEDS = src_filter=+<src/feature/leds/tempstat.cpp>
|
|
|
|
MAX7219_DEBUG = src_filter=+<src/feature/max7219.cpp> +<src/gcode/feature/leds/M7219.cpp>
|
2021-01-24 06:43:23 +00:00
|
|
|
MEATPACK = src_filter=+<src/feature/meatpack.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
MIXING_EXTRUDER = src_filter=+<src/feature/mixing.cpp> +<src/gcode/feature/mixing/M163-M165.cpp>
|
2020-11-18 07:27:21 +00:00
|
|
|
HAS_PRUSA_MMU1 = src_filter=+<src/feature/mmu/mmu.cpp>
|
|
|
|
HAS_PRUSA_MMU2 = src_filter=+<src/feature/mmu/mmu2.cpp> +<src/gcode/feature/prusa_MMU2>
|
2020-08-09 01:00:42 +00:00
|
|
|
PASSWORD_FEATURE = src_filter=+<src/feature/password> +<src/gcode/feature/password>
|
2020-08-06 13:14:00 +00:00
|
|
|
ADVANCED_PAUSE_FEATURE = src_filter=+<src/feature/pause.cpp> +<src/gcode/feature/pause/M600.cpp> +<src/gcode/feature/pause/M603.cpp>
|
|
|
|
AUTO_POWER_CONTROL = src_filter=+<src/feature/power.cpp>
|
|
|
|
HAS_POWER_MONITOR = src_filter=+<src/feature/power_monitor.cpp> +<src/gcode/feature/power_monitor>
|
|
|
|
POWER_LOSS_RECOVERY = src_filter=+<src/feature/powerloss.cpp> +<src/gcode/feature/powerloss>
|
2020-10-09 21:42:23 +00:00
|
|
|
PROBE_TEMP_COMPENSATION = src_filter=+<src/feature/probe_temp_comp.cpp> +<src/gcode/calibrate/G76_M192_M871.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_FILAMENT_SENSOR = src_filter=+<src/feature/runout.cpp> +<src/gcode/feature/runout>
|
2020-11-18 07:27:21 +00:00
|
|
|
(EXT|MANUAL)_SOLENOID.* = src_filter=+<src/feature/solenoid.cpp> +<src/gcode/control/M380_M381.cpp>
|
2021-03-04 09:21:15 +00:00
|
|
|
MK2_MULTIPLEXER = src_filter=+<src/feature/snmm.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_CUTTER = src_filter=+<src/feature/spindle_laser.cpp> +<src/gcode/control/M3-M5.cpp>
|
|
|
|
EXPERIMENTAL_I2CBUS = src_filter=+<src/feature/twibus.cpp> +<src/gcode/feature/i2c>
|
2020-10-12 02:34:27 +00:00
|
|
|
MECHANICAL_GANTRY_CAL.+ = src_filter=+<src/gcode/calibrate/G34.cpp>
|
2020-11-13 04:54:18 +00:00
|
|
|
Z_MULTI_ENDSTOPS = src_filter=+<src/gcode/calibrate/G34_M422.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
Z_STEPPER_AUTO_ALIGN = src_filter=+<src/feature/z_stepper_align.cpp> +<src/gcode/calibrate/G34_M422.cpp>
|
|
|
|
G26_MESH_VALIDATION = src_filter=+<src/gcode/bedlevel/G26.cpp>
|
2021-01-02 08:33:31 +00:00
|
|
|
ASSISTED_TRAMMING = src_filter=+<src/feature/tramming.cpp> +<src/gcode/bedlevel/G35.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_MESH = src_filter=+<src/gcode/bedlevel/G42.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
HAS_LEVELING = src_filter=+<src/gcode/bedlevel/M420.cpp> +<src/feature/bedlevel/bedlevel.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
DELTA_AUTO_CALIBRATION = src_filter=+<src/gcode/calibrate/G33.cpp>
|
|
|
|
CALIBRATION_GCODE = src_filter=+<src/gcode/calibrate/G425.cpp>
|
|
|
|
Z_MIN_PROBE_REPEATABILITY_TEST = src_filter=+<src/gcode/calibrate/M48.cpp>
|
|
|
|
M100_FREE_MEMORY_WATCHER = src_filter=+<src/gcode/calibrate/M100.cpp>
|
|
|
|
BACKLASH_GCODE = src_filter=+<src/gcode/calibrate/M425.cpp>
|
|
|
|
IS_KINEMATIC = src_filter=+<src/gcode/calibrate/M665.cpp>
|
|
|
|
HAS_EXTRA_ENDSTOPS = src_filter=+<src/gcode/calibrate/M666.cpp>
|
|
|
|
SKEW_CORRECTION_GCODE = src_filter=+<src/gcode/calibrate/M852.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
DIRECT_PIN_CONTROL = src_filter=+<src/gcode/control/M42.cpp> +<src/gcode/control/M226.cpp>
|
|
|
|
PINS_DEBUGGING = src_filter=+<src/gcode/config/M43.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
NO_VOLUMETRICS = src_filter=-<src/gcode/config/M200-M205.cpp>
|
|
|
|
HAS_MULTI_EXTRUDER = src_filter=+<src/gcode/config/M217.cpp>
|
|
|
|
HAS_HOTEND_OFFSET = src_filter=+<src/gcode/config/M218.cpp>
|
|
|
|
EDITABLE_SERVO_ANGLES = src_filter=+<src/gcode/config/M281.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
PIDTEMP = src_filter=+<src/gcode/config/M301.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
PREVENT_COLD_EXTRUSION = src_filter=+<src/gcode/config/M302.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
PIDTEMPBED = src_filter=+<src/gcode/config/M304.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_USER_THERMISTORS = src_filter=+<src/gcode/config/M305.cpp>
|
|
|
|
SD_ABORT_ON_ENDSTOP_HIT = src_filter=+<src/gcode/config/M540.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
BAUD_RATE_GCODE = src_filter=+<src/gcode/config/M575.cpp>
|
|
|
|
HAS_SMART_EFF_MOD = src_filter=+<src/gcode/config/M672.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
COOLANT_CONTROL = src_filter=+<src/gcode/control/M7-M9.cpp>
|
|
|
|
HAS_SOFTWARE_ENDSTOPS = src_filter=+<src/gcode/control/M211.cpp>
|
|
|
|
HAS_DUPLICATION_MODE = src_filter=+<src/gcode/control/M605.cpp>
|
|
|
|
LIN_ADVANCE = src_filter=+<src/gcode/feature/advance>
|
|
|
|
PHOTO_GCODE = src_filter=+<src/gcode/feature/camera>
|
|
|
|
CONTROLLER_FAN_EDITABLE = src_filter=+<src/gcode/feature/controllerfan>
|
|
|
|
GCODE_MACROS = src_filter=+<src/gcode/feature/macro>
|
|
|
|
GRADIENT_MIX = src_filter=+<src/gcode/feature/mixing/M166.cpp>
|
|
|
|
HAS_SAVED_POSITIONS = src_filter=+<src/gcode/feature/pause/G60.cpp> +<src/gcode/feature/pause/G61.cpp>
|
|
|
|
PARK_HEAD_ON_PAUSE = src_filter=+<src/gcode/feature/pause/M125.cpp>
|
|
|
|
FILAMENT_LOAD_UNLOAD_GCODES = src_filter=+<src/gcode/feature/pause/M701_M702.cpp>
|
|
|
|
CNC_WORKSPACE_PLANES = src_filter=+<src/gcode/geometry/G17-G19.cpp>
|
|
|
|
CNC_COORDINATE_SYSTEMS = src_filter=+<src/gcode/geometry/G53-G59.cpp>
|
|
|
|
HAS_M206_COMMAND = src_filter=+<src/gcode/geometry/M206_M428.cpp>
|
|
|
|
EXPECTED_PRINTER_CHECK = src_filter=+<src/gcode/host/M16.cpp>
|
|
|
|
HOST_KEEPALIVE_FEATURE = src_filter=+<src/gcode/host/M113.cpp>
|
|
|
|
REPETIER_GCODE_M360 = src_filter=+<src/gcode/host/M360.cpp>
|
|
|
|
HAS_GCODE_M876 = src_filter=+<src/gcode/host/M876.cpp>
|
|
|
|
HAS_RESUME_CONTINUE = src_filter=+<src/gcode/lcd/M0_M1.cpp>
|
|
|
|
HAS_LCD_CONTRAST = src_filter=+<src/gcode/lcd/M250.cpp>
|
|
|
|
LCD_SET_PROGRESS_MANUALLY = src_filter=+<src/gcode/lcd/M73.cpp>
|
|
|
|
TOUCH_SCREEN_CALIBRATION = src_filter=+<src/gcode/lcd/M995.cpp>
|
|
|
|
ARC_SUPPORT = src_filter=+<src/gcode/motion/G2_G3.cpp>
|
|
|
|
GCODE_MOTION_MODES = src_filter=+<src/gcode/motion/G80.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
BABYSTEPPING = src_filter=+<src/gcode/motion/M290.cpp> +<src/feature/babystep.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
Z_PROBE_SLED = src_filter=+<src/gcode/probe/G31_G32.cpp>
|
|
|
|
G38_PROBE_TARGET = src_filter=+<src/gcode/probe/G38.cpp>
|
|
|
|
MAGNETIC_PARKING_EXTRUDER = src_filter=+<src/gcode/probe/M951.cpp>
|
2021-01-21 00:18:22 +00:00
|
|
|
SDSUPPORT = src_filter=+<src/sd/cardreader.cpp> +<src/sd/Sd2Card.cpp> +<src/sd/SdBaseFile.cpp> +<src/sd/SdFatUtil.cpp> +<src/sd/SdFile.cpp> +<src/sd/SdVolume.cpp> +<src/gcode/sd>
|
2020-11-10 00:53:19 +00:00
|
|
|
HAS_MEDIA_SUBCALLS = src_filter=+<src/gcode/sd/M32.cpp>
|
2020-11-27 03:18:40 +00:00
|
|
|
GCODE_REPEAT_MARKERS = src_filter=+<src/feature/repeat.cpp> +<src/gcode/sd/M808.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
HAS_EXTRUDERS = src_filter=+<src/gcode/temp/M104_M109.cpp> +<src/gcode/config/M221.cpp>
|
2021-03-06 20:13:28 +00:00
|
|
|
HAS_COOLER = src_filter=-<src/gcode/temp/M143_M193.cpp>
|
2020-10-09 21:42:23 +00:00
|
|
|
AUTO_REPORT_TEMPERATURES = src_filter=+<src/gcode/temp/M155.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
INCH_MODE_SUPPORT = src_filter=+<src/gcode/units/G20_G21.cpp>
|
|
|
|
TEMPERATURE_UNITS_SUPPORT = src_filter=+<src/gcode/units/M149.cpp>
|
|
|
|
NEED_HEX_PRINT = src_filter=+<src/libs/hex_print.cpp>
|
|
|
|
NEED_LSF = src_filter=+<src/libs/least_squares_fit.cpp>
|
|
|
|
NOZZLE_PARK_FEATURE = src_filter=+<src/libs/nozzle.cpp> +<src/gcode/feature/pause/G27.cpp>
|
|
|
|
NOZZLE_CLEAN_FEATURE = src_filter=+<src/libs/nozzle.cpp> +<src/gcode/feature/clean>
|
|
|
|
DELTA = src_filter=+<src/module/delta.cpp> +<src/gcode/calibrate/M666.cpp>
|
|
|
|
BEZIER_CURVE_SUPPORT = src_filter=+<src/module/planner_bezier.cpp> +<src/gcode/motion/G5.cpp>
|
|
|
|
PRINTCOUNTER = src_filter=+<src/module/printcounter.cpp>
|
|
|
|
HAS_BED_PROBE = src_filter=+<src/module/probe.cpp> +<src/gcode/probe/G30.cpp> +<src/gcode/probe/M401_M402.cpp> +<src/gcode/probe/M851.cpp>
|
|
|
|
IS_SCARA = src_filter=+<src/module/scara.cpp>
|
2021-01-23 02:51:58 +00:00
|
|
|
HAS_SERVOS = src_filter=+<src/module/servo.cpp> +<src/gcode/control/M280.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
MORGAN_SCARA = src_filter=+<src/gcode/scara>
|
2021-01-21 00:18:22 +00:00
|
|
|
HAS_MICROSTEPS = src_filter=+<src/gcode/control/M350_M351.cpp>
|
2020-08-06 13:14:00 +00:00
|
|
|
(ESP3D_)?WIFISUPPORT = AsyncTCP, ESP Async WebServer
|
2021-03-08 07:11:37 +00:00
|
|
|
ESP3DLib=https://github.com/luc-github/ESP3DLib/archive/master.zip
|
|
|
|
arduinoWebSockets=links2004/WebSockets@2.3.4
|
|
|
|
luc-github/ESP32SSDP@^1.1.1
|
2020-07-21 09:00:39 +00:00
|
|
|
lib_ignore=ESPAsyncTCP
|
2017-12-22 04:44:56 +00:00
|
|
|
|
2020-06-12 01:17:22 +00:00
|
|
|
#
|
|
|
|
# Default values apply to all 'env:' prefixed environments
|
|
|
|
#
|
2019-11-29 11:05:46 +00:00
|
|
|
[env]
|
2020-01-04 01:37:23 +00:00
|
|
|
framework = arduino
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
2020-01-04 01:37:23 +00:00
|
|
|
build_flags = ${common.build_flags}
|
|
|
|
lib_deps = ${common.lib_deps}
|
2020-12-03 10:44:33 +00:00
|
|
|
monitor_speed = 250000
|
2020-07-30 07:07:29 +00:00
|
|
|
monitor_flags =
|
|
|
|
--quiet
|
|
|
|
--echo
|
|
|
|
--eol
|
|
|
|
LF
|
|
|
|
--filter
|
|
|
|
colorize
|
|
|
|
--filter
|
|
|
|
time
|
2019-11-29 11:05:46 +00:00
|
|
|
|
2017-09-26 01:05:22 +00:00
|
|
|
#################################
|
|
|
|
# #
|
|
|
|
# Unique Core Architectures #
|
|
|
|
# #
|
|
|
|
# Add a new "env" below if no #
|
|
|
|
# entry has values suitable to #
|
|
|
|
# build for a given board. #
|
|
|
|
# #
|
|
|
|
#################################
|
|
|
|
|
2020-06-12 01:17:22 +00:00
|
|
|
#################################
|
|
|
|
# #
|
|
|
|
# AVR Architecture #
|
|
|
|
# #
|
|
|
|
#################################
|
|
|
|
|
|
|
|
#
|
|
|
|
# AVR (8-bit) Common Environment values
|
|
|
|
#
|
|
|
|
[common_avr8]
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
2017-09-26 01:05:22 +00:00
|
|
|
#
|
|
|
|
# ATmega2560
|
|
|
|
#
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:mega2560]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = common_avr8
|
|
|
|
board = megaatmega2560
|
2020-08-20 00:18:39 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# ATmega2560 with extended pins 70-85 defined
|
2020-10-08 07:30:31 +00:00
|
|
|
# BOARD_BQ_ZUM_MEGA_3D
|
|
|
|
# BOARD_ULTIMAIN_2
|
|
|
|
# BOARD_MIGHTYBOARD_REVE
|
|
|
|
# BOARD_EINSTART_S
|
2020-08-20 00:18:39 +00:00
|
|
|
#
|
|
|
|
[env:mega2560ext]
|
|
|
|
platform = atmelavr
|
2020-10-14 18:43:36 +00:00
|
|
|
extends = env:mega2560
|
2020-08-20 00:18:39 +00:00
|
|
|
board_build.variant = megaextendedpins
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/copy_marlin_variant_to_framework.py
|
2016-07-03 13:33:24 +00:00
|
|
|
|
2017-09-26 01:05:22 +00:00
|
|
|
#
|
|
|
|
# ATmega1280
|
|
|
|
#
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:mega1280]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = common_avr8
|
|
|
|
board = megaatmega1280
|
2019-11-29 11:05:46 +00:00
|
|
|
|
2020-05-05 07:25:22 +00:00
|
|
|
#
|
2020-12-17 23:22:59 +00:00
|
|
|
# MightyBoard AVR with extended pins
|
|
|
|
#
|
|
|
|
[mega_extended_optimized]
|
|
|
|
extends = common_avr8
|
|
|
|
board_build.variant = megaextendedpins
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/copy_marlin_variant_to_framework.py
|
|
|
|
upload_speed = 57600
|
|
|
|
build_flags = ${common.build_flags} -fno-tree-scev-cprop -fno-split-wide-types -Wl,--relax -mcall-prologues
|
|
|
|
|
|
|
|
#
|
|
|
|
# MightyBoard ATmega1280
|
2020-05-05 07:25:22 +00:00
|
|
|
#
|
|
|
|
[env:MightyBoard1280]
|
2020-12-17 23:22:59 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = mega_extended_optimized
|
2020-12-20 06:38:10 +00:00
|
|
|
board = megaatmega1280
|
2020-05-05 07:25:22 +00:00
|
|
|
|
|
|
|
#
|
2020-12-17 23:22:59 +00:00
|
|
|
# MightyBoard ATmega2560
|
2020-05-05 07:25:22 +00:00
|
|
|
#
|
|
|
|
[env:MightyBoard2560]
|
2020-12-17 23:22:59 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = mega_extended_optimized
|
|
|
|
board = megaatmega2560
|
2020-05-05 07:25:22 +00:00
|
|
|
|
2019-11-29 11:05:46 +00:00
|
|
|
#
|
|
|
|
# RAMBo
|
|
|
|
#
|
|
|
|
[env:rambo]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = common_avr8
|
|
|
|
board = reprap_rambo
|
2019-11-29 11:05:46 +00:00
|
|
|
|
|
|
|
#
|
2020-12-22 12:57:11 +00:00
|
|
|
# FYSETC F6 V1.3 / V1.4
|
2019-11-29 11:05:46 +00:00
|
|
|
#
|
2020-12-22 12:57:11 +00:00
|
|
|
[env:FYSETC_F6]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = common_avr8
|
2020-12-22 12:57:11 +00:00
|
|
|
board = fysetc_f6
|
2020-01-04 02:29:25 +00:00
|
|
|
|
2019-11-29 11:05:46 +00:00
|
|
|
#
|
|
|
|
# Sanguinololu (ATmega644p)
|
|
|
|
#
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:sanguino644p]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = common_avr8
|
|
|
|
board = sanguino_atmega644p
|
2019-11-29 11:05:46 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Sanguinololu (ATmega1284p)
|
|
|
|
#
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:sanguino1284p]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = common_avr8
|
|
|
|
board = sanguino_atmega1284p
|
2020-07-03 21:18:09 +00:00
|
|
|
board_upload.maximum_size = 126976
|
2019-11-29 11:05:46 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Melzi and clones (ATmega1284p)
|
|
|
|
#
|
|
|
|
[env:melzi]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = env:sanguino1284p
|
|
|
|
upload_speed = 57600
|
|
|
|
|
|
|
|
#
|
|
|
|
# Sanguinololu (ATmega1284p stock bootloader with tuned flags)
|
|
|
|
#
|
|
|
|
|
|
|
|
[tuned_1284p]
|
|
|
|
build_flags = ${common.build_flags} -fno-tree-scev-cprop -fno-split-wide-types -Wl,--relax -mcall-prologues
|
|
|
|
|
|
|
|
[env:sanguino1284p_optimized]
|
|
|
|
platform = atmelavr
|
|
|
|
extends = env:melzi
|
|
|
|
build_flags = ${tuned_1284p.build_flags}
|
|
|
|
|
|
|
|
#
|
|
|
|
# Melzi and clones (alias for sanguino1284p_optimized)
|
|
|
|
#
|
|
|
|
[env:melzi_optimized]
|
|
|
|
platform = atmelavr
|
|
|
|
extends = env:sanguino1284p_optimized
|
2019-11-29 11:05:46 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Melzi and clones (Optiboot bootloader)
|
|
|
|
#
|
|
|
|
[env:melzi_optiboot]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelavr
|
|
|
|
extends = common_avr8
|
|
|
|
board = sanguino_atmega1284p
|
|
|
|
upload_speed = 115200
|
2017-08-13 10:55:11 +00:00
|
|
|
|
2020-06-15 01:09:25 +00:00
|
|
|
#
|
|
|
|
# Melzi and clones (Zonestar Melzi2 with tuned flags)
|
|
|
|
#
|
2020-11-07 08:43:51 +00:00
|
|
|
[env:melzi_optiboot_optimized]
|
|
|
|
platform = atmelavr
|
|
|
|
extends = env:melzi_optiboot
|
|
|
|
build_flags = ${tuned_1284p.build_flags}
|
2020-06-15 01:09:25 +00:00
|
|
|
|
2018-05-19 22:39:26 +00:00
|
|
|
#
|
|
|
|
# AT90USB1286 boards using CDC bootloader
|
|
|
|
# - BRAINWAVE
|
|
|
|
# - BRAINWAVE_PRO
|
|
|
|
# - SAV_MKI
|
|
|
|
# - TEENSYLU
|
|
|
|
#
|
2018-07-26 10:58:28 +00:00
|
|
|
[env:at90usb1286_cdc]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = teensy
|
|
|
|
extends = common_avr8
|
|
|
|
board = at90usb1286
|
|
|
|
lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
|
2018-05-19 22:39:26 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# AT90USB1286 boards using DFU bootloader
|
2020-11-20 23:41:01 +00:00
|
|
|
# - Printrboard
|
|
|
|
# - Printrboard Rev.F
|
2018-05-19 22:39:26 +00:00
|
|
|
# - ? 5DPRINT ?
|
|
|
|
#
|
2018-07-26 10:58:28 +00:00
|
|
|
[env:at90usb1286_dfu]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = teensy
|
|
|
|
extends = env:at90usb1286_cdc
|
2018-05-19 22:39:26 +00:00
|
|
|
|
2020-06-12 01:17:22 +00:00
|
|
|
#################################
|
|
|
|
# #
|
|
|
|
# DUE Architecture #
|
|
|
|
# #
|
|
|
|
#################################
|
|
|
|
|
2017-09-26 01:05:22 +00:00
|
|
|
#
|
|
|
|
# Due (Atmel SAM3X8E ARM Cortex-M3)
|
|
|
|
#
|
|
|
|
# - RAMPS4DUE
|
|
|
|
# - RADDS
|
|
|
|
#
|
2018-03-14 04:15:04 +00:00
|
|
|
[env:DUE]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelsam
|
|
|
|
board = due
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/DUE> +<src/HAL/shared/backtrace>
|
2019-11-29 11:05:46 +00:00
|
|
|
|
2018-03-14 04:15:04 +00:00
|
|
|
[env:DUE_USB]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelsam
|
|
|
|
extends = env:DUE
|
|
|
|
board = dueUSB
|
2019-11-29 11:05:46 +00:00
|
|
|
|
2020-04-04 07:18:01 +00:00
|
|
|
#
|
|
|
|
# Archim SAM
|
|
|
|
#
|
2020-05-28 17:52:13 +00:00
|
|
|
[common_DUE_archim]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = atmelsam
|
|
|
|
extends = env:DUE
|
|
|
|
board = archim
|
|
|
|
build_flags = ${common.build_flags}
|
2020-04-04 07:18:01 +00:00
|
|
|
-DARDUINO_SAM_ARCHIM -DARDUINO_ARCH_SAM -D__SAM3X8E__ -DUSBCON
|
2020-10-04 22:41:41 +00:00
|
|
|
board_build.variants_dir = buildroot/share/PlatformIO/variants/
|
2020-11-07 08:43:51 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
Marlin/src/HAL/DUE/upload_extra_script.py
|
2020-04-04 07:18:01 +00:00
|
|
|
|
2020-05-28 17:52:13 +00:00
|
|
|
[env:DUE_archim]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = ${common_DUE_archim.platform}
|
|
|
|
extends = common_DUE_archim
|
2020-05-28 17:52:13 +00:00
|
|
|
|
2020-06-12 01:17:22 +00:00
|
|
|
#################################
|
|
|
|
# #
|
|
|
|
# SAMD51 Architecture #
|
|
|
|
# #
|
|
|
|
#################################
|
|
|
|
|
|
|
|
#
|
|
|
|
# Adafruit Grand Central M4 (Atmel SAMD51P20A ARM Cortex-M4)
|
|
|
|
#
|
|
|
|
[env:SAMD51_grandcentral_m4]
|
|
|
|
platform = atmelsam
|
|
|
|
board = adafruit_grandcentral_m4
|
2020-07-06 05:11:21 +00:00
|
|
|
build_flags = ${common.build_flags} -std=gnu++17
|
2020-06-12 01:17:22 +00:00
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/SAMD51>
|
|
|
|
lib_deps = ${common.lib_deps}
|
2020-07-01 06:30:24 +00:00
|
|
|
SoftwareSerialM
|
2020-07-22 04:37:15 +00:00
|
|
|
Adafruit SPIFlash
|
2021-02-28 04:41:16 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py
|
2020-08-06 22:33:42 +00:00
|
|
|
custom_marlin.SDSUPPORT = SdFat - Adafruit Fork
|
2020-06-12 01:17:22 +00:00
|
|
|
debug_tool = jlink
|
|
|
|
|
|
|
|
#################################
|
|
|
|
# #
|
|
|
|
# LPC176x Architecture #
|
|
|
|
# #
|
|
|
|
#################################
|
|
|
|
|
2017-09-26 01:05:22 +00:00
|
|
|
#
|
2018-08-23 00:08:39 +00:00
|
|
|
# NXP LPC176x ARM Cortex-M3
|
2017-09-26 01:05:22 +00:00
|
|
|
#
|
2020-05-28 17:52:13 +00:00
|
|
|
[common_LPC]
|
2020-06-23 21:30:35 +00:00
|
|
|
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.3.zip
|
2020-12-14 22:36:25 +00:00
|
|
|
platform_packages = framework-arduino-lpc176x@^0.2.6
|
2018-08-23 00:08:39 +00:00
|
|
|
board = nxp_lpc1768
|
2018-11-05 00:32:32 +00:00
|
|
|
lib_ldf_mode = off
|
2018-10-12 18:18:11 +00:00
|
|
|
lib_compat_mode = strict
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
Marlin/src/HAL/LPC1768/upload_extra_script.py
|
2020-10-09 21:42:23 +00:00
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/LPC1768> +<src/HAL/shared/backtrace>
|
2020-07-21 09:00:39 +00:00
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
Servo
|
2021-01-24 21:24:16 +00:00
|
|
|
custom_marlin.USES_LIQUIDCRYSTAL = arduino-libraries/LiquidCrystal@~1.0.7
|
2020-08-06 22:33:42 +00:00
|
|
|
custom_marlin.NEOPIXEL_LED = Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip
|
2020-07-20 02:42:30 +00:00
|
|
|
build_flags = ${common.build_flags} -DU8G_HAL_LINKS -IMarlin/src/HAL/LPC1768/include -IMarlin/src/HAL/LPC1768/u8g
|
2020-06-23 02:28:04 +00:00
|
|
|
# debug options for backtrace
|
|
|
|
#-funwind-tables
|
|
|
|
#-mpoke-function-name
|
2020-05-28 17:52:13 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# NXP LPC176x ARM Cortex-M3
|
|
|
|
#
|
|
|
|
[env:LPC1768]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = ${common_LPC.platform}
|
|
|
|
extends = common_LPC
|
|
|
|
board = nxp_lpc1768
|
2020-05-28 17:52:13 +00:00
|
|
|
|
|
|
|
[env:LPC1769]
|
2020-11-07 08:43:51 +00:00
|
|
|
platform = ${common_LPC.platform}
|
|
|
|
extends = common_LPC
|
|
|
|
board = nxp_lpc1769
|
2018-02-24 18:20:46 +00:00
|
|
|
|
2020-06-12 01:17:22 +00:00
|
|
|
#################################
|
|
|
|
# #
|
|
|
|
# STM32 Architecture #
|
|
|
|
# #
|
|
|
|
#################################
|
|
|
|
|
|
|
|
#
|
|
|
|
# HAL/STM32 Base Environment values
|
|
|
|
#
|
2020-06-18 22:26:40 +00:00
|
|
|
[common_stm32]
|
2021-02-28 04:32:34 +00:00
|
|
|
platform = ststm32@~12.0
|
2020-06-12 01:17:22 +00:00
|
|
|
build_flags = ${common.build_flags}
|
2020-09-08 02:41:48 +00:00
|
|
|
-std=gnu++14
|
2020-06-12 01:17:22 +00:00
|
|
|
-DUSBCON -DUSBD_USE_CDC
|
2020-06-22 20:30:45 +00:00
|
|
|
-DTIM_IRQ_PRIO=13
|
2020-12-28 05:14:08 +00:00
|
|
|
-DADC_RESOLUTION=12
|
2020-06-12 01:17:22 +00:00
|
|
|
build_unflags = -std=gnu++11
|
2020-10-09 21:42:23 +00:00
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/shared/backtrace>
|
2020-06-12 01:17:22 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# HAL/STM32F1 Common Environment values
|
|
|
|
#
|
|
|
|
[common_stm32f1]
|
2021-02-28 04:32:34 +00:00
|
|
|
platform = ststm32@~12.0
|
2020-12-02 05:51:04 +00:00
|
|
|
board_build.core = maple
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
2020-11-07 05:51:52 +00:00
|
|
|
${common.build_flags}
|
2020-12-02 05:51:04 +00:00
|
|
|
-DARDUINO_ARCH_STM32
|
|
|
|
build_unflags = -std=gnu11 -std=gnu++11
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_ignore = SPI, FreeRTOS701, FreeRTOS821
|
|
|
|
lib_deps = ${common.lib_deps}
|
2020-07-01 06:30:24 +00:00
|
|
|
SoftwareSerialM
|
2020-12-02 05:51:04 +00:00
|
|
|
platform_packages = tool-stm32duino
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
2021-02-25 07:26:56 +00:00
|
|
|
pre:buildroot/share/PlatformIO/scripts/fix_framework_weakness.py
|
2020-06-12 01:17:22 +00:00
|
|
|
|
2017-11-08 20:08:09 +00:00
|
|
|
#
|
2019-11-29 11:05:46 +00:00
|
|
|
# STM32F103RC
|
2017-11-08 20:08:09 +00:00
|
|
|
#
|
2019-12-03 03:19:23 +00:00
|
|
|
[env:STM32F103RC]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2019-11-29 11:05:46 +00:00
|
|
|
board = genericSTM32F103RC
|
|
|
|
monitor_speed = 115200
|
2017-11-08 20:08:09 +00:00
|
|
|
|
2020-06-01 23:25:13 +00:00
|
|
|
#
|
|
|
|
# MEEB_3DP (STM32F103RCT6 with 512K)
|
|
|
|
#
|
2020-05-31 07:12:29 +00:00
|
|
|
[env:STM32F103RC_meeb]
|
2020-06-01 23:25:13 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
|
|
|
board = MEEB_3DP
|
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DDEBUG_LEVEL=0
|
|
|
|
-DSS_TIMER=4
|
|
|
|
-DSTM32_FLASH_SIZE=512
|
|
|
|
-DHSE_VALUE=12000000U
|
|
|
|
-DUSE_USB_COMPOSITE
|
|
|
|
-DVECT_TAB_OFFSET=0x2000
|
|
|
|
-DGENERIC_BOOTLOADER
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
pre:buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/STM32F103RC_MEEB_3DP.py
|
2020-07-21 09:00:39 +00:00
|
|
|
lib_deps = ${common.lib_deps}
|
2020-07-01 06:30:24 +00:00
|
|
|
SoftwareSerialM
|
2020-06-23 02:28:04 +00:00
|
|
|
USBComposite for STM32F1@0.91
|
2020-08-06 22:33:42 +00:00
|
|
|
custom_marlin.NEOPIXEL_LED = Adafruit NeoPixel=https://github.com/ccccmagicboy/Adafruit_NeoPixel#meeb_3dp_use
|
2020-06-01 23:25:13 +00:00
|
|
|
debug_tool = stlink
|
|
|
|
upload_protocol = dfu
|
|
|
|
|
2019-06-26 05:40:29 +00:00
|
|
|
#
|
2019-09-29 07:04:53 +00:00
|
|
|
# STM32F103RC_fysetc
|
2019-06-26 05:40:29 +00:00
|
|
|
#
|
2019-09-29 07:04:53 +00:00
|
|
|
[env:STM32F103RC_fysetc]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:STM32F103RC
|
2021-02-25 07:26:56 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags} -DDEBUG_LEVEL=0
|
2019-08-19 00:36:14 +00:00
|
|
|
lib_ldf_mode = chain
|
|
|
|
debug_tool = stlink
|
|
|
|
upload_protocol = serial
|
2019-06-26 05:40:29 +00:00
|
|
|
|
2019-06-11 02:10:51 +00:00
|
|
|
#
|
2019-07-18 10:43:49 +00:00
|
|
|
# BigTree SKR Mini V1.1 / SKR mini E3 / SKR E3 DIP (STM32F103RCT6 ARM Cortex-M3)
|
2019-06-11 02:10:51 +00:00
|
|
|
#
|
2020-03-01 23:39:46 +00:00
|
|
|
# STM32F103RC_btt ............. RCT6 with 256K
|
|
|
|
# STM32F103RC_btt_USB ......... RCT6 with 256K (USB mass storage)
|
|
|
|
# STM32F103RC_btt_512K ........ RCT6 with 512K
|
|
|
|
# STM32F103RC_btt_512K_USB .... RCT6 with 512K (USB mass storage)
|
2019-11-15 08:51:26 +00:00
|
|
|
#
|
2020-09-10 02:59:42 +00:00
|
|
|
# WARNING! If you have an SKR Mini v1.1 or an SKR Mini E3 1.0 / 1.2 / 2.0 / DIP
|
|
|
|
# and experience a printer freeze, re-flash Marlin using the regular (non-512K)
|
|
|
|
# build option. 256K chips may be re-branded 512K chips, but this means the
|
|
|
|
# upper 256K is sketchy, and failure is very likely.
|
|
|
|
#
|
2019-11-15 08:51:26 +00:00
|
|
|
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:STM32F103RC_btt]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:STM32F103RC
|
2021-02-25 07:26:56 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DDEBUG_LEVEL=0 -DSS_TIMER=4
|
2019-12-03 03:19:23 +00:00
|
|
|
monitor_speed = 115200
|
2019-11-15 08:51:26 +00:00
|
|
|
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:STM32F103RC_btt_USB]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:STM32F103RC_btt
|
|
|
|
build_flags = ${env:STM32F103RC_btt.build_flags} -DUSE_USB_COMPOSITE
|
|
|
|
lib_deps = ${env:STM32F103RC_btt.lib_deps}
|
2020-06-23 02:28:04 +00:00
|
|
|
USBComposite for STM32F1@0.91
|
2019-09-17 00:17:21 +00:00
|
|
|
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:STM32F103RC_btt_512K]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:STM32F103RC_btt
|
2019-11-15 08:51:26 +00:00
|
|
|
board_upload.maximum_size=524288
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${env:STM32F103RC_btt.build_flags} -DSTM32_FLASH_SIZE=512
|
2019-11-15 08:51:26 +00:00
|
|
|
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:STM32F103RC_btt_512K_USB]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:STM32F103RC_btt_512K
|
|
|
|
build_flags = ${env:STM32F103RC_btt_512K.build_flags} -DUSE_USB_COMPOSITE
|
|
|
|
lib_deps = ${env:STM32F103RC_btt_512K.lib_deps}
|
2020-06-23 02:28:04 +00:00
|
|
|
USBComposite for STM32F1@0.91
|
2019-12-01 19:42:00 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# STM32F103RE
|
|
|
|
#
|
|
|
|
[env:STM32F103RE]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2019-12-03 03:19:23 +00:00
|
|
|
board = genericSTM32F103RE
|
|
|
|
monitor_speed = 115200
|
2019-12-01 19:42:00 +00:00
|
|
|
|
|
|
|
#
|
2020-03-01 23:39:46 +00:00
|
|
|
# STM32F103RE_btt ............. RET6
|
|
|
|
# STM32F103RE_btt_USB ......... RET6 (USB mass storage)
|
2019-12-01 19:42:00 +00:00
|
|
|
#
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:STM32F103RE_btt]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:STM32F103RE
|
2021-02-25 07:26:56 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags} -DDEBUG_LEVEL=0 -DSS_TIMER=4
|
2019-12-01 19:42:00 +00:00
|
|
|
debug_tool = stlink
|
|
|
|
upload_protocol = stlink
|
2019-11-21 11:09:01 +00:00
|
|
|
|
2020-03-01 23:39:46 +00:00
|
|
|
[env:STM32F103RE_btt_USB]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:STM32F103RE_btt
|
|
|
|
build_flags = ${env:STM32F103RE_btt.build_flags} -DUSE_USB_COMPOSITE
|
|
|
|
lib_deps = ${common_stm32f1.lib_deps}
|
2020-06-23 02:28:04 +00:00
|
|
|
USBComposite for STM32F1@0.91
|
2019-11-21 11:09:01 +00:00
|
|
|
|
2018-05-19 22:39:26 +00:00
|
|
|
#
|
2020-11-26 06:37:18 +00:00
|
|
|
# REMRAM_V1
|
2018-05-19 22:39:26 +00:00
|
|
|
#
|
2020-11-26 06:37:18 +00:00
|
|
|
[env:REMRAM_V1]
|
2020-06-08 01:29:10 +00:00
|
|
|
platform = ${common_stm32.platform}
|
2020-11-26 06:37:18 +00:00
|
|
|
extends = common_stm32
|
2019-08-19 00:36:14 +00:00
|
|
|
board = remram_v1
|
2020-11-26 06:37:18 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
2018-04-17 22:33:29 +00:00
|
|
|
|
2020-10-13 23:03:09 +00:00
|
|
|
#
|
|
|
|
# ST NUCLEO-F767ZI Development Board
|
|
|
|
# This environment is for testing purposes prior to control boards
|
|
|
|
# being readily available based on STM32F7 MCUs
|
|
|
|
#
|
|
|
|
[env:NUCLEO_F767ZI]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
|
|
|
board = nucleo_f767zi
|
|
|
|
build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
|
|
|
|
|
2018-10-19 19:50:52 +00:00
|
|
|
#
|
2019-03-13 05:48:08 +00:00
|
|
|
# ARMED (STM32)
|
2018-10-19 19:50:52 +00:00
|
|
|
#
|
|
|
|
[env:ARMED]
|
2020-06-08 01:29:10 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2019-11-13 10:29:15 +00:00
|
|
|
board = armed_v1
|
2020-06-08 01:29:10 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
|
|
|
-O2 -ffreestanding -fsigned-char -fno-move-loop-invariants -fno-strict-aliasing
|
2018-10-19 19:50:52 +00:00
|
|
|
|
2020-01-13 04:27:58 +00:00
|
|
|
#
|
|
|
|
# Geeetech GTM32 (STM32F103VET6)
|
2020-01-14 02:52:24 +00:00
|
|
|
#
|
2020-01-13 04:27:58 +00:00
|
|
|
[env:STM32F103VE_GTM32]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
|
|
|
board = genericSTM32F103VE
|
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-ffunction-sections -fdata-sections -nostdlib -MMD
|
2020-04-16 20:34:44 +00:00
|
|
|
-DMCU_STM32F103VE -DARDUINO_GENERIC_STM32F103V -DARDUINO_ARCH_STM32F1 -DBOARD_generic_stm32f103v
|
2020-05-25 23:24:16 +00:00
|
|
|
-DDEBUG_LEVEL=DEBUG_NONE -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DVECT_TAB_ADDR=0x8000000
|
|
|
|
-DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
2020-07-25 05:52:07 +00:00
|
|
|
upload_protocol = serial
|
2020-01-13 04:27:58 +00:00
|
|
|
|
2019-07-14 23:05:24 +00:00
|
|
|
#
|
2019-08-19 00:36:14 +00:00
|
|
|
# Longer 3D board in Alfawise U20 (STM32F103VET6)
|
2019-07-14 23:05:24 +00:00
|
|
|
#
|
2019-09-29 07:04:53 +00:00
|
|
|
[env:STM32F103VE_longer]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2019-07-14 23:05:24 +00:00
|
|
|
board = genericSTM32F103VE
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DMCU_STM32F103VE -DSTM32F1xx -USERIAL_USB -DU20 -DTS_V12
|
|
|
|
build_unflags = ${common_stm32f1.build_unflags}
|
|
|
|
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
2019-07-14 23:05:24 +00:00
|
|
|
|
2020-01-13 04:27:58 +00:00
|
|
|
#
|
|
|
|
# MKS Robin Mini (STM32F103VET6)
|
|
|
|
#
|
|
|
|
[env:mks_robin_mini]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2020-01-13 04:27:58 +00:00
|
|
|
board = genericSTM32F103VE
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DMCU_STM32F103VE
|
2020-01-13 04:27:58 +00:00
|
|
|
|
|
|
|
#
|
2020-07-26 04:08:30 +00:00
|
|
|
# MKS Robin Nano (STM32F103VET6)
|
2020-01-13 04:27:58 +00:00
|
|
|
#
|
2020-07-26 04:08:30 +00:00
|
|
|
[env:mks_robin_nano35]
|
2020-07-25 05:52:07 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
2020-07-26 04:08:30 +00:00
|
|
|
extends = common_stm32f1
|
|
|
|
board = genericSTM32F103VE
|
2021-02-25 07:26:56 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-25 05:52:07 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/mks_robin_nano35.py
|
2020-07-26 04:08:30 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DMCU_STM32F103VE -DSS_TIMER=4
|
2020-07-25 05:52:07 +00:00
|
|
|
debug_tool = jlink
|
|
|
|
upload_protocol = jlink
|
|
|
|
|
2018-12-20 23:23:27 +00:00
|
|
|
#
|
|
|
|
# MKS Robin (STM32F103ZET6)
|
|
|
|
#
|
|
|
|
[env:mks_robin]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2018-12-20 23:23:27 +00:00
|
|
|
board = genericSTM32F103ZE
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/mks_robin.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DSS_TIMER=4 -DSTM32_XL_DENSITY
|
2018-12-20 23:23:27 +00:00
|
|
|
|
2020-07-30 06:43:19 +00:00
|
|
|
# MKS Robin (STM32F103ZET6)
|
|
|
|
# Uses HAL STM32 to support Marlin UI for TFT screen with optional touch panel
|
|
|
|
#
|
|
|
|
[env:mks_robin_stm32]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
|
|
|
board = genericSTM32F103ZE
|
|
|
|
board_build.core = stm32
|
|
|
|
board_build.variant = MARLIN_F103Zx
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
board_build.offset = 0x7000
|
2020-12-24 02:01:21 +00:00
|
|
|
board_build.encrypt = Yes
|
2020-07-30 06:43:19 +00:00
|
|
|
board_build.firmware = Robin.bin
|
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-12-28 05:08:06 +00:00
|
|
|
-DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
|
2020-07-30 06:43:19 +00:00
|
|
|
build_unflags = ${common_stm32.build_unflags}
|
|
|
|
-DUSBCON -DUSBD_USE_CDC
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
|
|
|
buildroot/share/PlatformIO/scripts/mks_encrypt.py
|
|
|
|
lib_deps =
|
|
|
|
|
2019-12-11 06:23:47 +00:00
|
|
|
#
|
|
|
|
# MKS Robin Pro (STM32F103ZET6)
|
|
|
|
#
|
|
|
|
[env:mks_robin_pro]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:mks_robin
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/mks_robin_pro.py
|
2019-12-11 06:23:47 +00:00
|
|
|
|
2020-07-18 22:40:10 +00:00
|
|
|
#
|
|
|
|
# TRIGORILLA PRO (STM32F103ZET6)
|
|
|
|
#
|
|
|
|
[env:trigorilla_pro]
|
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:mks_robin
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-18 22:40:10 +00:00
|
|
|
|
2020-04-16 06:19:24 +00:00
|
|
|
#
|
|
|
|
# MKS Robin E3D (STM32F103RCT6) and
|
|
|
|
# MKS Robin E3 with TMC2209
|
|
|
|
#
|
|
|
|
[env:mks_robin_e3]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
|
|
|
board = genericSTM32F103RC
|
2020-04-16 06:19:24 +00:00
|
|
|
platform_packages = tool-stm32duino
|
2021-02-25 07:26:56 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/mks_robin_e3.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DDEBUG_LEVEL=0 -DSS_TIMER=4
|
2020-04-16 06:19:24 +00:00
|
|
|
|
2020-09-21 01:55:02 +00:00
|
|
|
#
|
|
|
|
# MKS Robin E3p (STM32F103VET6)
|
|
|
|
# - LVGL UI
|
|
|
|
#
|
|
|
|
[env:mks_robin_e3p]
|
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
|
|
|
board = genericSTM32F103VE
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-09-21 01:55:02 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/mks_robin_e3p.py
|
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DMCU_STM32F103VE -DSS_TIMER=4
|
|
|
|
debug_tool = jlink
|
|
|
|
upload_protocol = jlink
|
|
|
|
|
2019-07-27 09:43:37 +00:00
|
|
|
#
|
2019-12-01 19:17:45 +00:00
|
|
|
# MKS Robin Lite/Lite2 (STM32F103RCT6)
|
2019-07-27 09:43:37 +00:00
|
|
|
#
|
|
|
|
[env:mks_robin_lite]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2019-07-27 09:43:37 +00:00
|
|
|
board = genericSTM32F103RC
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/mks_robin_lite.py
|
2020-05-25 23:24:16 +00:00
|
|
|
|
2019-12-11 06:23:47 +00:00
|
|
|
#
|
|
|
|
# MKS ROBIN LITE3 (STM32F103RCT6)
|
|
|
|
#
|
|
|
|
[env:mks_robin_lite3]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2019-12-11 06:23:47 +00:00
|
|
|
board = genericSTM32F103RC
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/mks_robin_lite3.py
|
2019-12-11 06:23:47 +00:00
|
|
|
|
2019-06-15 19:28:22 +00:00
|
|
|
#
|
|
|
|
# JGAurora A5S A1 (STM32F103ZET6)
|
|
|
|
#
|
2019-07-30 22:08:11 +00:00
|
|
|
[env:jgaurora_a5s_a1]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2019-06-15 19:28:22 +00:00
|
|
|
board = genericSTM32F103ZE
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-07-20 02:42:30 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DSTM32F1xx -DSTM32_XL_DENSITY
|
2019-11-29 11:05:46 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Malyan M200 (STM32F103CB)
|
|
|
|
#
|
|
|
|
[env:STM32F103CB_malyan]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
|
|
|
board = malyanM200
|
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DMCU_STM32F103CB -D__STM32F1__=1 -std=c++1y -DSERIAL_USB -ffunction-sections -fdata-sections
|
|
|
|
-Wl,--gc-sections -DDEBUG_LEVEL=0 -D__MARLIN_FIRMWARE__
|
|
|
|
lib_ignore = ${common_stm32f1.lib_ignore}
|
2020-07-20 02:42:30 +00:00
|
|
|
SoftwareSerialM
|
2020-05-04 19:37:43 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Malyan M200 v2 (STM32F070RB)
|
|
|
|
#
|
|
|
|
[env:STM32F070RB_malyan]
|
2020-06-08 01:29:10 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2020-05-04 19:37:43 +00:00
|
|
|
board = malyanM200v2
|
2020-09-08 02:41:48 +00:00
|
|
|
build_flags = ${common_stm32.build_flags} -DHAL_PCD_MODULE_ENABLED
|
|
|
|
-O2 -ffreestanding -fsigned-char -fno-move-loop-invariants -fno-strict-aliasing
|
2020-05-10 06:49:30 +00:00
|
|
|
-DCUSTOM_STARTUP_FILE
|
2020-09-08 02:41:48 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Malyan M200 v2 (STM32F070CB)
|
|
|
|
#
|
|
|
|
[env:STM32F070CB_malyan]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
|
|
|
board = malyanm200_f070cb
|
|
|
|
build_flags = ${common_stm32.build_flags}
|
|
|
|
-DHAL_PCD_MODULE_ENABLED -DDISABLE_GENERIC_SERIALUSB -DHAL_UART_MODULE_ENABLED -DCUSTOM_STARTUP_FILE
|
2019-11-29 11:05:46 +00:00
|
|
|
|
2020-04-17 14:10:41 +00:00
|
|
|
#
|
|
|
|
# Malyan M300 (STM32F070CB)
|
|
|
|
#
|
|
|
|
[env:malyan_M300]
|
2020-09-08 02:41:48 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2020-04-17 14:10:41 +00:00
|
|
|
board = malyanm300_f070cb
|
2020-09-08 02:41:48 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
|
|
|
-DHAL_PCD_MODULE_ENABLED -DDISABLE_GENERIC_SERIALUSB -DHAL_UART_MODULE_ENABLED
|
2020-04-17 14:10:41 +00:00
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
|
2019-11-29 11:05:46 +00:00
|
|
|
#
|
|
|
|
# Chitu boards like Tronxy X5s (STM32F103ZET6)
|
|
|
|
#
|
|
|
|
[env:chitu_f103]
|
2020-05-25 23:24:16 +00:00
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
2020-07-10 03:51:04 +00:00
|
|
|
board = CHITU_F103
|
2020-07-26 02:40:44 +00:00
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/common-dependencies.py
|
2020-07-20 02:42:30 +00:00
|
|
|
pre:buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py
|
2020-06-12 02:53:26 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/chitu_crypt.py
|
2020-05-25 23:24:16 +00:00
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DSTM32F1xx -DSTM32_XL_DENSITY
|
|
|
|
build_unflags = ${common_stm32f1.build_unflags}
|
|
|
|
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG= -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
2019-06-15 19:28:22 +00:00
|
|
|
|
2020-06-16 01:00:44 +00:00
|
|
|
#
|
|
|
|
# Some Chitu V5 boards have a problem with GPIO init.
|
|
|
|
# Use this target if G28 or G29 are always failing.
|
|
|
|
#
|
|
|
|
[env:chitu_v5_gpio_init]
|
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = env:chitu_f103
|
|
|
|
build_flags = ${env:chitu_f103.build_flags} -DCHITU_V5_Z_MIN_BUGFIX
|
|
|
|
|
2020-06-16 06:45:27 +00:00
|
|
|
#
|
|
|
|
# Creality (STM32F103RET6)
|
|
|
|
#
|
|
|
|
[env:STM32F103RET6_creality]
|
2020-11-07 05:51:52 +00:00
|
|
|
platform = ${env:STM32F103RE.platform}
|
|
|
|
extends = env:STM32F103RE
|
|
|
|
build_flags = ${env:STM32F103RE.build_flags} -DTEMP_TIMER_CHAN=4
|
|
|
|
extra_scripts = ${env:STM32F103RE.extra_scripts}
|
2020-07-26 03:57:00 +00:00
|
|
|
pre:buildroot/share/PlatformIO/scripts/random-bin.py
|
2021-02-28 04:38:57 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/STM32F103RET6_creality.py
|
2020-06-16 06:45:27 +00:00
|
|
|
debug_tool = jlink
|
|
|
|
upload_protocol = jlink
|
|
|
|
|
2020-10-22 00:00:57 +00:00
|
|
|
#
|
2020-12-20 06:17:24 +00:00
|
|
|
# FLSUN QQS Pro (STM32F103VET6) using hal STM32
|
|
|
|
# board Hispeedv1
|
2020-10-22 00:00:57 +00:00
|
|
|
#
|
2020-12-20 06:17:24 +00:00
|
|
|
[env:flsun_hispeedv1]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2020-12-28 05:08:06 +00:00
|
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4 -DENABLE_HWSERIAL3
|
2020-12-20 06:17:24 +00:00
|
|
|
board = genericSTM32F103VE
|
|
|
|
board_build.core = stm32
|
|
|
|
board_build.variant = MARLIN_F103Vx
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
board_build.offset = 0x7000
|
|
|
|
board_build.firmware = Robin_mini.bin
|
2020-12-24 02:01:21 +00:00
|
|
|
board_build.encrypt = Yes
|
2020-12-20 06:17:24 +00:00
|
|
|
board_upload.offset_address = 0x08007000
|
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
|
|
|
buildroot/share/PlatformIO/scripts/mks_encrypt.py
|
2020-10-22 00:00:57 +00:00
|
|
|
|
2020-01-02 02:52:56 +00:00
|
|
|
#
|
|
|
|
# STM32F401VE
|
2020-01-25 08:13:39 +00:00
|
|
|
# 'STEVAL-3DP001V1' STM32F401VE board - https://www.st.com/en/evaluation-tools/steval-3dp001v1.html
|
2020-01-02 02:52:56 +00:00
|
|
|
#
|
|
|
|
[env:STM32F401VE_STEVAL]
|
2020-06-08 01:29:10 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2020-01-02 02:52:56 +00:00
|
|
|
board = STEVAL_STM32F401VE
|
2020-06-08 01:29:10 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-09-08 02:41:48 +00:00
|
|
|
-DARDUINO_STEVAL -DSTM32F401xE
|
2020-06-08 01:29:10 +00:00
|
|
|
-DDISABLE_GENERIC_SERIALUSB -DUSBD_USE_CDC_COMPOSITE -DUSE_USB_FS
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
2021-02-28 04:38:57 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/STM32F401VE_STEVAL.py
|
2019-12-22 09:05:30 +00:00
|
|
|
|
2021-01-29 01:52:49 +00:00
|
|
|
#
|
|
|
|
# STM32F401RC
|
|
|
|
#
|
|
|
|
[env:FYSETC_CHEETAH_V20]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
|
|
|
board = FYSETC_CHEETAH_V20
|
|
|
|
build_flags = ${common_stm32.build_flags} -DSTM32F401xC -DVECT_TAB_OFFSET=0xC000
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/FYSETC_CHEETAH_V20.py
|
|
|
|
|
2019-12-22 09:05:30 +00:00
|
|
|
#
|
|
|
|
# FLYF407ZG
|
|
|
|
#
|
|
|
|
[env:FLYF407ZG]
|
2020-06-08 01:29:10 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2019-12-22 09:05:30 +00:00
|
|
|
board = FLYF407ZG
|
2020-06-08 01:29:10 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-09-08 02:41:48 +00:00
|
|
|
-DVECT_TAB_OFFSET=0x8000
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
2019-12-22 09:05:30 +00:00
|
|
|
|
2020-10-09 11:09:27 +00:00
|
|
|
#
|
|
|
|
# FLY MINI(stm32f103rct6)
|
|
|
|
#
|
|
|
|
[env:FLY_MINI]
|
|
|
|
platform = ${common_stm32f1.platform}
|
|
|
|
extends = common_stm32f1
|
|
|
|
board = genericSTM32F103RC
|
2021-02-21 02:22:20 +00:00
|
|
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
2020-10-09 11:09:27 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/fly_mini.py
|
|
|
|
build_flags = ${common_stm32f1.build_flags}
|
|
|
|
-DDEBUG_LEVEL=0 -DSS_TIMER=4
|
|
|
|
|
2019-11-29 11:05:46 +00:00
|
|
|
#
|
|
|
|
# FYSETC S6 (STM32F446VET6 ARM Cortex-M4)
|
|
|
|
#
|
|
|
|
[env:FYSETC_S6]
|
2020-07-25 05:52:07 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2020-09-08 02:41:48 +00:00
|
|
|
platform_packages = tool-stm32duino
|
|
|
|
board = marlin_fysetc_s6
|
2020-06-08 01:29:10 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-09-08 02:41:48 +00:00
|
|
|
-DVECT_TAB_OFFSET=0x10000
|
|
|
|
-DHAL_PCD_MODULE_ENABLED
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
2020-09-08 02:41:48 +00:00
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
2019-11-29 11:05:46 +00:00
|
|
|
debug_tool = stlink
|
2020-05-11 06:07:19 +00:00
|
|
|
upload_protocol = dfu
|
|
|
|
upload_command = dfu-util -a 0 -s 0x08010000:leave -D "$SOURCE"
|
2019-11-29 11:05:46 +00:00
|
|
|
|
2019-04-05 20:30:19 +00:00
|
|
|
#
|
|
|
|
# STM32F407VET6 with RAMPS-like shield
|
2020-07-24 01:46:11 +00:00
|
|
|
# 'Black' STM32F407VET6 board - https://wiki.stm32duino.com/index.php?title=STM32F407
|
2019-04-05 20:30:19 +00:00
|
|
|
# Shield - https://github.com/jmz52/Hardware
|
|
|
|
#
|
2019-09-03 00:49:58 +00:00
|
|
|
[env:STM32F407VE_black]
|
2020-06-08 01:29:10 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2019-11-13 01:23:02 +00:00
|
|
|
board = blackSTM32F407VET6
|
2020-06-08 01:29:10 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-09-08 02:41:48 +00:00
|
|
|
-DARDUINO_BLACK_F407VE
|
2020-05-04 22:41:41 +00:00
|
|
|
-DUSBD_USE_CDC_COMPOSITE -DUSE_USB_FS
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
2019-04-05 20:30:19 +00:00
|
|
|
|
2020-12-22 12:51:29 +00:00
|
|
|
#
|
|
|
|
# Anet ET4-MB_V1.x/ET4P-MB_V1.x (STM32F407VGT6 ARM Cortex-M4)
|
|
|
|
# For use with with davidtgbe's OpenBLT bootloader https://github.com/davidtgbe/openblt/releases
|
|
|
|
# Comment out board_build.offset = 0x10000 if you don't plan to use OpenBLT/flashing directly to 0x08000000.
|
|
|
|
#
|
|
|
|
[env:Anet_ET4_OpenBLT]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
|
|
|
build_flags = ${common_stm32.build_flags} -DHAL_SD_MODULE_ENABLED -DHAL_SRAM_MODULE_ENABLED
|
|
|
|
board = genericSTM32F407VGT6
|
|
|
|
board_build.core = stm32
|
|
|
|
board_build.variant = MARLIN_F4x7Vx
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
board_build.firmware = firmware.srec
|
2021-02-14 03:51:26 +00:00
|
|
|
# Just openblt.py (not stm32_bootloader.py) generates the file
|
2020-12-24 02:01:21 +00:00
|
|
|
board_build.encrypt = Yes
|
2020-12-22 12:51:29 +00:00
|
|
|
board_build.offset = 0x10000
|
|
|
|
board_upload.offset_address = 0x08010000
|
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483
|
|
|
|
debug_tool = jlink
|
|
|
|
upload_protocol = jlink
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
2021-02-14 03:51:26 +00:00
|
|
|
buildroot/share/PlatformIO/scripts/openblt.py
|
2020-12-22 12:51:29 +00:00
|
|
|
|
2019-07-07 02:52:17 +00:00
|
|
|
#
|
2019-12-19 08:41:35 +00:00
|
|
|
# BigTreeTech SKR Pro (STM32F407ZGT6 ARM Cortex-M4)
|
2019-07-07 02:52:17 +00:00
|
|
|
#
|
|
|
|
[env:BIGTREE_SKR_PRO]
|
2020-06-08 01:29:10 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2019-11-13 01:23:02 +00:00
|
|
|
board = BigTree_SKR_Pro
|
2020-06-08 01:29:10 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-09-08 02:41:48 +00:00
|
|
|
-DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
2020-01-04 03:01:42 +00:00
|
|
|
#upload_protocol = stlink
|
|
|
|
#upload_command = "$PROJECT_PACKAGES_DIR/tool-stm32duino/stlink/ST-LINK_CLI.exe" -c SWD -P "$BUILD_DIR/firmware.bin" 0x8008000 -Rst -Run
|
|
|
|
debug_tool = stlink
|
|
|
|
debug_init_break =
|
2019-07-07 02:52:17 +00:00
|
|
|
|
2020-12-29 05:16:38 +00:00
|
|
|
#
|
|
|
|
# USB Flash Drive mix-ins for STM32
|
|
|
|
#
|
|
|
|
[stm32_flash_drive]
|
|
|
|
platform_packages = framework-arduinoststm32@https://github.com/rhapsodyv/Arduino_Core_STM32/archive/usb-host-msc.zip
|
|
|
|
build_flags = ${common_stm32.build_flags}
|
|
|
|
-DHAL_PCD_MODULE_ENABLED -DHAL_HCD_MODULE_ENABLED
|
|
|
|
-DUSBHOST -DUSBH_IRQ_PRIO=3 -DUSBH_IRQ_SUBPRIO=4
|
|
|
|
|
|
|
|
#
|
|
|
|
# BigTreeTech SKR Pro (STM32F407ZGT6 ARM Cortex-M4) with USB Flash Drive Support
|
|
|
|
#
|
|
|
|
[env:BIGTREE_SKR_PRO_usb_flash_drive]
|
|
|
|
extends = env:BIGTREE_SKR_PRO
|
|
|
|
platform_packages = ${stm32_flash_drive.platform_packages}
|
2021-02-26 23:36:22 +00:00
|
|
|
build_unflags = -DUSBCON -DUSBD_USE_CDC
|
2020-12-29 05:16:38 +00:00
|
|
|
build_flags = ${stm32_flash_drive.build_flags}
|
2021-02-26 23:36:22 +00:00
|
|
|
-DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000
|
2020-12-29 05:16:38 +00:00
|
|
|
|
2020-01-25 08:13:39 +00:00
|
|
|
#
|
|
|
|
# Bigtreetech GTR V1.0 (STM32F407IGT6 ARM Cortex-M4)
|
|
|
|
#
|
|
|
|
[env:BIGTREE_GTR_V1_0]
|
2020-09-08 02:41:48 +00:00
|
|
|
platform = ${common_stm32.platform}
|
2020-06-08 01:29:10 +00:00
|
|
|
extends = common_stm32
|
2020-05-12 04:56:44 +00:00
|
|
|
board = BigTree_GTR_v1
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
2020-06-08 01:29:10 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-09-08 02:41:48 +00:00
|
|
|
-DSTM32F407IX -DVECT_TAB_OFFSET=0x8000
|
2020-01-25 08:13:39 +00:00
|
|
|
|
2020-12-29 05:16:38 +00:00
|
|
|
#
|
|
|
|
# Bigtreetech GTR V1.0 (STM32F407IGT6 ARM Cortex-M4) with USB Flash Drive Support
|
|
|
|
#
|
|
|
|
[env:BIGTREE_GTR_V1_0_usb_flash_drive]
|
|
|
|
extends = env:BIGTREE_GTR_V1_0
|
|
|
|
platform_packages = ${stm32_flash_drive.platform_packages}
|
2021-02-26 23:36:22 +00:00
|
|
|
build_unflags = -DUSBCON -DUSBD_USE_CDC
|
2021-02-27 22:26:49 +00:00
|
|
|
build_flags = ${stm32_flash_drive.build_flags}
|
2021-02-26 23:36:22 +00:00
|
|
|
-DSTM32F407IX -DVECT_TAB_OFFSET=0x8000
|
2020-12-29 05:16:38 +00:00
|
|
|
|
2019-08-20 08:05:12 +00:00
|
|
|
#
|
2020-04-06 20:51:09 +00:00
|
|
|
# BigTreeTech BTT002 V1.0 (STM32F407VGT6 ARM Cortex-M4)
|
2019-08-20 08:05:12 +00:00
|
|
|
#
|
|
|
|
[env:BIGTREE_BTT002]
|
2020-06-08 01:29:10 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2019-12-15 18:24:54 +00:00
|
|
|
board = BigTree_Btt002
|
2020-06-08 01:29:10 +00:00
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-09-08 02:41:48 +00:00
|
|
|
-DSTM32F407_5VX -DVECT_TAB_OFFSET=0x8000
|
2019-08-20 08:05:12 +00:00
|
|
|
-DHAVE_HWSERIAL2
|
|
|
|
-DHAVE_HWSERIAL3
|
|
|
|
-DPIN_SERIAL2_RX=PD_6
|
|
|
|
-DPIN_SERIAL2_TX=PD_5
|
2020-07-20 02:42:30 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
2019-08-20 08:05:12 +00:00
|
|
|
|
2020-07-06 22:08:52 +00:00
|
|
|
#
|
|
|
|
# Lerdge base
|
|
|
|
#
|
|
|
|
[lerdge_common]
|
2020-12-24 02:01:21 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
|
|
|
board = LERDGE
|
|
|
|
board_build.offset = 0x10000
|
|
|
|
board_build.encrypt = Yes
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/copy_marlin_variant_to_framework.py
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
|
|
|
buildroot/share/PlatformIO/scripts/lerdge.py
|
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-07-06 22:08:52 +00:00
|
|
|
-DSTM32F4 -DSTM32F4xx -DTARGET_STM32F4
|
|
|
|
-DDISABLE_GENERIC_SERIALUSB -DARDUINO_ARCH_STM32 -DARDUINO_LERDGE
|
2020-12-28 05:08:06 +00:00
|
|
|
-DHAL_SRAM_MODULE_ENABLED
|
2020-12-24 02:01:21 +00:00
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483
|
2020-07-06 22:08:52 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Lerdge X
|
|
|
|
#
|
|
|
|
[env:LERDGEX]
|
2021-02-25 06:56:15 +00:00
|
|
|
platform = ${lerdge_common.platform}
|
2020-07-06 22:08:52 +00:00
|
|
|
extends = lerdge_common
|
|
|
|
board_build.firmware = Lerdge_X_firmware_force.bin
|
|
|
|
|
2021-01-21 07:26:12 +00:00
|
|
|
#
|
|
|
|
# Lerdge X with USB Flash Drive Support
|
|
|
|
#
|
|
|
|
[env:LERDGEX_usb_flash_drive]
|
2021-02-26 23:33:34 +00:00
|
|
|
platform = ${env:LERDGEX.platform}
|
2021-01-21 07:26:12 +00:00
|
|
|
extends = LERDGEX
|
|
|
|
platform_packages = ${stm32_flash_drive.platform_packages}
|
|
|
|
build_flags = ${stm32_flash_drive.build_flags}
|
|
|
|
|
2020-07-06 22:08:52 +00:00
|
|
|
#
|
|
|
|
# Lerdge S
|
|
|
|
#
|
|
|
|
[env:LERDGES]
|
2021-02-25 06:56:15 +00:00
|
|
|
platform = ${lerdge_common.platform}
|
2020-07-06 22:08:52 +00:00
|
|
|
extends = lerdge_common
|
|
|
|
board_build.firmware = Lerdge_firmware_force.bin
|
|
|
|
|
2021-01-21 07:26:12 +00:00
|
|
|
#
|
|
|
|
# Lerdge S with USB Flash Drive Support
|
|
|
|
#
|
|
|
|
[env:LERDGES_usb_flash_drive]
|
2021-02-26 23:33:34 +00:00
|
|
|
platform = ${env:LERDGES.platform}
|
2021-01-21 07:26:12 +00:00
|
|
|
extends = LERDGES
|
|
|
|
platform_packages = ${stm32_flash_drive.platform_packages}
|
|
|
|
build_flags = ${stm32_flash_drive.build_flags}
|
|
|
|
|
2020-07-06 22:08:52 +00:00
|
|
|
#
|
|
|
|
# Lerdge K
|
|
|
|
#
|
|
|
|
[env:LERDGEK]
|
2021-02-25 06:56:15 +00:00
|
|
|
platform = ${lerdge_common.platform}
|
2020-07-06 22:08:52 +00:00
|
|
|
extends = lerdge_common
|
|
|
|
board_build.firmware = Lerdge_K_firmware_force.bin
|
|
|
|
build_flags = ${lerdge_common.build_flags}
|
|
|
|
-DLERDGEK
|
|
|
|
|
2021-01-21 07:26:12 +00:00
|
|
|
#
|
|
|
|
# Lerdge K with USB Flash Drive Support
|
|
|
|
#
|
|
|
|
[env:LERDGEK_usb_flash_drive]
|
2021-02-26 23:33:34 +00:00
|
|
|
platform = ${env:LERDGEK.platform}
|
2021-01-21 07:26:12 +00:00
|
|
|
extends = LERDGEK
|
|
|
|
platform_packages = ${stm32_flash_drive.platform_packages}
|
|
|
|
build_flags = ${stm32_flash_drive.build_flags}
|
|
|
|
|
2019-08-02 12:22:07 +00:00
|
|
|
#
|
2020-06-12 01:17:22 +00:00
|
|
|
# RUMBA32
|
2019-08-02 12:22:07 +00:00
|
|
|
#
|
2020-06-18 22:26:40 +00:00
|
|
|
[env:rumba32]
|
2020-10-29 07:01:25 +00:00
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
|
|
|
build_flags = ${common_stm32.build_flags}
|
2020-06-18 22:26:40 +00:00
|
|
|
-Os
|
2020-06-12 01:17:22 +00:00
|
|
|
-DHAL_PCD_MODULE_ENABLED
|
|
|
|
-DDISABLE_GENERIC_SERIALUSB
|
|
|
|
-DHAL_UART_MODULE_ENABLED
|
2020-09-08 02:41:48 +00:00
|
|
|
-DTIMER_SERIAL=TIM9
|
2020-10-29 07:01:25 +00:00
|
|
|
board = rumba32_f446ve
|
2020-06-12 01:17:22 +00:00
|
|
|
upload_protocol = dfu
|
2020-10-29 07:01:25 +00:00
|
|
|
monitor_speed = 500000
|
|
|
|
|
|
|
|
#
|
|
|
|
# MKS Robin Nano V1.2 and V2 using hal STM32
|
|
|
|
#
|
|
|
|
[env:mks_robin_nano35_stm32]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2020-12-28 05:08:06 +00:00
|
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4 -DENABLE_HWSERIAL3
|
2020-10-29 07:01:25 +00:00
|
|
|
board = genericSTM32F103VE
|
|
|
|
board_build.core = stm32
|
|
|
|
board_build.variant = MARLIN_F103Vx
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
board_build.offset = 0x7000
|
2020-12-24 02:01:21 +00:00
|
|
|
board_build.encrypt = Yes
|
2020-10-29 07:01:25 +00:00
|
|
|
board_build.firmware = Robin_nano35.bin
|
|
|
|
board_upload.offset_address = 0x08007000
|
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC
|
|
|
|
debug_tool = jlink
|
|
|
|
upload_protocol = jlink
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
|
|
|
buildroot/share/PlatformIO/scripts/mks_encrypt.py
|
2020-12-08 05:26:39 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# MKS Robin Pro V2
|
|
|
|
#
|
|
|
|
[env:mks_robin_pro2]
|
2020-12-09 02:17:55 +00:00
|
|
|
platform = ${common_stm32.platform}
|
2020-12-29 05:16:38 +00:00
|
|
|
platform_packages = ${stm32_flash_drive.platform_packages}
|
2020-12-09 02:17:55 +00:00
|
|
|
extends = common_stm32
|
2020-12-29 05:16:38 +00:00
|
|
|
build_flags = ${stm32_flash_drive.build_flags}
|
2020-12-09 02:17:55 +00:00
|
|
|
board = genericSTM32F407VET6
|
2020-12-08 05:26:39 +00:00
|
|
|
board_build.core = stm32
|
2020-12-24 02:01:21 +00:00
|
|
|
board_build.variant = MARLIN_F4x7Vx
|
2020-12-08 05:26:39 +00:00
|
|
|
board_build.ldscript = ldscript.ld
|
2020-12-24 02:01:21 +00:00
|
|
|
board_build.firmware = firmware.bin
|
2020-12-29 05:16:38 +00:00
|
|
|
board_build.offset = 0x0000
|
|
|
|
board_upload.offset_address = 0x08000000
|
2020-12-08 05:26:39 +00:00
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC
|
|
|
|
debug_tool = jlink
|
|
|
|
upload_protocol = jlink
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
2020-12-18 22:18:04 +00:00
|
|
|
|
2021-02-25 06:56:15 +00:00
|
|
|
#
|
|
|
|
# This SPI is used by Robin Nano V3
|
|
|
|
#
|
|
|
|
[stm32f4_I2C1]
|
|
|
|
build_flags = -DPIN_WIRE_SCL=PB6 -DPIN_WIRE_SDA=PB7
|
|
|
|
|
2020-12-18 22:18:04 +00:00
|
|
|
#
|
|
|
|
# MKS Robin Nano V3
|
|
|
|
#
|
|
|
|
[env:mks_robin_nano_v3]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
2021-02-25 06:56:15 +00:00
|
|
|
build_flags = ${common_stm32.build_flags} ${stm32f4_I2C1.build_flags} -DHAL_PCD_MODULE_ENABLED -DUSBCON -DUSBD_USE_CDC
|
2020-12-18 22:18:04 +00:00
|
|
|
board = genericSTM32F407VGT6
|
|
|
|
board_build.core = stm32
|
|
|
|
board_build.variant = MARLIN_F4x7Vx
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
board_build.firmware = Robin_nano_v3.bin
|
|
|
|
board_build.offset = 0xC000
|
|
|
|
board_upload.offset_address = 0x0800C000
|
|
|
|
build_unflags = ${common_stm32.build_unflags}
|
|
|
|
debug_tool = jlink
|
|
|
|
upload_protocol = jlink
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
2019-08-02 12:22:07 +00:00
|
|
|
|
2020-12-29 05:16:38 +00:00
|
|
|
#
|
|
|
|
# MKS Robin Nano V3 with USB Flash Drive Support
|
|
|
|
# Currently, using a STM32duino fork, until USB Host get merged
|
|
|
|
#
|
|
|
|
[env:mks_robin_nano_v3_usb_flash_drive]
|
|
|
|
extends = env:mks_robin_nano_v3
|
|
|
|
platform_packages = ${stm32_flash_drive.platform_packages}
|
2021-02-25 06:56:15 +00:00
|
|
|
build_flags = ${stm32_flash_drive.build_flags} ${stm32f4_I2C1.build_flags}
|
2020-12-29 05:16:38 +00:00
|
|
|
-DUSBCON
|
|
|
|
-DUSE_USBHOST_HS
|
|
|
|
-DUSBD_IRQ_PRIO=5
|
|
|
|
-DUSBD_IRQ_SUBPRIO=6
|
|
|
|
-DUSE_USB_HS_IN_FS
|
|
|
|
-DUSBD_USE_CDC
|
|
|
|
|
2021-02-02 20:55:11 +00:00
|
|
|
#
|
|
|
|
# MKS Robin Nano V3 with USB Flash Drive Support and Shared Media
|
|
|
|
# Currently, using a STM32duino fork, until USB Host and USB Device MSC get merged
|
|
|
|
#
|
|
|
|
[env:mks_robin_nano_v3_usb_flash_drive_msc]
|
2021-02-25 06:56:15 +00:00
|
|
|
platform = ${common_stm32.platform}
|
2021-02-02 20:55:11 +00:00
|
|
|
extends = env:mks_robin_nano_v3
|
|
|
|
platform_packages = framework-arduinoststm32@https://github.com/rhapsodyv/Arduino_Core_STM32/archive/usb-host-msc-cdc-msc.zip
|
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBD_USE_CDC
|
2021-02-25 06:56:15 +00:00
|
|
|
build_flags = ${stm32_flash_drive.build_flags} ${stm32f4_I2C1.build_flags}
|
2021-02-02 20:55:11 +00:00
|
|
|
-DUSBCON
|
|
|
|
-DUSE_USBHOST_HS
|
|
|
|
-DUSBD_IRQ_PRIO=5
|
|
|
|
-DUSBD_IRQ_SUBPRIO=6
|
|
|
|
-DUSE_USB_HS_IN_FS
|
|
|
|
-DUSBD_USE_CDC_MSC
|
|
|
|
|
2021-01-29 05:22:18 +00:00
|
|
|
#
|
|
|
|
# Mingda MPX_ARM_MINI
|
|
|
|
#
|
|
|
|
|
|
|
|
[env:mingda_mpx_arm_mini]
|
|
|
|
platform = ${common_stm32.platform}
|
|
|
|
extends = common_stm32
|
|
|
|
board = genericSTM32F103ZE
|
|
|
|
board_build.core = stm32
|
|
|
|
board_build.variant = MARLIN_F103Zx
|
|
|
|
board_build.ldscript = ldscript.ld
|
|
|
|
board_build.offset = 0x10000
|
|
|
|
build_flags = ${common_stm32.build_flags} -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
|
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC
|
2021-02-28 04:38:57 +00:00
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
|
2021-01-29 05:22:18 +00:00
|
|
|
|
2020-06-12 01:17:22 +00:00
|
|
|
#################################
|
|
|
|
# #
|
|
|
|
# Other Architectures #
|
|
|
|
# #
|
|
|
|
#################################
|
2018-03-30 02:54:37 +00:00
|
|
|
|
2017-10-08 16:38:10 +00:00
|
|
|
#
|
|
|
|
# Espressif ESP32
|
|
|
|
#
|
|
|
|
[env:esp32]
|
2021-01-14 08:33:50 +00:00
|
|
|
platform = espressif32@2.1.0
|
2019-06-11 04:22:19 +00:00
|
|
|
board = esp32dev
|
2019-12-15 17:39:39 +00:00
|
|
|
build_flags = ${common.build_flags} -DCORE_DEBUG_LEVEL=0
|
2020-03-13 21:29:29 +00:00
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
|
2020-10-20 19:35:29 +00:00
|
|
|
lib_ignore = NativeEthernet
|
2021-01-14 08:33:50 +00:00
|
|
|
upload_speed = 500000
|
|
|
|
monitor_speed = 250000
|
2019-12-15 17:39:39 +00:00
|
|
|
#upload_port = marlinesp.local
|
|
|
|
#board_build.flash_mode = qio
|
2018-11-26 00:16:25 +00:00
|
|
|
|
2020-11-07 05:48:52 +00:00
|
|
|
[env:FYSETC_E4]
|
|
|
|
platform = espressif32@1.11.2
|
|
|
|
extends = env:esp32
|
|
|
|
board_build.partitions = default_16MB.csv
|
|
|
|
|
2020-06-12 01:17:22 +00:00
|
|
|
#
|
|
|
|
# Teensy 3.1 / 3.2 (ARM Cortex-M4)
|
|
|
|
#
|
|
|
|
[env:teensy31]
|
|
|
|
platform = teensy
|
|
|
|
board = teensy31
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY31_32>
|
2020-10-20 19:35:29 +00:00
|
|
|
lib_ignore = NativeEthernet
|
2020-06-12 01:17:22 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
|
|
|
|
#
|
|
|
|
[env:teensy35]
|
|
|
|
platform = teensy
|
|
|
|
board = teensy35
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
|
2020-10-20 19:35:29 +00:00
|
|
|
lib_ignore = NativeEthernet
|
2020-06-12 01:17:22 +00:00
|
|
|
|
2020-09-09 23:57:20 +00:00
|
|
|
[env:teensy36]
|
|
|
|
platform = teensy
|
|
|
|
board = teensy36
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
|
2020-10-20 19:35:29 +00:00
|
|
|
lib_ignore = NativeEthernet
|
2020-09-09 23:57:20 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Teensy 4.0 / 4.1 (ARM Cortex-M7)
|
|
|
|
#
|
|
|
|
[env:teensy41]
|
|
|
|
platform = teensy
|
|
|
|
board = teensy41
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY40_41>
|
|
|
|
|
2019-02-23 01:09:10 +00:00
|
|
|
#
|
|
|
|
# Native
|
|
|
|
# No supported Arduino libraries, base Marlin only
|
|
|
|
#
|
|
|
|
[env:linux_native]
|
|
|
|
platform = native
|
2019-11-29 11:05:46 +00:00
|
|
|
framework =
|
2019-09-29 22:57:29 +00:00
|
|
|
build_flags = -D__PLAT_LINUX__ -std=gnu++17 -ggdb -g -lrt -lpthread -D__MARLIN_FIRMWARE__ -Wno-expansion-to-defined
|
2020-03-13 21:29:29 +00:00
|
|
|
src_build_flags = -Wall -IMarlin/src/HAL/LINUX/include
|
2019-02-23 01:09:10 +00:00
|
|
|
build_unflags = -Wall
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_deps =
|
2020-03-13 21:29:29 +00:00
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/LINUX>
|
2019-07-28 19:48:29 +00:00
|
|
|
|
2019-08-28 01:50:48 +00:00
|
|
|
#
|
|
|
|
# Just print the dependency tree
|
|
|
|
#
|
|
|
|
[env:include_tree]
|
|
|
|
platform = atmelavr
|
|
|
|
board = megaatmega2560
|
2019-09-15 07:26:30 +00:00
|
|
|
build_flags = -c -H -std=gnu++11 -Wall -Os -D__MARLIN_FIRMWARE__
|
2020-07-28 23:13:20 +00:00
|
|
|
src_filter = +<src/MarlinCore.cpp>
|