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:
ce3db96
)
Minor documentation improvements.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 15 Apr 2012 19:23:00 +0000
(19:23 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 15 Apr 2012 19:23:00 +0000
(19:23 +0000)
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
patch
|
blob
|
blame
|
history
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
patch
|
blob
|
blame
|
history
Projects/XPLAINBridge/XPLAINBridge.txt
patch
|
blob
|
blame
|
history
diff --git
a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
index
523fc15
..
6056535
100644
(file)
--- a/
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
+++ b/
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h
@@
-51,7
+51,7
@@
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
/* On the XPLAIN board, we only need PDI programming
for the ATXMEGA128A1 - disable ISP to prevent hardware
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
/* On the XPLAIN board, we only need PDI programming
for the ATXMEGA128A1 - disable ISP to prevent hardware
- damage.
+ damage
and force-enable XPROG
.
*/
#undef ENABLE_ISP_PROTOCOL
*/
#undef ENABLE_ISP_PROTOCOL
diff --git
a/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
b/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
index
b2f5552
..
5ea9404
100644
(file)
--- a/
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
+++ b/
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
@@
-78,7
+78,7
@@
void XPROGTarget_EnableTargetTPI(void)
DDRD |= (1 << 5) | (1 << 3);
DDRD &= ~(1 << 2);
DDRD |= (1 << 5) | (1 << 3);
DDRD &= ~(1 << 2);
- /* Set up the synchronous USART for T
INY
communications - 8 data bits, even parity, 2 stop bits */
+ /* Set up the synchronous USART for T
PI
communications - 8 data bits, even parity, 2 stop bits */
UBRR1 = ((F_CPU / 2 / XPROG_HARDWARE_SPEED) - 1);
UCSR1B = (1 << TXEN1);
UCSR1C = (1 << UMSEL10) | (1 << UPM11) | (1 << USBS1) | (1 << UCSZ11) | (1 << UCSZ10) | (1 << UCPOL1);
UBRR1 = ((F_CPU / 2 / XPROG_HARDWARE_SPEED) - 1);
UCSR1B = (1 << TXEN1);
UCSR1C = (1 << UMSEL10) | (1 << UPM11) | (1 << USBS1) | (1 << UCSZ11) | (1 << UCSZ10) | (1 << UCPOL1);
diff --git
a/Projects/XPLAINBridge/XPLAINBridge.txt
b/Projects/XPLAINBridge/XPLAINBridge.txt
index
9dead42
..
e71d06a
100644
(file)
--- a/
Projects/XPLAINBridge/XPLAINBridge.txt
+++ b/
Projects/XPLAINBridge/XPLAINBridge.txt
@@
-79,11
+79,6
@@
* <td><b>Description:</b></td>
* </tr>
* <tr>
* <td><b>Description:</b></td>
* </tr>
* <tr>
- * <td>BUFFER_SIZE</td>
- * <td>LightweightRingBuff.h</td>
- * <td>Defines the maximum number of bytes which can be buffered in each Ring Buffer when in serial bridge mode.</td>
- * </tr>
- * <tr>
* <td>LIBUSB_DRIVER_COMPAT</td>
* <td>Makefile LUFA_OPTS</td>
* <td>Define to switch to a non-standard endpoint scheme, breaking compatibility with AVRStudio under Windows but making
* <td>LIBUSB_DRIVER_COMPAT</td>
* <td>Makefile LUFA_OPTS</td>
* <td>Define to switch to a non-standard endpoint scheme, breaking compatibility with AVRStudio under Windows but making