Skip to content

Releases: Alex079/vscode-avr-helper

v2.2.2

21 Jul 18:24
931049b
Compare
Choose a tag to compare
  • Fix compiler and linker default arguments

v2.2.1

15 Apr 11:09
58fa653
Compare
Choose a tag to compare
  • Fix arguments duplication for Atmel version of avr-size

v2.2.0

05 Feb 11:38
Compare
Choose a tag to compare
  • Make "Flash" task a custom execution
  • Output generated shell commands
  • Suggest "flash" memory by default
  • Add a new "Quick" command which combines default "Build" and "Flash"
  • Move "build" folder into project level
  • Spawn async shell processes
  • Minor improvements and cleanup

v2.1.0

11 Dec 21:18
Compare
Choose a tag to compare
  • Highlight build action by default
  • Add option for HEX file output
  • Fix additional programmer arguments

v2.0.0

05 Sep 19:49
Compare
Choose a tag to compare
  • AVR Helper extension is using built-in build system which should be compatible with all platforms; make is not required anymore
  • avr-gcc, avr-objdump, avr-size, avrdude arguments and source/library folder scanner parameters can be configured in AVR Helper extension settings
  • AVR Helper extension can auto-detect avr-size arguments specific to Atmel version
  • MCU frequency is made optional
  • Various bugfixes

v1.1.5

05 Oct 22:29
Compare
Choose a tag to compare
  • Support avrdude output with configuration line references

v1.1.4

11 Apr 01:34
578f081
Compare
Choose a tag to compare
  • Fix source files detection

v1.1.3

01 Sep 22:00
Compare
Choose a tag to compare
  • Fix status bar update
  • Fix error handling
  • Speed-up build

v1.1.2: Update dependencies:

02 Aug 14:58
Compare
Choose a tag to compare

Remove explicit dependency on bundled cpptools

v1.1.1

26 Jul 21:12
Compare
Choose a tag to compare

Set extension activation event to "onStartupFinished"