[libopenstm32-commits] libopenstm32 branch, master, updated. ef766da46811b7cbc7202ce01aa0fb51e785df
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2011-03-07 12:39:15
|
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 ef766da46811b7cbc7202ce01aa0fb51e785dfee (commit) via 6694f3dc0c0cde00a4f5723dc602de731c63fd84 (commit) via 554feb7f274d853fc024165b3c3074d38a01e0c0 (commit) via 662e77b4ee3a46035f5c8a77118134b5913c1e9a (commit) via a71c4c128a4053dbcda428e8b0edbc048e32a45f (commit) via fedad2eb9a918a24782781cb22d283e3f9efb8d2 (commit) via 4667760392255b7fb9dc9b2bbff5d5aa06630187 (commit) via d1baf00629b0c51b15dbba2d8b7bfd2d421a65d2 (commit) via 310561ac50be016fca2375d8d003e54d7478599d (commit) via 4ed536c988bc933a852405caff8173c5eeaef418 (commit) via f0a1282d429023958e750a7821c577c132365485 (commit) via 7d3608f74637162a8d7da9983095c61cbb63852d (commit) via e64a9d2bf9751e505d344eb5024da4772c3f4e50 (commit) from dfa9145a34453750c7f67c187b23911c3c0e44c9 (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 ef766da46811b7cbc7202ce01aa0fb51e785dfee Merge: 6694f3dc0c0cde00a4f5723dc602de731c63fd84 554feb7f274d853fc024165b3c3074d38a01e0c0 Author: Uwe Hermann <uw...@he...> Date: Mon Mar 7 13:37:30 2011 +0100 Merge remote-tracking branch 'gsmcmullin/master' commit 6694f3dc0c0cde00a4f5723dc602de731c63fd84 Author: Piotr Esden-Tempski <pi...@es...> Date: Sun Feb 20 18:02:19 2011 -0800 Added timer example that generates a variable frequency signal. In that particular case it is generating the SOS morse code on the eval board led. commit 554feb7f274d853fc024165b3c3074d38a01e0c0 Author: Gareth McMullin <ga...@bl...> Date: Sun Feb 20 12:28:23 2011 +1300 USB driver for Connectivity-line devices partially working. commit 662e77b4ee3a46035f5c8a77118134b5913c1e9a Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Feb 18 12:18:57 2011 -0800 Added a printf example that is using irq and a ring buffer to write to USART1 port. It is also reflecting the text you write to the device. commit a71c4c128a4053dbcda428e8b0edbc048e32a45f Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Feb 17 20:35:30 2011 -0800 Added usart_printf example into the buildsystem. commit fedad2eb9a918a24782781cb22d283e3f9efb8d2 Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Feb 17 20:12:44 2011 -0800 Added an example using newlib printf for writing to UART1. commit 4667760392255b7fb9dc9b2bbff5d5aa06630187 Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Feb 17 18:37:51 2011 -0800 Added usart_irq to the build system. commit d1baf00629b0c51b15dbba2d8b7bfd2d421a65d2 Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Feb 17 18:35:51 2011 -0800 Added usart_irq test for stm32-h103 board. commit 310561ac50be016fca2375d8d003e54d7478599d Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Feb 17 18:32:07 2011 -0800 Made usart_irq example more robust. It should not duplicate bytes anymore. commit 4ed536c988bc933a852405caff8173c5eeaef418 Author: Gareth McMullin <ga...@bl...> Date: Thu Feb 17 21:50:00 2011 +1300 Added example using ITM and TPIU for TRACESWO output. commit f0a1282d429023958e750a7821c577c132365485 Author: Gareth McMullin <ga...@bl...> Date: Thu Feb 17 21:38:38 2011 +1300 Added ITM and TPIU register definitions. commit 7d3608f74637162a8d7da9983095c61cbb63852d Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 14 19:59:24 2011 -0800 Added fanciblink for Lisa/M. commit e64a9d2bf9751e505d344eb5024da4772c3f4e50 Author: Gareth McMullin <ga...@bl...> Date: Thu Feb 10 19:58:51 2011 +1300 Minor cleanup of usb. Template driver for STM32F107 added. ----------------------------------------------------------------------- Summary of changes: examples/stm32/Makefile.include | 9 +- examples/stm32/lisa-m/Makefile | 8 +- .../stm32/{mb525 => lisa-m}/fancyblink/Makefile | 0 .../{stm32-h103 => lisa-m}/fancyblink/fancyblink.c | 18 +- .../{mb525 => lisa-m}/fancyblink/fancyblink.ld | 0 examples/stm32/obldc/usart_irq/usart_irq.c | 6 +- examples/stm32/stm32-h103/Makefile | 32 ++- .../timer_interrupt => stm32-h103/timer}/Makefile | 0 examples/stm32/stm32-h103/timer/timer.c | 183 +++++++++++ .../fancyblink.ld => stm32-h103/timer/timer.ld} | 0 .../usb_dfu => stm32-h103/traceswo}/Makefile | 2 +- examples/stm32/stm32-h103/traceswo/README | 11 + .../{usart/usart.c => traceswo/traceswo.c} | 65 +++-- .../traceswo/traceswo.ld} | 0 .../usb_dfu => stm32-h103/usart_irq}/Makefile | 2 +- .../{obldc => stm32-h103}/usart_irq/usart_irq.c | 39 ++-- .../{obldc => stm32-h103}/usart_irq/usart_irq.ld | 0 .../usart_irq_printf}/Makefile | 2 +- .../stm32-h103/usart_irq_printf/usart_irq_printf.c | 272 ++++++++++++++++ .../usart_irq_printf/usart_irq_printf.ld} | 0 .../usb_dfu => stm32-h103/usart_printf}/Makefile | 2 +- .../usart_printf/usart_printf.c} | 73 +++-- .../usart_printf/usart_printf.ld} | 0 include/libopencm3/cm3/itm.h | 74 +++++ include/libopencm3/cm3/memorymap.h | 1 + include/libopencm3/cm3/scs.h | 27 +- include/libopencm3/cm3/tpiu.h | 98 ++++++ include/libopencm3/stm32/dbgmcu.h | 2 +- include/libopencm3/stm32/otg_fs.h | 179 +++++++++++- include/libopencm3/stm32/rcc.h | 4 + include/libopencm3/usb/cdc.h | 2 +- include/libopencm3/usb/usbd.h | 1 + lib/stm32/Makefile | 2 +- lib/usb/usb.c | 2 +- lib/usb/usb_f103.c | 6 +- lib/usb/usb_f107.c | 323 ++++++++++++++++++++ lib/usb/usb_private.h | 14 +- 37 files changed, 1346 insertions(+), 113 deletions(-) copy examples/stm32/{mb525 => lisa-m}/fancyblink/Makefile (100%) copy examples/stm32/{stm32-h103 => lisa-m}/fancyblink/fancyblink.c (67%) copy examples/stm32/{mb525 => lisa-m}/fancyblink/fancyblink.ld (100%) copy examples/stm32/{other/timer_interrupt => stm32-h103/timer}/Makefile (100%) create mode 100644 examples/stm32/stm32-h103/timer/timer.c copy examples/stm32/{mb525/fancyblink/fancyblink.ld => stm32-h103/timer/timer.ld} (100%) copy examples/stm32/{lisa-m/usb_dfu => stm32-h103/traceswo}/Makefile (97%) create mode 100644 examples/stm32/stm32-h103/traceswo/README copy examples/stm32/stm32-h103/{usart/usart.c => traceswo/traceswo.c} (59%) copy examples/stm32/{mb525/fancyblink/fancyblink.ld => stm32-h103/traceswo/traceswo.ld} (100%) copy examples/stm32/{lisa-m/usb_dfu => stm32-h103/usart_irq}/Makefile (97%) copy examples/stm32/{obldc => stm32-h103}/usart_irq/usart_irq.c (76%) copy examples/stm32/{obldc => stm32-h103}/usart_irq/usart_irq.ld (100%) copy examples/stm32/{lisa-m/usb_dfu => stm32-h103/usart_irq_printf}/Makefile (96%) create mode 100644 examples/stm32/stm32-h103/usart_irq_printf/usart_irq_printf.c copy examples/stm32/{obldc/led/led.ld => stm32-h103/usart_irq_printf/usart_irq_printf.ld} (100%) copy examples/stm32/{lisa-m/usb_dfu => stm32-h103/usart_printf}/Makefile (97%) copy examples/stm32/{stm32-discovery/usart/usart.c => stm32-h103/usart_printf/usart_printf.c} (56%) copy examples/stm32/{obldc/led/led.ld => stm32-h103/usart_printf/usart_printf.ld} (100%) create mode 100644 include/libopencm3/cm3/itm.h create mode 100644 include/libopencm3/cm3/tpiu.h create mode 100644 lib/usb/usb_f107.c hooks/post-receive -- libopenstm32 |