summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/isp/avrconfig.h
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-25 13:24:53 +0200
committerNicolas Schodet2009-04-25 13:24:53 +0200
commitacf742ef36a87703365a4662e71a898873f69dac (patch)
treed5ee08d22cac0693e4a325891cc4f0c7ec6312ec /digital/avr/modules/isp/avrconfig.h
parent896d4c9f207d5562be1f53701295bdfcb9086807 (diff)
* digital/avr/modules/isp:
- added many isp_proto commands.
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 */