From 38dc291a2c718660c3c957c53f580b07cf3ec94f Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 17 Apr 2009 00:25:53 +0200 Subject: * digital/avr/modules/isp: - added isp_frame to handle AVR068 protocol. --- digital/avr/modules/isp/test/avrconfig.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'digital/avr/modules/isp/test') diff --git a/digital/avr/modules/isp/test/avrconfig.h b/digital/avr/modules/isp/test/avrconfig.h index 5c1538d3..2b4e37de 100644 --- a/digital/avr/modules/isp/test/avrconfig.h +++ b/digital/avr/modules/isp/test/avrconfig.h @@ -25,4 +25,12 @@ * * }}} */ +/* isp - ISP module. */ +/** Size of isp_frame buffer. */ +#define AC_ISP_FRAME_BUFFER_SIZE 275 +/** Should be implemented by the user to send a character. */ +#define AC_ISP_FRAME_SEND_CHAR uart0_putc +/** Should be implemented by the user (isp_proto) to accept a frame. */ +#define AC_ISP_FRAME_ACCEPT_FRAME isp_proto_accept + #endif /* avrconfig_h */ -- cgit v1.2.3