source: avrstuff/starkadroid/usbbootloader/usbdrv/usbdrvasm.asm@ 4b06930

main
Last change on this file since 4b06930 was 4b06930, checked in by Adrien Destugues <pulkomandy@…>, 14 years ago

Copie de ak2usbpour faire starkadroid: usb hid pour borne d'arcade (jusqu'à 36 boutons)

git-svn-id: svn://pulkomandy.tk/avrstuff@22 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 570 bytes
Line 
1/* Name: usbdrvasm.asm
2 * Project: AVR USB driver
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 * This Revision: $Id$
9 */
10
11/*
12General Description:
13The IAR compiler/assembler system prefers assembler files with file extension
14".asm". We simply provide this file as an alias for usbdrvasm.S.
15
16Thanks to Oleg Semyonov for his help with the IAR tools port!
17*/
18
19#include "usbdrvasm.S"
20
21end
Note: See TracBrowser for help on using the repository browser.