SpenceKonde / arduino-tiny-841

Arduino core for ATtny841, 828, 1634 and 441
http://drazzy.com/e/tiny841.shtml
Other
28 stars 8 forks source link

Add support for "Export compiled binary" #26

Closed fson closed 8 years ago

fson commented 8 years ago

Specify recipe.output.tmp_file and recipe.output.save_file configurations to enable exporting a .hex file from the Arduino IDE.

Fixes the error Warning: This core does not support exporting sketches. Please consider upgrading it or contacting its author shown when trying to export a sketch.

screen shot 2016-03-05 at 18 17 15
SpenceKonde commented 8 years ago

Sorry, somehow missed this.

If you take a look at https://github.com/SpenceKonde/arduino-tiny-841/blob/master/avr/platform.txt you'll see that this feature is already available.

It is not yet available in the board manager release, it will be in the next release.

fson commented 8 years ago

Thanks! Looking forward to the release.