Skip to content
Snippets Groups Projects
Commit 2b90372b authored by kc8apf's avatar kc8apf
Browse files

Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams...

Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@gadgetworks.com> and Zach Welch <zw@superlucidity.net>

git-svn-id: svn://svn.berlios.de/openocd/trunk@1504 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 6be91c28
Branches
No related tags found
No related merge requests found
......@@ -42,8 +42,9 @@
#define JLINK_USB_TIMEOUT 1000
#define JLINK_IN_BUFFER_SIZE 8192
#define JLINK_OUT_BUFFER_SIZE 8192
// See Section 1.3.2 of the Segger JLink USB protocol manual
#define JLINK_IN_BUFFER_SIZE 2048
#define JLINK_OUT_BUFFER_SIZE 2048
#define JLINK_EMU_RESULT_BUFFER_SIZE 64
/* Global USB buffers */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment