From acf742ef36a87703365a4662e71a898873f69dac Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 25 Apr 2009 13:24:53 +0200 Subject: * digital/avr/modules/isp: - added many isp_proto commands. --- digital/avr/modules/isp/avrconfig.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'digital/avr/modules/isp/avrconfig.h') diff --git a/digital/avr/modules/isp/avrconfig.h b/digital/avr/modules/isp/avrconfig.h index 92f5742a..daabef56 100644 --- a/digital/avr/modules/isp/avrconfig.h +++ b/digital/avr/modules/isp/avrconfig.h @@ -34,5 +34,13 @@ #define AC_ISP_FRAME_ACCEPT_FRAME isp_proto_accept /** Should be implemeted by the user to send a frame. */ #define AC_ISP_PROTO_SEND isp_frame_send_frame +/** Programmer signature. */ +#define AC_ISP_PROTO_SIGNATURE "APBisp_2" +/** Programmer build number. */ +#define AC_ISP_PROTO_BUILD_NUMBER 0x0100 +/** Programmer hardware version. */ +#define AC_ISP_PROTO_HW_VERSION 0x02 +/** Programmer software version. */ +#define AC_ISP_PROTO_SW_VERSION 0x0204 #endif /* avrconfig_h */ -- cgit v1.2.3