Re: [Openocd-development] [PATCH] contrib: fix udev rules for tty based adaptors

2011-10-08 Thread Luca BRUNO
Luca Bruno scrisse: > This patch fix udev rules to work with any listed tty-based adaptor. Speaking of udev, another related patch is currently sitting in the bug tracker at http://sourceforge.net/apps/trac/openocd/ticket/39 Would anyone care to review and commit it? Cheers, Luca P.S. par

[Openocd-development] [PATCH] contrib: fix udev rules for tty based adaptors

2011-09-13 Thread Luca Bruno
Most serial adaptors are identified by udev with SUBSYSTEM=tty and without DEVTYPE. This patch fix udev rules to work with any listed tty-based adaptor. It has been tested with a FTDI-based Bus Pirate. Signed-off-by: Luca Bruno --- contrib/openocd.udev |4 ++-- 1 files changed, 2 insertions

[Openocd-development] [PATCH] Fixes and spellchecks for various Buspirate output messages

2011-09-10 Thread Luca Bruno
Signed-off-by: Luca Bruno --- src/jtag/drivers/buspirate.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/jtag/drivers/buspirate.c b/src/jtag/drivers/buspirate.c index a360d23..62ab008 100644 --- a/src/jtag/drivers/buspirate.c +++ b/src/jtag/drivers

Re: [Openocd-development] 0.5.0 release

2011-08-11 Thread Luca BRUNO
e it in Ubuntu, too. Ciao, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Debian GNU/Linux

Re: [Openocd-development] [PATCH] Automatically generate ChangeLog from git log for release tarball

2011-08-03 Thread Luca Bruno
in the attached patch. Spen, can you please check if this is ok for you? Jean-Christophe, could you consider it for inclusion in 0.5.0 (if ACKed)? Ciao, Luca P.S. sorry for the delay in this iteration, I'm moving home. -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :&#x

[Openocd-development] [PATCH] Automatically generate ChangeLog from git log for release tarball

2011-07-17 Thread Luca Bruno
make dist should use git2cl to genereate ChangeLog from git history, populating the placeholder file in released tarball. Signed-off-by: Luca Bruno --- Makefile.am |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1b19ba4..d2a18cc 100644

Re: [Openocd-development] [PATCH] Automatically generate ChangeLog from git log for release tarball

2011-07-14 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Spencer Oliver scrisse: > On 10 July 2011 15:17, Luca Bruno wrote: > > make dist should use git2cl to genereate ChangeLog from git history, > > populating the placeholder file in released tarball. > > I like this, however it fa

Re: [Openocd-development] OpenOCD 0.5.0-rc2 release

2011-07-14 Thread Luca Bruno
efully get them committed before next rc. Ciao, Luca - -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Debian GNU/Linux Dev

Re: [Openocd-development] [PATCH] Fix typo in command output

2011-07-10 Thread Luca Bruno
o catch all typos or other specific kinds of problems. It looked worthy to me to patch these now though, as we are refinining a new release. Ciao, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'`

[Openocd-development] [PATCH] Fix typo in command output

2011-07-10 Thread Luca Bruno
Fix a bunch of minor typo in user facing output. Signed-off-by: Luca Bruno --- src/flash/nand/lpc3180.c |2 +- src/flash/nor/stellaris.c |2 +- src/rtos/FreeRTOS.c |2 +- src/rtos/ThreadX.c|2 +- src/rtos/eCos.c |2 +- 5 files changed, 5 insertions

Re: [Openocd-development] OpenOCD 0.5.0-rc2 release

2011-07-10 Thread Luca Bruno
already spoken against it. I hope you may re-consider it. Ciao, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Debian

[Openocd-development] [PATCH] Automatically generate ChangeLog from git log for release tarball

2011-07-10 Thread Luca Bruno
make dist should use git2cl to genereate ChangeLog from git history, populating the placeholder file in released tarball. Signed-off-by: Luca Bruno --- Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1b19ba4..c4c7da7 100644

[Openocd-development] [PATCH] Do not append git info to version string when building from released tarball

2011-07-09 Thread Luca Bruno
When building official releases from tarball, git commit info is not available in the building environment. Thus, automake should not try to append the git commit to the version string. Signed-off-by: Luca Bruno --- src/Makefile.am |3 ++- 1 files changed, 2 insertions(+), 1 deletions

Re: [Openocd-development] Please welcome Jean-Christophe as release manager

2011-07-04 Thread Luca Bruno
hanks, Luca - -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Debian GNU/Linux Develop

Re: [Openocd-development] Openocd release known issues

2011-06-16 Thread Luca Bruno
@@ endif SUBDIRS += src doc EXTRA_DIST = \ + jimtcl \ Doxyfile.in \ tools/logger.pl - -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB

Re: [Openocd-development] Outstanding patches

2011-05-18 Thread Luca Bruno
be handy to draw a current status draft and check what to achieve for the next release. Sorry for the noise and so many inquiries ;) Keep up with your great work, Luca - -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal

Re: [Openocd-development] [PATCH] Update ep93xx and at91rm9200 drivers

2010-10-02 Thread Luca Bruno
g.cgi?pkg=openocd Ciao, Luc -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Debian GNU/Linux Developer signature.a

Re: [Openocd-development] [PATCH] Update ep93xx and at91rm9200 drivers

2010-09-30 Thread Luca Bruno
Luca Bruno scrisse: > ep93xx and at91rm9200 are conditionally built only on arm and were not > updated to reflect changes in command registration handler. > This patch makes them properly compile again, fixing a build failure > experienced on Debian armel. Before integrating this

Re: [Openocd-development] [PATCH] Update ep93xx and at91rm9200 drivers

2010-09-29 Thread Luca Bruno
nal features not covered by the standard command set. */ const struct command_registration *commands; Moreover, ep93xx_register_commands was just a stub, and looking at git history I've seen they're usually removed (eg. in 66ee30). I hope not to be wrong on this... Cheers, Luca -- .&#

[Openocd-development] [PATCH] Update ep93xx and at91rm9200 drivers

2010-09-27 Thread Luca Bruno
ep93xx and at91rm9200 are conditionally built only on arm and were not updated to reflect changes in command registration handler. This patch makes them properly compile again, fixing a build failure experienced on Debian armel. Signed-off-by: Luca Bruno --- src/jtag/drivers/at91rm9200.c | 30