Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
d2851b33
Commit
d2851b33
authored
Feb 21, 2010
by
Dean Camera
Browse files
Oops - need to revert changes made to ease testing of the software PDI programming mode.
parent
5e12d436
Changes
3
Hide whitespace changes
Inline
Side-by-side
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
View file @
d2851b33
...
...
@@ -59,6 +59,7 @@ ISR(TIMER1_COMPA_vect, ISR_BLOCK)
if
(
!
(
SoftUSART_BitCount
))
return
;
/* Check to see if we are at a rising or falling edge of the clock */
if
(
BITBANG_PDICLOCK_PORT
&
BITBANG_PDICLOCK_MASK
)
{
/* If at rising clock edge and we are in send mode, abort */
...
...
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h
View file @
d2851b33
...
...
@@ -57,27 +57,7 @@
/* Defines: */
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
// #define XPROG_VIA_HARDWARE_USART
#define BITBANG_PDIDATA_PORT PORTD
#define BITBANG_PDIDATA_DDR DDRD
#define BITBANG_PDIDATA_PIN PIND
#define BITBANG_PDIDATA_MASK (1 << 3)
#define BITBANG_PDICLOCK_PORT PORTD
#define BITBANG_PDICLOCK_DDR DDRD
#define BITBANG_PDICLOCK_PIN PIND
#define BITBANG_PDICLOCK_MASK (1 << 5)
#define BITBANG_TPIDATA_PORT PORTB
#define BITBANG_TPIDATA_DDR DDRB
#define BITBANG_TPIDATA_PIN PINB
#define BITBANG_TPIDATA_MASK (1 << 3)
#define BITBANG_TPICLOCK_PORT PORTB
#define BITBANG_TPICLOCK_DDR DDRB
#define BITBANG_TPICLOCK_PIN PINB
#define BITBANG_TPICLOCK_MASK (1 << 1)
#define XPROG_VIA_HARDWARE_USART
#else
#define BITBANG_PDIDATA_PORT PORTB
#define BITBANG_PDIDATA_DDR DDRB
...
...
Projects/AVRISP-MKII/makefile
View file @
d2851b33
...
...
@@ -66,7 +66,7 @@ MCU = at90usb1287
# Target board (see library "Board Types" documentation, NONE for projects not requiring
# LUFA board drivers). If USER is selected, put custom board drivers in a directory called
# "Board" inside the application directory.
BOARD
=
XPLAIN
BOARD
=
USBKEY
# Processor frequency.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment