projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4b952d4
)
Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial projects...
author
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 24 Jun 2010 07:42:18 +0000
(07:42 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 24 Jun 2010 07:42:18 +0000
(07:42 +0000)
Projects/Benito/Lib/LightweightRingBuff.h
patch
|
blob
|
blame
|
history
Projects/USBtoSerial/Lib/LightweightRingBuff.h
patch
|
blob
|
blame
|
history
Projects/XPLAINBridge/Lib/LightweightRingBuff.h
patch
|
blob
|
blame
|
history
diff --git
a/Projects/Benito/Lib/LightweightRingBuff.h
b/Projects/Benito/Lib/LightweightRingBuff.h
index
55af753
..
1dc0593
100644
(file)
--- a/
Projects/Benito/Lib/LightweightRingBuff.h
+++ b/
Projects/Benito/Lib/LightweightRingBuff.h
@@
-44,7
+44,7
@@
/* Defines: */
/** Size of each ring buffer, in data elements - must be between 1 and 255. */
/* Defines: */
/** Size of each ring buffer, in data elements - must be between 1 and 255. */
- #define BUFFER_SIZE
128
+ #define BUFFER_SIZE
255
/** Type of data to store into the buffer. */
#define RingBuff_Data_t uint8_t
/** Type of data to store into the buffer. */
#define RingBuff_Data_t uint8_t
diff --git
a/Projects/USBtoSerial/Lib/LightweightRingBuff.h
b/Projects/USBtoSerial/Lib/LightweightRingBuff.h
index
55af753
..
1dc0593
100644
(file)
--- a/
Projects/USBtoSerial/Lib/LightweightRingBuff.h
+++ b/
Projects/USBtoSerial/Lib/LightweightRingBuff.h
@@
-44,7
+44,7
@@
/* Defines: */
/** Size of each ring buffer, in data elements - must be between 1 and 255. */
/* Defines: */
/** Size of each ring buffer, in data elements - must be between 1 and 255. */
- #define BUFFER_SIZE
128
+ #define BUFFER_SIZE
255
/** Type of data to store into the buffer. */
#define RingBuff_Data_t uint8_t
/** Type of data to store into the buffer. */
#define RingBuff_Data_t uint8_t
diff --git
a/Projects/XPLAINBridge/Lib/LightweightRingBuff.h
b/Projects/XPLAINBridge/Lib/LightweightRingBuff.h
index
55af753
..
1dc0593
100644
(file)
--- a/
Projects/XPLAINBridge/Lib/LightweightRingBuff.h
+++ b/
Projects/XPLAINBridge/Lib/LightweightRingBuff.h
@@
-44,7
+44,7
@@
/* Defines: */
/** Size of each ring buffer, in data elements - must be between 1 and 255. */
/* Defines: */
/** Size of each ring buffer, in data elements - must be between 1 and 255. */
- #define BUFFER_SIZE
128
+ #define BUFFER_SIZE
255
/** Type of data to store into the buffer. */
#define RingBuff_Data_t uint8_t
/** Type of data to store into the buffer. */
#define RingBuff_Data_t uint8_t