Skip to content

woo2/ATmega328PB-Testing

 
 

Repository files navigation

ATmega328PB Testing

Hardware

Software

Boards Package

Add the following URL to the Arduino Boards Manager (File->Preferences):

https://github.com/watterott/ATmega328PB-Testing/raw/master/package_m328pb_index.json

and install the ATmega328PB Boards via the Boards Manager (Tools->Boards->Boards Manager).

Manual Installation

The current Arduino avr-gcc toolchain (4.8.1) does not support the ATmega328PB. To get support you can replace it with the below avr-gcc toolchain (4.9.2 from Atmel or Arduino) and update the files in /arduino/hardware with the files from this repository under hardware.

Atmel Toolchain (GCC 4.9.2)

Arduino Toolchain (GCC 4.9.2)

Further Infos

History / Contributions

  • Patch v1.0.1 - Astrobeed, gpb01, PaoloP
  • avr-gcc 4.9.2 for linux64 - sabas1080
  • All Pull Requests...

Releases

No releases published

Packages

No packages published

Languages

  • C 46.4%
  • C++ 44.7%
  • Other 8.9%