Supplement: ATmega328P Xplained Mini - PrecisionShift/ECE411 GitHub Wiki
Summary
The Atmel ATmega328P Xplained Mini evalutation kit is a hardware platform for evaluating the Atmel ATmega328P microcontroller. The evaluation kit comes with a fully integrated debugger that provides seamless integration with Atmel Studio 6.2 or later. The kit provides access to the features of the ATmega328P enabling easy integration of the device in a custom design
Problems
The on board debugger is of a slightly off kind that is only compatible with newest toolchain. Therefore, additional work is needed to use this evaluation kit on linux
Notes
1 The button on the board is connected to PB7 (pin 8). It is advisable to put our button onto the same pin so that we can use the button during debugging without having to change code for production.