[libopenstm32-commits] libopenstm32 branch, master, updated. 3fb95ad6850d4328b5ced1c033c6c12962aae6
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2011-11-01 16:36: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 3fb95ad6850d4328b5ced1c033c6c12962aae609 (commit) via 97fa5ff815dc2920f8bb675f21cf0cda7588dcaf (commit) via 990109ef4701f863da086571765a8fa00670b99c (commit) via 4c26739ea2fca534181af785a9d5b0ad8624a4d7 (commit) via 2e5f3338c0947c47aab6126be239f98406c5ecc4 (commit) via baa3acf1168b9f6dec91febade1ecd312813eca4 (commit) via 30d1aa957e57a3487124648b3590c28f72815c34 (commit) via e0fe43357d1f2f986e7969a3d6efe723e6828fcf (commit) from 1fea1df39abde97d1e84f5b99f9793701b1691b7 (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 3fb95ad6850d4328b5ced1c033c6c12962aae609 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Oct 31 15:04:08 2011 -0700 Added license header to cdcacm test python script. commit 97fa5ff815dc2920f8bb675f21cf0cda7588dcaf Author: Gareth McMullin <ga...@bl...> Date: Mon Oct 31 23:04:36 2011 +1300 Lisa-M HID example uses accelerometer to move mouse. commit 990109ef4701f863da086571765a8fa00670b99c Author: Piotr Esden-Tempski <pi...@es...> Date: Sun Oct 30 22:54:49 2011 -0700 Fixed an application side buffer issue where resending the data failed. Now the example will retry to send the mirror data untill it succeeds. Also decreased the buffer back to 64 as it needs to be changed in more then one place. commit 4c26739ea2fca534181af785a9d5b0ad8624a4d7 Author: Piotr Esden-Tempski <pi...@es...> Date: Sun Oct 30 18:59:53 2011 -0700 Improved the script to give a better error count reporting. commit 2e5f3338c0947c47aab6126be239f98406c5ecc4 Author: Piotr Esden-Tempski <pi...@es...> Date: Sun Oct 30 18:51:28 2011 -0700 Decreased serial read timeout on the test script to increase throughput. commit baa3acf1168b9f6dec91febade1ecd312813eca4 Author: Piotr Esden-Tempski <pi...@es...> Date: Sun Oct 30 18:51:10 2011 -0700 Increased cdcacm serial buffer to 128. commit 30d1aa957e57a3487124648b3590c28f72815c34 Author: Piotr Esden-Tempski <pi...@es...> Date: Sun Oct 30 18:40:26 2011 -0700 Added cdcacm (usb serial) example for lisa-m with a small basic stresstesting python script. commit e0fe43357d1f2f986e7969a3d6efe723e6828fcf Author: Gareth McMullin <ga...@bl...> Date: Sun Oct 30 20:19:29 2011 +1300 usb_f107: Fixed lost 4 bytes on control OUT transaction. ----------------------------------------------------------------------- Summary of changes: .../stm32/f1/{other => lisa-m}/usb_cdcacm/Makefile | 0 .../stm32/f1/{other => lisa-m}/usb_cdcacm/README | 0 .../f1/{stm32-h103 => lisa-m}/usb_cdcacm/cdcacm.c | 15 +++- .../f1/{stm32-h103 => lisa-m}/usb_cdcacm/cdcacm.ld | 0 examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py | 56 +++++++++++++ .../stm32/f1/lisa-m/usb_hid/adxl345.h | 27 ++++--- examples/stm32/f1/lisa-m/usb_hid/usbhid.c | 85 ++++++++++++++++++-- examples/stm32/f1/stm32-h107/usb_simple/usbtest.py | 20 +++++ lib/usb/usb_f107.c | 25 ++++-- 9 files changed, 197 insertions(+), 31 deletions(-) copy examples/stm32/f1/{other => lisa-m}/usb_cdcacm/Makefile (100%) copy examples/stm32/f1/{other => lisa-m}/usb_cdcacm/README (100%) copy examples/stm32/f1/{stm32-h103 => lisa-m}/usb_cdcacm/cdcacm.c (94%) copy examples/stm32/f1/{stm32-h103 => lisa-m}/usb_cdcacm/cdcacm.ld (100%) create mode 100644 examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py copy lib/lm3s/gpio.c => examples/stm32/f1/lisa-m/usb_hid/adxl345.h (64%) create mode 100644 examples/stm32/f1/stm32-h107/usb_simple/usbtest.py hooks/post-receive -- libopenstm32 |