• Stars
    star
    977
  • Rank 46,526 (Top 1.0 %)
  • Language
    C
  • Created about 12 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LUFA - the Lightweight USB Framework for AVRs.
                   _   _ _ ___ _
                  | | | | | __/ \
                  | |_| U | _| o | - The Lightweight USB
                  |___|___|_||_n_|    Framework for AVRs
                =========================================
                          Written by Dean Camera
                  dean [at] fourwalledcubicle [dot] com

                         http://www.lufa-lib.org
                =========================================

               LUFA is donation supported. To support LUFA,
             please donate at http://www.lufa-lib.org/donate

               Released under a modified MIT license - see
                  LUFA/License.txt for license details.

                For Commercial Licensing information, see
                     http://www.lufa-lib.org/license


This package contains the complete LUFA library, demos, user-submitted
projects and bootloaders for use with compatible microcontroller models.
LUFA 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.

To get started, you will need to install the "Doxygen" documentation
generation tool. If you use Linux, this can be installed via the "doxygen"
package in your chosen package management tool - under Ubuntu, this can be
achieved by running the following command in the terminal:

   sudo apt-get install doxygen

Other package managers and distributions will have similar methods to
install Doxygen. In Windows, you can download a prebuilt installer for
Doxygen from its website, www.doxygen.org.

Once installed, you can then use the Doxygen tool to generate the library
documentation from the command line or terminal of your operating system. To
do this, open your terminal or command line to the root directory of the
LUFA package, and type the following command:

   make doxygen

Which will recursively generate documentation for all elements in the
library - the core, plus all demos, projects and bootloaders. Generated
documentation will then be available by opening the file "index.html" of the
created Documentation/html/ subdirectories inside each project folder.

The documentation for the library itself (but not the documentation for the
individual demos, projects or bootloaders) is also available as a separate
package from the project webpage for convenience if Doxygen cannot be
installed.

More Repositories

1

python-elgato-streamdeck

Python library to control the Elgato Stream Deck.
Python
717
star
2

avr-tutorials

LaTeX typeset versions of my popular AVR Tutorials.
TeX
118
star
3

micromenu-v2

Tiny text-orientated menu library in C for embedded use.
Makefile
67
star
4

dmbs

Dean's Makefile Build System - making MAKE easier.
Makefile
50
star
5

python-homeassistant-streamdeck

Python client to control a HomeAssistant instance using an Elgato Stream Deck controller.
Python
47
star
6

explorerbot

Final Year Thesis Project - Embedded Bluetooth Stack for AVRs
C
14
star
7

gdp

Generic Device Programmer - Python Atmel AVR programmer front-end similar to AVRDude (incomplete).
Python
10
star
8

cpptimerpool

Simple C++14 thread-safe timer pool.
C++
10
star
9

sam-ba-loader

Python programming client for Atmel SAM devices running the Atmel SAM-BA bootloader.
Python
9
star
10

mpc-hc-webui-proxy

Simple proxy to restrict the MPC-HC web UI to protect sensitive actions/information.
Python
6
star
11

esp8266-mqtt-sensor-node

ESP8266 based MQTT sensor node, to sample I2C sensors and send them to a MQTT host.
Python
5
star
12

buttload

Buttload, the BUTTerfly program LOADer for the Atmel Butterfly board. AVRISP-MKI Clone Programmer.
C
4
star
13

sublimetext-gnu-map

SublimeText 3 syntax definition for GCC MAP files.
3
star
14

sublimetext-gnu-gas

SublimeText 3 syntax definition for GCC mixed C/ASM listing files.
3
star
15

Melee

Simple SFML based space melee game.
C++
3
star
16

docker-sensortag-cc2650-mqtt

Bluetooth BLE to MQTT bridge for the TI SensorTag CC2650.
Python
3
star
17

marginoferror

Atmel Studio extension to show errors/warnings/info entries as icons in the code editor margin.
C#
2
star
18

lufa-studio-integration

C# integration binary used for the LUFA library Atmel Studio extension, for the start page/help/etc.
C#
2
star
19

lssclassifier

GCC Listing (LSS) syntax highlighter for Atmel Studio.
C#
2
star
20

buildtaskbaroverlay

Build Taskbar Overlay Atmel Studio 6 extension
C#
2
star
21

atmel-vsix-compatibility-forcer

Force-updates a Visual Studio 2010 VSIX extension to mark it as compatible with a given Atmel Studio version.
Python
2
star
22

datasizeviewer

Data Size Viewer extension for Atmel Studio 7
C#
2
star
23

hidraw-poke

Linux HIDRAW test application
C
1
star
24

hexclassifier

Intel HEX syntax highlighter for Atmel Studio.
C#
1
star
25

stackchecker

Atmel Studio extension to visually monitor maximum application stack usage.
C#
1
star
26

docker-ci-python

Docker latest Python image with various test essentials, for CI builds.
Dockerfile
1
star
27

vizmap

Atmel Studio extension to visualise the locations of symbols in the target.
C#
1
star
28

atmelappweek

Simple Android widget for Atmel Norway Application Engineers to track the current week.
Java
1
star
29

simple-server-status

My own quick and dirty web status for my OpenVPN server.
Python
1
star