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