AutoBuildMarlin

Visual Studio Code extension to more easily build Marlin Firmware

GPL-3.0 License

Stars
257
Committers
6

Bot releases are hidden (Show)

AutoBuildMarlin - Auto Build Marlin 2.1.36

Published by thinkyhead almost 3 years ago

  • Recognize .srec as a complete build.
  • Remove enableProposedApi from package.json.
  • Fix debug env detection.
  • Add CHANGELOG.md.
  • Update copyright date.
AutoBuildMarlin - Auto Build Marlin 2.1.35

Published by thinkyhead almost 3 years ago

  • Fix display of a failed build without a firmware file
  • Enquote the IPC file path, for paths with spaces
AutoBuildMarlin - Auto Build Marlin 2.1.34

Published by thinkyhead over 3 years ago

  • Larger built firmware link with firmware filename.
AutoBuildMarlin - Auto Build Marlin 2.1.33

Published by thinkyhead over 3 years ago

  • Fix "Reveal Build" when there are spaces in the path.
  • Fix PlatformIO opening platformio.ini when Show on Startup is enabled.
AutoBuildMarlin - Auto Build Marlin 2.1.32

Published by thinkyhead over 3 years ago

  • Display buttons instead of simple links in the sidebar view
  • Fix display of native and simulator build targets
AutoBuildMarlin - Auto Build Marlin 2.1.31

Published by thinkyhead over 3 years ago

  • Keep "Show on Startup" in sync with settings
AutoBuildMarlin - Auto Build Marlin 2.1.30

Published by thinkyhead over 3 years ago

  • Fix the 'Show on Startup' checkbox
AutoBuildMarlin - Auto Build Marlin 2.1.29

Published by thinkyhead over 3 years ago

  • Clarify in error messages that Marlin 2.x is required
AutoBuildMarlin - Auto Build Marlin 2.1.28

Published by thinkyhead over 3 years ago

  • Add a "Show on Startup" option for the impatient.
  • Include Auto Build Marlin commands in the Command Palette.
  • Update YouTube channel URL.
AutoBuildMarlin - Auto Build Marlin 2.1.27

Published by thinkyhead almost 4 years ago

  • Recognize an .srec file as a firmware binary
AutoBuildMarlin - Auto Build Marlin 2.1.26

Published by thinkyhead almost 4 years ago

  • Added a 'Monitor' button for quick access to PlatformIO serial monitor.
  • Fixed visibility of 'Debug' button during native / simulator build.
  • Added helpful parentheses to env type comparisons.
AutoBuildMarlin - Auto Build Marlin 2.1.25

Published by thinkyhead almost 4 years ago

Fix handling of multiple boards in a single MB(...) when parsing pins.h.

AutoBuildMarlin - Auto Build Marlin 2.1.24

Published by thinkyhead almost 4 years ago

Suppress a warning when the IPC file already exists.

AutoBuildMarlin - Auto Build Marlin 2.1.23

Published by thinkyhead almost 4 years ago

  • Add the ability to locate the binary in the .pio/build/{env}/debug folder
  • Add security policy elements to the webView.
AutoBuildMarlin - Auto Build Marlin 2.1.22

Published by thinkyhead almost 4 years ago

  • Pass PLATFORMIO_PATH to the terminal as PATH / Path so the platformio exe is found.
AutoBuildMarlin - Auto Build Marlin 2.1.21

Published by thinkyhead almost 4 years ago

  • Reveal the latest build if there's more than one.
AutoBuildMarlin - Auto Build Marlin 2.1.20

Published by thinkyhead almost 4 years ago

  • Find the simulator binary when it's named "MarlinSimulator."
AutoBuildMarlin - Auto Build Marlin 2.1.19

Published by thinkyhead almost 4 years ago

  • Hide the "Run" button during the build
AutoBuildMarlin - Auto Build Marlin 2.1.18

Published by thinkyhead about 4 years ago

  • Remove obsolete command activation events.
  • Add "Run" button to start a native target or simulation.
AutoBuildMarlin - Auto Build Marlin 2.1.17

Published by thinkyhead about 4 years ago

  • More strict build exists test
  • Support platform-specific native targets