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

2011-01-16 Thread Peter Stuge
Michal Demin wrote: > > This patch adds support for buspirate in Win32/Mingw and > > MacOS/Darwin environment. Good. I think it could be merged, but I think I spotted one thing that should be fixed: > @@ -924,6 +996,19 @@ static int buspirate_serial_read(int fd, char *buf, int > size) > in

Re: [Openocd-development] transport BUG

2011-01-16 Thread Peter Stuge
simon qian wrote: > > If you wouldn't mind, try creating a patch next time: > > git add > > git commit > > git format-patch origin/master > > => generate patches for all commits since origin/master > OK. > I used to generate the patch using git diff command. > I'll use new command next time. Perf