On Sat, May 16, 2009 at 7:02 AM, Dean Glazeski wrote:
> Howdy,
>
> I was playing around with OpenOCD's building process and I noticed the
> embedded HTTP server option. Firstly, I was wondering what this was for.
Duane Ellis has been working on target peripheral specific scripts to
view & manipul
> > - LOG_DEBUG("Serving %s length=%u", url, len);
> > + LOG_DEBUG("Serving %s length=%u", url, (unsigned int)
> len);
On 16/05/2009, Rick Altherr wrote:
> As for the patch, the correct format string for size_t is %zu. I'll commit
> that fix in the morning if no one
The embedded HTTPD is only used for the ZY1000 sold by Zylin.
Personally, I don't think it should be part of OpenOCD proper.
As for the patch, the correct format string for size_t is %zu. I'll
commit that fix in the morning if no one beats me to it.
--
Rick Altherr
kc8...@kc8apf.net
"He s
Howdy,
I was playing around with OpenOCD's building process and I noticed the
embedded HTTP server option. Firstly, I was wondering what this was for.
The HTTPD option is only listed in the texi, but I couldn't find
anything that talked about what it was for. Anyway, during the build I
hit a