Fri, 17 Feb 2017 13:26:39 +0100
changes to run client on windows platform too via libusb dev
0 | 1 | /* Name: usbdrvasm.asm |
2 | * Project: V-USB, virtual USB port for Atmel's(r) AVR(r) microcontrollers | |
3 | * Author: Christian Starkjohann | |
4 | * Creation Date: 2006-03-01 | |
5 | * Tabsize: 4 | |
6 | * Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH | |
7 | * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) | |
8 | */ | |
9 | ||
10 | /* | |
11 | General Description: | |
12 | The IAR compiler/assembler system prefers assembler files with file extension | |
13 | ".asm". We simply provide this file as an alias for usbdrvasm.S. | |
14 | ||
15 | Thanks to Oleg Semyonov for his help with the IAR tools port! | |
16 | */ | |
17 | ||
18 | #include "usbdrvasm.S" | |
19 | ||
20 | end |