Skip to content
GitLab
Menu
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
5c0c0327
Commit
5c0c0327
authored
May 02, 2010
by
Dean Camera
Browse files
Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone project.
parent
a5e79333
Changes
3
Show whitespace changes
Inline
Side-by-side
Projects/AVRISP-MKII/Lib/V2Protocol.c
View file @
5c0c0327
...
@@ -43,6 +43,7 @@ uint32_t CurrentAddress;
...
@@ -43,6 +43,7 @@ uint32_t CurrentAddress;
bool
MustSetAddress
;
bool
MustSetAddress
;
/** ISR to manage timeouts whilst processing a V2Protocol command */
ISR
(
TIMER0_COMPA_vect
,
ISR_NOBLOCK
)
ISR
(
TIMER0_COMPA_vect
,
ISR_NOBLOCK
)
{
{
if
(
TimeoutMSRemaining
)
if
(
TimeoutMSRemaining
)
...
...
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h
View file @
5c0c0327
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
#endif
#endif
/** Serial carrier TPI/PDI speed when hardware TPI/PDI mode is used */
/** Serial carrier TPI/PDI speed when hardware TPI/PDI mode is used */
#define XPROG_HARDWARE_SPEED
5
00000
#define XPROG_HARDWARE_SPEED
10
00000
/** Number of cycles between each clock when software USART mode is used */
/** Number of cycles between each clock when software USART mode is used */
#define BITS_BETWEEN_USART_CLOCKS 100
#define BITS_BETWEEN_USART_CLOCKS 100
...
...
Projects/AVRISP-MKII/makefile
View file @
5c0c0327
...
@@ -66,7 +66,7 @@ MCU = at90usb1287
...
@@ -66,7 +66,7 @@ MCU = at90usb1287
# Target board (see library "Board Types" documentation, NONE for projects not requiring
# 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
# LUFA board drivers). If USER is selected, put custom board drivers in a directory called
# "Board" inside the application directory.
# "Board" inside the application directory.
BOARD
=
XPLAIN
BOARD
=
USBKEY
# Processor frequency.
# Processor frequency.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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