Skip to content

Commit

Permalink
Release 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Apr 7, 2020
1 parent bf8ddaf commit c8a1dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification

name=Arduino megaAVR Boards
version=1.8.5
version=1.8.6

# AVR compile variables
# ---------------------
Expand Down

8 comments on commit c8a1dd9

@MCUdude
Copy link
Contributor

@MCUdude MCUdude commented on c8a1dd9 Apr 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@facchinm I'm not sure this issue is related to this release or not, but I'm not able to install 1.8.6. I'm only getting a null pointer exception:

java.lang.NullPointerException
java.lang.RuntimeException: java.lang.NullPointerException
	at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:175)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at cc.arduino.contributions.packages.ContributionInstaller.remove(ContributionInstaller.java:276)
	at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:170)
	... 1 more

@facchinm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't 😳 Which IDE version are you using?

@MCUdude
Copy link
Contributor

@MCUdude MCUdude commented on c8a1dd9 Apr 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried 1.8.10 and the latest hourly build. Great improvement to the tools menu in the hourly build BTW!

@facchinm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All kudos to @matthijskooijman for the menu 🙂
Which other megaAVR-compatible cores have you installed via board manager? The issue could depend on some unexpected dependency

@MCUdude
Copy link
Contributor

@MCUdude MCUdude commented on c8a1dd9 Apr 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which other megaAVR-compatible cores have you installed via board manager?

Currently, none. I have the MegaCoreX boards manger URL in there, but I have not installed it though boards manger.
I have MegaCoreX and megaTinyCore installed manually.

@facchinm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, it looks like it's trying to remove a partially installed version of the megaavr core... Not sure which tool is involved, but removing $arduino15/packages/arduino/hardware/megaavr folder and then reinstalling should fix it

@MCUdude
Copy link
Contributor

@MCUdude MCUdude commented on c8a1dd9 Apr 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that did the trick! BTW any plans to update the megaavr pack with the latest releast (1.4.351). The last few releases has fixed some peripheral bugs and interrupt vector issues. Would have been really great to have the latest release ☺️

@facchinm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll be taking care of it today 😉

Please sign in to comment.