annotate packages/devs/usb/cortexm/stm32/current/ChangeLog @ 3151:e1cec8d66444

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