summaryrefslogtreecommitdiff
path: root/src/svf/svf.c
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-04-01 13:02:24 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-04-01 13:02:24 +0200
commit3b7c9585db2dd49b48123d50e9e8af7bc527be52 (patch)
tree543433d697a4131e362ff6cf158324479dd89af8 /src/svf/svf.c
parenta0b83e82f7fa1833f7ac137d052335c55d1a4223 (diff)
parent977df18f50f0f4d2310787787c03d83c2498da1a (diff)
downloadopenocd+libswd-3b7c9585db2dd49b48123d50e9e8af7bc527be52.tar.gz
openocd+libswd-3b7c9585db2dd49b48123d50e9e8af7bc527be52.tar.bz2
openocd+libswd-3b7c9585db2dd49b48123d50e9e8af7bc527be52.tar.xz
openocd+libswd-3b7c9585db2dd49b48123d50e9e8af7bc527be52.zip
Merge remote branch 'origin/master' into HEAD
Diffstat (limited to 'src/svf/svf.c')
-rw-r--r--src/svf/svf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svf/svf.c b/src/svf/svf.c
index 0cca768d..64be1270 100644
--- a/src/svf/svf.c
+++ b/src/svf/svf.c
@@ -219,7 +219,7 @@ static size_t svf_command_buffer_size = 0;
static int svf_line_number = 1;
static int svf_getline (char **lineptr, size_t *n, FILE *stream);
-#define SVF_MAX_BUFFER_SIZE_TO_COMMIT (4 * 1024)
+#define SVF_MAX_BUFFER_SIZE_TO_COMMIT (1024 * 1024)
static uint8_t *svf_tdi_buffer = NULL, *svf_tdo_buffer = NULL, *svf_mask_buffer = NULL;
static int svf_buffer_index = 0, svf_buffer_size = 0;
static int svf_quiet = 0;