Skip to content

Releases: AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule

v0.6.0

13 Sep 14:18
Compare
Choose a tag to compare

Fix the boards naming to match AVR_*

v0.5.0

06 Sep 08:34
Compare
Choose a tag to compare

This release fixes the missing fuse BOOTRST in both wiki screenshots and boards.txt. Thanks @sgmne for reporting the issue and proposing a solution!
I have added a maybe working programmer.txt bringing the potential use of on-board mEDBG using the proper avrdude binary. Caution: avrdude v6.3 doesn't work, compile from mainline instead.

v0.4.0

29 Jul 15:08
Compare
Choose a tag to compare
  • Update package to match Arduino IDE v1.6.10
  • Update AVR fuses for avrdude programming

v0.3.0

24 Mar 18:50
Compare
Choose a tag to compare

What is missing? a cross-platform tool for flashing Optiboot over mEDBG: avrdude 6.3 supports mEDBG but isn't part yet of official Arduino deliveries (AFAIK, as of today)
At the moment, this still need to be done using Atmel Studio.
Please see wiki for this subject.

To install, put

https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.3.0/package_atmel-avr-xmini-boardmanagermodule_index.json

into File->Preferences->Additional Boards Manager URLs and then go to Tools->Boards->Board manager.
This package should appear in 'Contributed' packages.

v0.2.0

19 Nov 17:45
Compare
Choose a tag to compare

Update with atmega168pb and atmega328pb variants working, some cosmetics changes and Out-of-the-box examples.
What is missing? a cross-platform tool for flashing Optiboot over mEDBG...
At the moment, this still need to be done using Atmel Studio.

As this release change some names, in comparison to v0.1.0, you must wipe previous version from your disk before installing it.

To install, put

https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/releases/download/v0.2.0/package_atmel-avr-xmini-boardmanagermodule_index.json

into File->Preferences->Additional Boards Manager URLs and then go to Tools->Boards->Board manager.
This package should appear in 'Contributed' packages.

v0.1.0

18 Nov 14:48
Compare
Choose a tag to compare

atmega328p-xmini only at the moment