Have been trying to write a library for ATmega8A in c++. The results are on GitHub: GITHub libatm8a
December 2016 archive
Dec 31
Library for ATmega8A in C++
Dec 03
AVR TOOLCHAIN based on: gcc 6.20, libc 2.0.0 & binutils 2.27
With the help from Zak’s Electronics Blog ~* and AVR LIBC user’s manual I have compilied avr toolchain, for my personal use, with the newest edition of (as of today) gcc, libc and binutils. I have also changed avr-size a little by patching missing avr microcontrolers, which atmel adds to its toolchain. If …