Close

Worlds first Atmega328PB Package for Arduino

A project log for *uino Mini Super (Atmega328PB)

Next Gen Arduino Mini Pro with Atmega328PB

andre-moehlAndre Moehl 12/15/2016 at 13:500 Comments

Sorry for the long time that i didn't write something here.

What's new?

Since a while, Arduino changed the AVR compiler to 4.9.2. With this version it is possible to compile now for the new chip without patching it. I wrote now a package which do exactly this.

This package contains also the specific Atmel files for this MCU. Because the header file io.h doesn't know about this chip, I used a small hook to get it known. Another hook is to let the linker know about this chip. You can find this in the platform.txt.

You can install the package just copy this URL into your Arduino IDE:

https://raw.githubusercontent.com/amoehl/uino-atmega328pb/master/package_atmega328pb_index.json

Check out my repository:

https://github.com/amoehl/uino-atmega328pb

Discussions