pgils / avr-libc

The AVR Libc package provides a subset of the standard C library for AVR 8-bit RISC microcontrollers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR LibC

This is the standard library for Atmel AVR devices together with the AVR-GCC compiler.

The library contains most of the functionality required by the ISO C standard, with the notable exception of wchar_t support. It also contains a lot of auxiliary functionality targeted to the AVR controller family. Further, it includes customizable startup code, tailored to work together with the linker scripts provided by the GNU binutils, so for most AVR applications, there is usually no need to provide project-specific files for that purpose.

See the documentation for details.

The library is distributed using a modified BSD-style license.

AVR LibC Source Code

The official source code repository is located at https://github.com/avrdudes/avr-libc/

About

The AVR Libc package provides a subset of the standard C library for AVR 8-bit RISC microcontrollers.

License:Other


Languages

Language:Assembly 66.1%Language:C 33.7%Language:Shell 0.1%Language:Python 0.1%Language:Makefile 0.1%Language:M4 0.0%Language:C++ 0.0%Language:Perl 0.0%Language:Pawn 0.0%Language:XSLT 0.0%