annotate packages/devs/usb/cortexm/stm32/current/ChangeLog @ 2972:535911f86a6f

* New STM32 USB slave driver contributed by Chris Holgate. [ Bugzilla 1001024 ]
author jld
date Wed, 27 Oct 2010 11:27:30 +0000
parents
children e1cec8d66444
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2972
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
1 2010-10-27 Chris Holgate <chris@zynaptic.com>
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
2
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
3 * 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
4 STM32 USB slave driver. [ Bugzilla 1001024 ]
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
5
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
6 //===========================================================================
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
7 // ####GPLCOPYRIGHTBEGIN####
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 // 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
10 // Copyright (C) 2010 Free Software Foundation, Inc.
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 // 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
13 // 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
14 // 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
15 // later version.
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
16 //
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
17 // 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
18 // WITHOUT ANY WARRANTY; without even the implied warranty of
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
20 // General Public License for more details.
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
21 //
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
22 // 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
23 // along with this program; if not, write to the
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
24 // Free Software Foundation, Inc., 51 Franklin Street,
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
25 // Fifth Floor, Boston, MA 02110-1301, USA.
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
26 // -------------------------------------------
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
27 // ####GPLCOPYRIGHTEND####
535911f86a6f * New STM32 USB slave driver contributed by Chris Holgate.
jld
parents:
diff changeset
28 //===========================================================================