- 25 May, 2011 1 commit
-
-
Alan Bowman authored
-
- 15 Apr, 2011 1 commit
-
-
Broadcom Corporation (Evan Hunter) authored
- works on Cortex-M3 with ThreadX and FreeRTOS Compared to original patch a few nits were fixed: - remove stricmp usage - unsigned compare fix - printf formatting fixes - fixed a bug with overrunning a memory buffer allocated with malloc.
-
- 02 Dec, 2009 3 commits
-
-
David Brownell authored
The new stubs for httpd and ioutil gave errors like: ioutil_stubs.c: In function ‘ioutil_init’: ioutil_stubs.c:27: error: implicit declaration of function ‘LOG_DEBUG’ ioutil_stubs.c:28: error: ‘ERROR_OK’ undeclared (first use in this function) ioutil_stubs.c:28: error: (Each undeclared identifier is reported only once ioutil_stubs.c:28: error: for each function it appears in.) Fix. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
Zachary T Welch authored
Add ioutil_stubs.c to provide an empty ioutil_init() routine. Add ioutil.h to prevent applications from needing to declare it. Allows unconditionally calling that function during startup, and the resulting libocdhelper library API is now more stable. Prints a DEBUG message when the stub implementation is included.
-
Zachary T Welch authored
Adds server_stubs.c to hold these routines, using automake logic to ensure it gets included under the right conditions.
-
- 25 Nov, 2009 1 commit
-
-
Zachary T Welch authored
Updates httpd_start() to use register_commands() for 'readform' and 'writeform' commands. Adds server/httpd.h to export the new signatures for this function (and httpd_stop), which allows removing the obsoleted declarations inside openocd.c.
-
- 13 Nov, 2009 1 commit
-
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct command_context.
-
- 09 Nov, 2009 1 commit
-
-
Zachary T Welch authored
Removes 'extern' keyword from function declarations in header filess.
-
- 06 Jul, 2008 2 commits
-
-
ntfreak authored
- fixed build warnings for last commit - set svn props for last commit git-svn-id: svn://svn.berlios.de/openocd/trunk@760 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@757 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 22 Nov, 2006 1 commit
-
-
drath authored
- added support for loading .bit files into Xilinx Virtex-II devices - added support for the Gateworks GW16012 JTAG dongle - merged CFI fixes from XScale branch - a few minor fixes git-svn-id: svn://svn.berlios.de/openocd/trunk@116 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 02 Jun, 2006 1 commit
-
-
drath authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@64 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-