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 5bba6d92068f869c880d8fe59712343146f63391 (commit)
via 87960830f4eb656f410ff3b220151e0b5ad9a556 (commit)
via d6eacce827a8ebffb5e82b48d4c88eb097594c1e (commit)
from 6e090ccee16582f0c152c95238753562732788e3 (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 5bba6d92068f869c880d8fe59712343146f63391
Author: Gareth McMullin <ga...@bl...>
Date: Thu Nov 4 18:20:28 2010 +1300
Fixed logic for clearing data toggle bits.
commit 87960830f4eb656f410ff3b220151e0b5ad9a556
Author: Gareth McMullin <ga...@bl...>
Date: Thu Nov 4 16:49:03 2010 +1300
Fixed HALT condition handling and data toggle.
commit d6eacce827a8ebffb5e82b48d4c88eb097594c1e
Author: Martin Mueller <ma...@pf...>
Date: Thu Nov 4 00:41:49 2010 +0100
add standard request
-----------------------------------------------------------------------
Summary of changes:
examples/stm32-h103/Makefile | 10 +-
examples/{other => stm32-h103}/usb_cdcacm/Makefile | 11 +-
examples/{other => stm32-h103}/usb_cdcacm/README | 0
examples/{other => stm32-h103}/usb_cdcacm/cdc.h | 0
examples/{other => stm32-h103}/usb_cdcacm/cdcacm.c | 14 +-
.../rtc/rtc.ld => stm32-h103/usb_cdcacm/cdcacm.ld} | 3 +-
include/libopenstm32/tools.h | 4 +-
include/libopenstm32/usb.h | 12 ++
include/usbd.h | 3 +-
include/usbstd.h | 8 +-
lib/usb/usb_control.c | 32 ++--
lib/usb/usb_f103.c | 42 ++++-
lib/usb/usb_private.h | 5 +-
lib/usb/usb_standard.c | 195 +++++++++++++++-----
14 files changed, 251 insertions(+), 88 deletions(-)
copy examples/{other => stm32-h103}/usb_cdcacm/Makefile (90%)
copy examples/{other => stm32-h103}/usb_cdcacm/README (100%)
copy examples/{other => stm32-h103}/usb_cdcacm/cdc.h (100%)
copy examples/{other => stm32-h103}/usb_cdcacm/cdcacm.c (95%)
copy examples/{other/rtc/rtc.ld => stm32-h103/usb_cdcacm/cdcacm.ld} (94%)
hooks/post-receive
--
libopenstm32
|