Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 579 Bytes

Yalla - Yet Another Lovely Lib for AVR

This projects goal is to provide a C++11 library for basic AVR programming. It's aim is to provide all functionality needed to write programs in C++11 without any dependency to avr-libc.

Quick start

Requirements

To build Yalla the following tools are needed:

  • scons
  • simavr
  • avr-gcc (>=4.8)
  • avr-libc
  • avr-binutils

Build

  • run scons
    • see cons --help for details about variables
    • to set variables permanently create a SConfig file and assign values there