This package browser is in early development. Mind the rough edges.

lufa

Lightweight USB Framework for AVRs

UFA is a simple to use, lightweight framework which sits atop the hardware USB controller in specific AVR microcontroller models, and allows for the quick and easy creation of complex USB devices and hosts. This package contains the user-submitted projects and bootloaders for use with compatible microcontroller models, as well as the demos and the documentation.

Installation

Install the latest version of lufa as follows:

guix install lufa

Or install a particular version:

guix install lufa@210130

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of lufa about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/lufa'><img src='https://packages.guix.gnu.org/packages/lufa/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/lufa/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/lufa)

Example Org:

[[https://packages.guix.gnu.org/packages/lufa][https://packages.guix.gnu.org/packages/lufa/badges/latest-version.svg]]