[libopenstm32-commits] libopenstm32 branch, master, updated. aac65d8560a59105cc02132860b77cfe61835b
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2011-01-30 21:04:50
|
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 aac65d8560a59105cc02132860b77cfe61835b2e (commit) via c11cdaf2a70a1fadbcf2f942a29b75040b0a0a75 (commit) via 193a1ed3b822867ac5b17d1bd5cc1202c89fdd10 (commit) via f87170e06ea157ade400dcb7412e022b04c1839c (commit) from 59293a9640cc1daf8ba7a04aece0de8c394521e8 (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 aac65d8560a59105cc02132860b77cfe61835b2e Author: Gareth McMullin <ga...@bl...> Date: Sun Jan 30 17:04:56 2011 +1300 Abstracted USB driver interface to to allow driver selection. commit c11cdaf2a70a1fadbcf2f942a29b75040b0a0a75 Author: Gareth McMullin <ga...@bl...> Date: Sun Jan 30 15:46:08 2011 +1300 Added OTG_FS register definitions for connectivity line STM32. commit 193a1ed3b822867ac5b17d1bd5cc1202c89fdd10 Author: Gareth McMullin <ga...@bl...> Date: Sun Jan 30 15:42:12 2011 +1300 Reset CTR flag for endpoint from usbd_poll if no callback. commit f87170e06ea157ade400dcb7412e022b04c1839c Author: Gareth McMullin <ga...@bl...> Date: Sun Jan 30 15:41:23 2011 +1300 Clear user control request handlers on set_configuration request. ----------------------------------------------------------------------- Summary of changes: examples/stm32/lisa-m/usb_hid/usbhid.c | 2 +- examples/stm32/other/usb_cdcacm/cdcacm.c | 2 +- examples/stm32/other/usb_dfu/usbdfu.c | 2 +- examples/stm32/other/usb_hid/usbhid.c | 2 +- examples/stm32/stm32-h103/usb_cdcacm/cdcacm.c | 2 +- examples/stm32/stm32-h103/usb_hid/usbhid.c | 2 +- include/libopencm3/stm32/otg_fs.h | 139 +++++++++++++++++++++++++ include/libopencm3/usb/usbd.h | 6 +- lib/usb/usb.c | 37 +++++++- lib/usb/usb_f103.c | 44 ++++++-- lib/usb/usb_private.h | 20 +++- lib/usb/usb_standard.c | 9 ++- 12 files changed, 246 insertions(+), 21 deletions(-) create mode 100644 include/libopencm3/stm32/otg_fs.h hooks/post-receive -- libopenstm32 |