December 2016 archive

Library for ATmega8A in C++

Have been trying to write a library for ATmega8A in c++. The results are on GitHub: GITHub libatm8a

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 …

Continue reading