|
2972
|
1 2010-10-27 Chris Holgate <chris@zynaptic.com> |
|
|
2 |
|
|
3 * src/usb_stm32.c, include/usb_stm32.h, cdl/usb_stm32.cdl: New |
|
|
4 STM32 USB slave driver. [ Bugzilla 1001024 ] |
|
|
5 |
|
|
6 //=========================================================================== |
|
|
7 // ####GPLCOPYRIGHTBEGIN#### |
|
|
8 // ------------------------------------------- |
|
|
9 // This file is part of eCos, the Embedded Configurable Operating System. |
|
|
10 // Copyright (C) 2010 Free Software Foundation, Inc. |
|
|
11 // |
|
|
12 // This program is free software; you can redistribute it and/or modify |
|
|
13 // it under the terms of the GNU General Public License as published by |
|
|
14 // the Free Software Foundation; either version 2 or (at your option) any |
|
|
15 // later version. |
|
|
16 // |
|
|
17 // This program is distributed in the hope that it will be useful, but |
|
|
18 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
20 // General Public License for more details. |
|
|
21 // |
|
|
22 // You should have received a copy of the GNU General Public License |
|
|
23 // along with this program; if not, write to the |
|
|
24 // Free Software Foundation, Inc., 51 Franklin Street, |
|
|
25 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
|
26 // ------------------------------------------- |
|
|
27 // ####GPLCOPYRIGHTEND#### |
|
|
28 //=========================================================================== |