[Openocd-development] Add support for Buspirate

2010-02-24 Thread Michal Demin
it to master repository. Thank you Michal Demin buspirate.patch Description: Binary data ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] [PATCH] Add support for Buspirate interface

2010-02-27 Thread Michal Demin
0,0 +1,981 @@ +/*** + * Copyright (C) 2010 by Michal Demin* + * based on usbprog.c and arm-jtag-ew.c * + * * + * This program is free softwar

[Openocd-development] [PATCH] Add support for Buspirate interface v2

2010-03-07 Thread Michal Demin
0,0 +1,981 @@ +/*** + * Copyright (C) 2010 by Michal Demin* + * based on usbprog.c and arm-jtag-ew.c * + * * + * This program is free software; you can redistribute it and

Re: [Openocd-development] [PATCH] Add support for Buspirate interface v2

2010-03-08 Thread Michal Demin
On Mon, Mar 8, 2010 at 3:54 AM, David Brownell wrote: > On Sunday 07 March 2010, Michal Demin wrote: >> Copy of this patch can by >> downloaded here: http://robot.mysteria.cz/buspirate.patch > > Better ... I can apply that one. > > I attach a version with minor

[Openocd-development] Errors when building with buspirate support

2010-04-10 Thread Michal Demin
n is supported and not MinGW... I am willing to add functionality if requested by users :) > > But it would be nice to support MinGW along with Cygwin. I have been planing to add Win32/MinGW support. It should be as easy as replacing few OS depen

[Openocd-development] Buspirate fix shadow

2010-07-23 Thread Michal Demin
Hello, Attached patch fixes -Wshadow errors for buspirate driver. Could you please review it and apply to master ? Michal Demin From 7200f2119c0d688e72d7c140fa1683e26c197136 Mon Sep 17 00:00:00 2001 From: Michal Demin Date: Sat, 10 Jul 2010 10:08:18 +0200 Subject: [PATCH] Buspirate: fix

[Openocd-development] Buspirate refactor

2010-10-23 Thread Michal Demin
Hi, Attached patches fix serial port close problem in buspirate and add a bit of abstraction for upcoming patch that will add WIN32 support. Michal Demin 0001-buspirate-Serial-port-was-not-correctly-closed.patch Description: Binary data 0002-buspirate-change-handling-of-communication-speed

[Openocd-development] Buspirate - Support for win32 and darwin

2011-01-12 Thread Michal Demin
could give this patch a try. :-) If no one does test it. I would just suggest to leave it in hibernation, until someone really requests this feature. Michal Demin ___ Openocd-development mailing list Openocd-development@lists.berlios.de https

Re: [Openocd-development] Buspirate - Support for win32 and darwin

2011-01-12 Thread Michal Demin
Now the attachment. Michal Demin On Wed, Jan 12, 2011 at 2:25 PM, Michal Demin wrote: > Hi, > > This patch adds support for buspirate in Win32/Mingw and MacOS/Darwin > environment. > > The code as such is copied from a working project, but has not been > tested at al

[Openocd-development] Buspirate fixes

2011-02-03 Thread Michal Demin
Hi, Attached is patch that fixes command parsing in buspirate driver. Also changes some error strings to give more sense. When exactly did the script parsing change ? For some reason in-line comments are parsed as part of the command and change argument count. Michal Demin 0001-Fix-command

Re: [Openocd-development] [PATCH] RTOS Thread awareness support wip

2011-04-14 Thread Michal Demin
There are some coding style problems in the patch. I think it should be checked before merging. Michal Demin On Thu, Apr 14, 2011 at 10:27 AM, Øyvind Harboe wrote: > Any objections to merging? > > I'd like testing feedback on this patch that it does not break anything. > >