[libopenstm32-commits] libopenstm32 branch, master, updated. 6fe7e25a8a6288639b917f5e6115e8e5d87c1f
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-01-15 16:48:04
|
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 6fe7e25a8a6288639b917f5e6115e8e5d87c1ff1 (commit) via cde7d1ce4d15ccb23db99ace2c0ac959bea7d864 (commit) via 0c6b661502c48baed8f7d4e36205d95c8ace663e (commit) from d173306c31e8533cc6619f23f44c284cf247e1b2 (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 6fe7e25a8a6288639b917f5e6115e8e5d87c1ff1 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 8 16:51:03 2010 +0100 Added usb descriptor definitions. commit cde7d1ce4d15ccb23db99ace2c0ac959bea7d864 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 8 16:48:25 2010 +0100 Added usb peripheral register definitions. It uses some tool macros defined in tools.h commit 0c6b661502c48baed8f7d4e36205d95c8ace663e Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 15 03:41:16 2010 +0100 Adapted to the new header style. Added some defs. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 3 + include/libopenstm32/tools.h | 58 ++++++++ include/libopenstm32/usart.h | 155 +++++++++++++++++---- include/libopenstm32/usb.h | 296 +++++++++++++++++++++++++++++++++++++++ include/libopenstm32/usb_desc.h | 100 +++++++++++++ 5 files changed, 583 insertions(+), 29 deletions(-) create mode 100644 include/libopenstm32/tools.h create mode 100644 include/libopenstm32/usb.h create mode 100644 include/libopenstm32/usb_desc.h hooks/post-receive -- libopenstm32 |