AVR-USB Driver Updated

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

AVR-USB Driver Updated

Post by christian » Fri Mar 30, 2007 10:53 am

We have released a new version of AVR-USB today. The essential changes are:
  • Code size improvements. The driver is now more than 100 bytes smaller.
  • No more alignment requirements for the usbRxBuf variable.
  • The entire driver an all our reference projects are now published under the terms of the GNU General Public License Version 2 (GPL).

New versions of all reference projects, all under the GPL, have been released. See http://www.obdev.at/avrusb/ for more information.

Grendel
Rank 4
Rank 4
Posts: 167
Joined: Sat Dec 16, 2006 9:53 pm
Location: Oregon, USA
Contact:

Post by Grendel » Mon Apr 02, 2007 9:27 pm

Thank you very much. I switched my project to the new stack, compiles fine in WinAVR 20060421 & 20070122 (latter creates bigger code tho.) I'll let you know if there are any problems.

Post Reply