Re: [Openocd-development] Adding support for X and F GDB Stop Reply Packets and additional signals

2009-08-09 Thread Øyvind Harboe
On Wed, Aug 5, 2009 at 10:56 AM, Jon Benistonj...@beniston.com wrote: Hi David, To handle syscalls ... use a GDB server (or stub) running native in that OS.  Not on bare metal, not talking over JTAG. But that could use up precious resources that you might not have (memory and I/O). Also,

Re: [Openocd-development] Jlink MIPS CPU issue

2009-08-09 Thread Nico Coesel
Stephan, This is due to the bug in the Jlink driver I reported earlier! The stableclocks JTAG command is not implemented in the Jlink driver. This can be fixed by copy pasting some code from another driver. Nico Coesel -Oorspronkelijk bericht- Van:

Re: [Openocd-development] Adding support for X and F GDB Stop Reply Packets and additional signals

2009-08-09 Thread Jon Beniston
What do you believe other OpenOCD users could use such file IO for? I have used it in the past when running test suites that require test large vectors writing back test results that don't fit/should not be stored on the target but rather the GDB host. Not the sort of thing that I expect

[Openocd-development] [PATCH] Add LPC1700 suport

2009-08-09 Thread Audrius Urmanavičius
Hello List, Finally my MCB1760 dev board from Keil arrived and I programmed the support of LPC1768 with excitement. Attached is a patch against trunk of R2578. LPC1700 flash support is made as an extension of LPC2000 driver with several tweaks. Also created tcl config files for Keil MCB1760 board