summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/isp/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/isp/avrconfig.h')
-rw-r--r--digital/avr/modules/isp/avrconfig.h8
1 files changed, 8 insertions, 0 deletions
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 */