[libopenstm32-commits] libopenstm32 branch, master, updated. f9a28a3d5e7438842f64c123ffff2488bdccff
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2011-10-09 17:58:17
|
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 f9a28a3d5e7438842f64c123ffff2488bdccff4d (commit) via 9e4522ad21d9489b912e39e5ecac7143e997b8fd (commit) via 03a4a18ed646413125217208e8eed48e1a33f58c (commit) via 5d97653163c3ea5148655a875c30cfef4ecbb60d (commit) via 0a66d52ec836b361521652a09c3ebf7cd91fcd0f (commit) from 32c276a7084141ea0e65f1fa4cd92146251958d6 (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 f9a28a3d5e7438842f64c123ffff2488bdccff4d Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Oct 5 13:55:17 2011 -0700 Changed clock on lisa-m hid example to 72MHz and removed disconnect pin control as the stm32f105 has built in pullups. commit 9e4522ad21d9489b912e39e5ecac7143e997b8fd Author: Piotr Esden-Tempski <pi...@es...> Date: Tue Oct 4 23:53:16 2011 -0700 Corrected led io for lisa/m v1.1 cleaned up some whitespace. Trying to get it to work... commit 03a4a18ed646413125217208e8eed48e1a33f58c Author: Piotr Esden-Tempski <pi...@es...> Date: Tue Oct 4 13:06:56 2011 -0700 Switched all makefiles to arm-none-eabi default. commit 5d97653163c3ea5148655a875c30cfef4ecbb60d Author: Piotr Esden-Tempski <pi...@es...> Date: Sun Oct 2 01:20:44 2011 -0700 Added black magic probe flashing support to the example code makefile. commit 0a66d52ec836b361521652a09c3ebf7cd91fcd0f Author: Piotr Esden-Tempski <pi...@es...> Date: Sun Oct 2 01:13:14 2011 -0700 Switched the makefile default from arm-elf to arm-none-eabi. ----------------------------------------------------------------------- Summary of changes: Makefile | 8 +++- examples/lm3s/Makefile.include | 4 +- examples/lpc13xx/Makefile.include | 4 +- examples/stm32/Makefile.include | 17 +++++++- examples/stm32/lisa-m/usb_hid/usbhid.c | 72 +++++++++++++++---------------- lib/lm3s/Makefile | 4 +- lib/lpc13xx/Makefile | 4 +- lib/stm32/Makefile | 4 +- scripts/black_magic_probe_debug.scr | 4 ++ scripts/black_magic_probe_flash.scr | 4 ++ 10 files changed, 74 insertions(+), 51 deletions(-) create mode 100644 scripts/black_magic_probe_debug.scr create mode 100644 scripts/black_magic_probe_flash.scr hooks/post-receive -- libopenstm32 |