[libopenstm32-commits] libopenstm32 branch, master, updated. 36931dc991e4e68ed1ac32b328be788ae1affb
Status: Inactive
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2010-12-29 14:56:24
|
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 36931dc991e4e68ed1ac32b328be788ae1affbe1 (commit)
via a6e6a08a3ac7a61e3067e3d26bdb65ee6149e259 (commit)
via 24e9860d304c09f804c392fc3ae530c78de29886 (commit)
via 1c6d7cf06a099294df30ccfd8139bad573140dba (commit)
via 586a4740d57ede9cd6cc4dd8f2d478c1244ee691 (commit)
via 963588aba01c327757f73bf702466bb32224cfc6 (commit)
via e0cd35299073e6bf2becadf42e6fbbeb1b47890e (commit)
via e35590634596acb288ad3e89cb1c4dc4a3f9fc93 (commit)
via 7f002110dcccf7efb8c260bdc2106c2192257c96 (commit)
from 66fd5373b4d1f99d2b34b7223c8964e3cb70de9f (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 36931dc991e4e68ed1ac32b328be788ae1affbe1
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 15:52:37 2010 +0100
Whitespace fixes.
commit a6e6a08a3ac7a61e3067e3d26bdb65ee6149e259
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 15:44:12 2010 +0100
Make the build/clean targets a bit less verbose.
commit 24e9860d304c09f804c392fc3ae530c78de29886
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 15:22:39 2010 +0100
Drop Paparazzi-specific stuff, deduplicate Makefiles.
commit 1c6d7cf06a099294df30ccfd8139bad573140dba
Merge: 66fd5373b4d1f99d2b34b7223c8964e3cb70de9f 586a4740d57ede9cd6cc4dd8f2d478c1244ee691
Author: Uwe Hermann <uw...@he...>
Date: Wed Dec 29 15:12:23 2010 +0100
Merge branch 'martinmm'.
commit 586a4740d57ede9cd6cc4dd8f2d478c1244ee691
Author: Martin Mueller <ma...@pf...>
Date: Mon Dec 6 00:07:14 2010 +0100
adapt to new usb interface
commit 963588aba01c327757f73bf702466bb32224cfc6
Author: Martin Mueller <ma...@pf...>
Date: Sun Dec 5 23:59:12 2010 +0100
Lisa/M board tests
commit e0cd35299073e6bf2becadf42e6fbbeb1b47890e
Author: Gareth McMullin <ga...@bl...>
Date: Sat Nov 6 19:05:57 2010 +1300
Fixed HID example to work with new control mechanism.
commit e35590634596acb288ad3e89cb1c4dc4a3f9fc93
Author: Gareth McMullin <ga...@bl...>
Date: Sat Nov 6 18:53:10 2010 +1300
Fixed DFU example to work with new control mechanism.
commit 7f002110dcccf7efb8c260bdc2106c2192257c96
Author: Gareth McMullin <ga...@bl...>
Date: Sat Nov 6 12:21:46 2010 +1300
Improved dispatching of user control callbacks.
Only cdc_acm example is updated.
-----------------------------------------------------------------------
Summary of changes:
HACKING | 2 +-
examples/Makefile | 10 ++-
examples/Makefile.include | 47 ++++----
examples/{mb525 => lisa-m}/Makefile | 21 ++--
examples/{obldc/can => lisa-m/usb_dfu}/Makefile | 3 +-
examples/{other => lisa-m}/usb_dfu/README | 0
examples/{other => lisa-m}/usb_dfu/dfu.h | 0
examples/{other => lisa-m}/usb_dfu/usbdfu.c | 0
examples/{other => lisa-m}/usb_dfu/usbdfu.ld | 0
examples/{obldc/can => lisa-m/usb_hid}/Makefile | 3 +-
.../{other/usb_cdcacm => lisa-m/usb_hid}/README | 2 +-
examples/{other => lisa-m}/usb_hid/hid.h | 0
examples/{other => lisa-m}/usb_hid/usbhid.c | 48 ++++++--
.../cdcacm.ld => lisa-m/usb_hid/usbhid.ld} | 0
examples/mb525/fancyblink/Makefile | 3 +-
examples/mb525/pwmleds/Makefile | 3 +-
examples/obldc/can/Makefile | 1 +
examples/obldc/led/Makefile | 1 +
examples/obldc/systick/Makefile | 1 +
examples/obldc/usart/Makefile | 3 +-
examples/obldc/usart_irq/Makefile | 1 +
examples/other/adc_temperature_sensor/Makefile | 3 +-
examples/other/dma_mem2mem/Makefile | 3 +-
examples/other/dogm128/Makefile | 3 +-
examples/other/i2c_stts75_sensor/Makefile | 3 +-
examples/other/rtc/Makefile | 3 +-
examples/other/systick/Makefile | 3 +-
examples/other/timer_interrupt/Makefile | 3 +-
examples/other/usb_cdcacm/Makefile | 3 +-
examples/other/usb_cdcacm/cdcacm.c | 31 ++---
examples/other/usb_dfu/Makefile | 3 +-
examples/other/usb_dfu/usbdfu.c | 62 +++-------
examples/other/usb_hid/Makefile | 3 +-
examples/other/usb_hid/usbhid.c | 17 ++-
examples/stm32-h103/Makefile | 10 ++-
examples/stm32-h103/fancyblink/Makefile | 3 +-
examples/stm32-h103/miniblink/Makefile | 3 +-
examples/stm32-h103/spi/Makefile | 3 +-
examples/stm32-h103/usart/Makefile | 3 +-
examples/stm32-h103/usb_cdcacm/Makefile | 3 +-
examples/stm32-h103/usb_cdcacm/cdcacm.c | 31 ++---
.../{obldc/can => stm32-h103/usb_dfu}/Makefile | 3 +-
examples/{other => stm32-h103}/usb_dfu/README | 0
examples/{other => stm32-h103}/usb_dfu/dfu.h | 0
examples/{other => stm32-h103}/usb_dfu/usbdfu.c | 0
examples/{other => stm32-h103}/usb_dfu/usbdfu.ld | 0
.../{obldc/can => stm32-h103/usb_hid}/Makefile | 3 +-
.../usb_cdcacm => stm32-h103/usb_hid}/README | 2 +-
examples/{other => stm32-h103}/usb_hid/hid.h | 0
examples/{other => stm32-h103}/usb_hid/usbhid.c | 31 +++--
.../{usb_cdcacm/cdcacm.ld => usb_hid/usbhid.ld} | 0
.../{obldc/can => stm32-h103/usb_iap}/Makefile | 5 +-
.../{other/dogm128 => stm32-h103/usb_iap}/README | 4 +-
.../usbdfu.c => stm32-h103/usb_iap/usbiap.c} | 0
.../{usb_cdcacm/cdcacm.ld => usb_iap/usbiap.ld} | 0
include/usbd.h | 15 +--
lib/Makefile | 3 +-
lib/usb/usb_control.c | 122 +++++++------------
lib/usb/usb_private.h | 15 +--
59 files changed, 274 insertions(+), 274 deletions(-)
copy examples/{mb525 => lisa-m}/Makefile (71%)
copy examples/{obldc/can => lisa-m/usb_dfu}/Makefile (97%)
copy examples/{other => lisa-m}/usb_dfu/README (100%)
copy examples/{other => lisa-m}/usb_dfu/dfu.h (100%)
copy examples/{other => lisa-m}/usb_dfu/usbdfu.c (100%)
copy examples/{other => lisa-m}/usb_dfu/usbdfu.ld (100%)
copy examples/{obldc/can => lisa-m/usb_hid}/Makefile (97%)
copy examples/{other/usb_cdcacm => lisa-m/usb_hid}/README (93%)
copy examples/{other => lisa-m}/usb_hid/hid.h (100%)
copy examples/{other => lisa-m}/usb_hid/usbhid.c (84%)
copy examples/{stm32-h103/usb_cdcacm/cdcacm.ld => lisa-m/usb_hid/usbhid.ld} (100%)
copy examples/{obldc/can => stm32-h103/usb_dfu}/Makefile (97%)
copy examples/{other => stm32-h103}/usb_dfu/README (100%)
copy examples/{other => stm32-h103}/usb_dfu/dfu.h (100%)
copy examples/{other => stm32-h103}/usb_dfu/usbdfu.c (100%)
copy examples/{other => stm32-h103}/usb_dfu/usbdfu.ld (100%)
copy examples/{obldc/can => stm32-h103/usb_hid}/Makefile (97%)
copy examples/{other/usb_cdcacm => stm32-h103/usb_hid}/README (93%)
copy examples/{other => stm32-h103}/usb_hid/hid.h (100%)
copy examples/{other => stm32-h103}/usb_hid/usbhid.c (89%)
copy examples/stm32-h103/{usb_cdcacm/cdcacm.ld => usb_hid/usbhid.ld} (100%)
copy examples/{obldc/can => stm32-h103/usb_iap}/Makefile (93%)
copy examples/{other/dogm128 => stm32-h103/usb_iap}/README (88%)
copy examples/{other/usb_dfu/usbdfu.c => stm32-h103/usb_iap/usbiap.c} (100%)
copy examples/stm32-h103/{usb_cdcacm/cdcacm.ld => usb_iap/usbiap.ld} (100%)
hooks/post-receive
--
libopenstm32
|