Rev 3332 Rev 3333
1 /* Name: usbdrvasm.asm 1 /* Name: usbdrvasm.asm
2 * Project: AVR USB driver 2 * Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers
3 * Author: Christian Starkjohann 3 * Author: Christian Starkjohann
4 * Creation Date: 2006-03-01 4 * Creation Date: 2006-03-01
5 * Tabsize: 4 5 * Tabsize: 4
6 * Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH 6 * Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH
7 * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt) 7 * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
8 * This Revision: $Id: usbdrvasm.asm,v 1.2 2007/05/19 12:30:11 harbaum Exp $ -  
9 */ 8 */
10   9  
11 /* 10 /*
12 General Description: 11 General Description:
13 The IAR compiler/assembler system prefers assembler files with file extension 12 The IAR compiler/assembler system prefers assembler files with file extension
14 ".asm". We simply provide this file as an alias for usbdrvasm.S. 13 ".asm". We simply provide this file as an alias for usbdrvasm.S.
15   14  
16 Thanks to Oleg Semyonov for his help with the IAR tools port! 15 Thanks to Oleg Semyonov for his help with the IAR tools port!
17 */ 16 */
18   17  
19 #include "usbdrvasm.S" 18 #include "usbdrvasm.S"
20   19  
21 end 20 end