Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreamiurg/avr-liberty
Library of routines for AVR microcontollers
https://github.com/dreamiurg/avr-liberty
Last synced: 3 months ago
JSON representation
Library of routines for AVR microcontollers
- Host: GitHub
- URL: https://github.com/dreamiurg/avr-liberty
- Owner: dreamiurg
- Created: 2012-03-28T15:11:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T22:38:28.000Z (about 10 years ago)
- Last Synced: 2024-10-15T04:25:51.208Z (3 months ago)
- Language: C
- Homepage:
- Size: 2.59 MB
- Stars: 64
- Watchers: 12
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-avr - AVRliberty - Library of routines for AVR microcontollers. (Miscellaneous)
README
## What new
Work with new versions GCC.
## About this project
AVRliberty is a library of easy-to-use C functions for a variety of common and
uncommon tasks using AVR processors. It is the open source project heavily based
on original Procyon AVRlib
http://web.media.mit.edu/~iperry/ts/firm/fli-puck/avrlib/.## Why was this project created?
The goal of original Procyon AVRlib was to allow programmers to work quickly
towards their end goal by reducing the time needed to write basic support
functions and code.Unfortunately (as of 3/28/2012) last known official release of AVRlib was dated
September 20, 2005 - more than 7 years ago.Atmel and other vendors continue release new hardware every day. Also there's
some places in original avrlib waiting to be improved or rewritten. So with all
the respect to Pascal Stang, author of original library, I decided to start
AVRliberty to let present day developers to cooperate while maintaining and
expanding AVRlib.