From 23cee4f9ac0e293f6e32c0215879aedb4c151718 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 10 Apr 2009 01:16:16 +0200 Subject: * digital/avr/modules/usb: - added usb module. --- digital/avr/modules/usb/test/avrconfig.h | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 digital/avr/modules/usb/test/avrconfig.h (limited to 'digital/avr/modules/usb/test/avrconfig.h') diff --git a/digital/avr/modules/usb/test/avrconfig.h b/digital/avr/modules/usb/test/avrconfig.h new file mode 100644 index 00000000..0a90876d --- /dev/null +++ b/digital/avr/modules/usb/test/avrconfig.h @@ -0,0 +1,36 @@ +#ifndef avrconfig_h +#define avrconfig_h +/* avrconfig.h */ +/* usb - USB device module using LUFA. {{{ + * + * Copyright (C) 2009 Nicolas Schodet + * + * APBTeam: + * Web: http://apbteam.org/ + * Email: team AT apbteam DOT org + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * }}} */ + +/* utils */ +/** AVR Frequency : 1000000, 1843200, 2000000, 3686400, 4000000, 7372800, + * 8000000, 11059200, 14745600, 16000000, 18432000, 20000000. */ +#define AC_FREQ 8000000 + +/* usb */ +#include "modules/usb/lufaconfig.h" + +#endif /* avrconfig_h */ -- cgit v1.2.3