This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via c39eb69e4d923c9c5fa8be53252ee0ffd15dffb9 (commit)
via 6a16711bee34e0445a95a9cbffc17fdd1d580950 (commit)
via 34fd228bf9158b0df47b4ec04b20db682963d5b0 (commit)
via f06277793007a3ba32f73c188c8c807ed3651e02 (commit)
from 36931dc991e4e68ed1ac32b328be788ae1affbe1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c39eb69e4d923c9c5fa8be53252ee0ffd15dffb9
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 17:28:06 2010 +0100
Replace uint8_t with u8 et al, fix whitespace.
commit 6a16711bee34e0445a95a9cbffc17fdd1d580950
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 17:09:22 2010 +0100
Install USB headers upon 'make install'.
commit 34fd228bf9158b0df47b4ec04b20db682963d5b0
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 17:02:36 2010 +0100
Move generic USB stuff to a subdir, dedupe .h files.
Adapt examples and the lib code accordingly.
commit f06277793007a3ba32f73c188c8c807ed3651e02
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 16:43:26 2010 +0100
More whitespace fixes.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +
examples/lisa-m/usb_dfu/usbdfu.c | 11 +-
examples/lisa-m/usb_hid/usbhid.c | 21 +--
examples/mb525/pwmleds/pwmleds.c | 2 +-
examples/other/usb_cdcacm/cdcacm.c | 10 +-
examples/other/usb_dfu/dfu.h | 81 ---------
examples/other/usb_dfu/usbdfu.c | 11 +-
examples/other/usb_hid/hid.h | 38 ----
examples/other/usb_hid/usbhid.c | 21 +--
examples/stm32-h103/usb_cdcacm/cdc.h | 128 --------------
examples/stm32-h103/usb_cdcacm/cdcacm.c | 10 +-
examples/stm32-h103/usb_dfu/dfu.h | 81 ---------
examples/stm32-h103/usb_dfu/usbdfu.c | 11 +-
examples/stm32-h103/usb_hid/hid.h | 38 ----
examples/stm32-h103/usb_hid/usbhid.c | 21 +--
examples/stm32-h103/usb_iap/usbiap.c | 11 +-
{examples/other/usb_cdcacm => include/usb}/cdc.h | 85 +++++-----
{examples/lisa-m/usb_dfu => include/usb}/dfu.h | 16 +-
{examples/lisa-m/usb_hid => include/usb}/hid.h | 14 +-
include/{ => usb}/usbd.h | 37 ++---
include/usb/usbstd.h | 204 ++++++++++++++++++++++
include/usbstd.h | 202 ---------------------
lib/usb/usb.c | 9 +-
lib/usb/usb_control.c | 21 +--
lib/usb/usb_f103.c | 23 +--
lib/usb/usb_private.h | 32 ++--
lib/usb/usb_standard.c | 74 ++++----
27 files changed, 406 insertions(+), 808 deletions(-)
delete mode 100644 examples/other/usb_dfu/dfu.h
delete mode 100644 examples/other/usb_hid/hid.h
delete mode 100644 examples/stm32-h103/usb_cdcacm/cdc.h
delete mode 100644 examples/stm32-h103/usb_dfu/dfu.h
delete mode 100644 examples/stm32-h103/usb_hid/hid.h
rename {examples/other/usb_cdcacm => include/usb}/cdc.h (69%)
rename {examples/lisa-m/usb_dfu => include/usb}/dfu.h (88%)
rename {examples/lisa-m/usb_hid => include/usb}/hid.h (83%)
rename include/{ => usb}/usbd.h (64%)
create mode 100644 include/usb/usbstd.h
delete mode 100644 include/usbstd.h
hooks/post-receive
--
libopenstm32
|