[libopenstm32-commits] libopenstm32 branch, master, updated. a0091f18c71a19d68cf1c0de4ceb3d9e90c23c
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2011-01-30 21:44:14
|
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 a0091f18c71a19d68cf1c0de4ceb3d9e90c23c39 (commit) via edf230386c2013a346a43daed8473d208e80921d (commit) via 7801cdf5a266d77a93495dc8aab28536d079cfa8 (commit) from aac65d8560a59105cc02132860b77cfe61835b2e (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 a0091f18c71a19d68cf1c0de4ceb3d9e90c23c39 Author: Uwe Hermann <uw...@he...> Date: Sun Jan 30 22:43:33 2011 +0100 Cosmetics, consistency fixes, fix compiler warnings. commit edf230386c2013a346a43daed8473d208e80921d Author: Damjan Marion <dam...@gm...> Date: Thu Jan 27 16:53:10 2011 +0100 Updated STM32 memory map, fixed USB_OTG_FS_BASE commit 7801cdf5a266d77a93495dc8aab28536d079cfa8 Author: Damjan Marion <dam...@gm...> Date: Wed Jan 26 21:14:54 2011 +0100 Fancyblink example for Olimex STM32-H107 board. ----------------------------------------------------------------------- Summary of changes: examples/stm32/Makefile | 10 ++++++++-- .../lpc-p1343 => stm32/stm32-h107}/Makefile | 14 +++++++------- .../{mb525 => stm32-h107}/fancyblink/Makefile | 0 .../{stm32-h103 => stm32-h107}/fancyblink/README | 4 ++-- .../fancyblink/fancyblink.c | 15 +++++++++------ .../fancyblink/fancyblink.ld | 6 +++--- include/libopencm3/stm32/memorymap.h | 16 +++++++++++++--- lib/usb/usb.c | 3 +-- lib/usb/usb_standard.c | 11 +++++++---- 9 files changed, 50 insertions(+), 29 deletions(-) copy examples/{lpc13xx/lpc-p1343 => stm32/stm32-h107}/Makefile (80%) copy examples/stm32/{mb525 => stm32-h107}/fancyblink/Makefile (100%) copy examples/stm32/{stm32-h103 => stm32-h107}/fancyblink/README (67%) copy examples/stm32/{stm32-h103 => stm32-h107}/fancyblink/fancyblink.c (72%) copy examples/stm32/{stm32-h103 => stm32-h107}/fancyblink/fancyblink.ld (83%) hooks/post-receive -- libopenstm32 |