[libopenstm32-commits] libopenstm32 branch, master, updated. 66fd5373b4d1f99d2b34b7223c8964e3cb70de
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-12-29 14:09:51
|
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 66fd5373b4d1f99d2b34b7223c8964e3cb70de9f (commit) via e5941fb0757d233fee9273917d6637d99cb9401c (commit) from 5e0c4631477159d61a3098f6d10ad181b5d9ed29 (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 66fd5373b4d1f99d2b34b7223c8964e3cb70de9f Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Dec 29 05:39:25 2010 +0100 Implemented a uart example that is using irq for receive and transmit. commit e5941fb0757d233fee9273917d6637d99cb9401c Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Dec 29 05:37:23 2010 +0100 Improved usart api implementation to be more readable. ----------------------------------------------------------------------- Summary of changes: .../{other/dogm128 => obldc/usart_irq}/Makefile | 4 +- .../obldc/{usart/usart.c => usart_irq/usart_irq.c} | 71 +++++++++++++++----- .../obldc/{led/led.ld => usart_irq/usart_irq.ld} | 0 include/libopenstm32/usart.h | 54 +++++++++------ lib/usart.c | 12 ++-- 5 files changed, 94 insertions(+), 47 deletions(-) copy examples/{other/dogm128 => obldc/usart_irq}/Makefile (94%) copy examples/obldc/{usart/usart.c => usart_irq/usart_irq.c} (58%) copy examples/obldc/{led/led.ld => usart_irq/usart_irq.ld} (100%) hooks/post-receive -- libopenstm32 |