summaryrefslogtreecommitdiff
path: root/downloader/proto.txt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-07-04 22:28:25 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-07-04 22:28:25 +0000
commit5b75aff608197bd4b229e89274988ebdfb522a80 (patch)
tree8e433e1d8bab8eec8d6d4f991f9250bb64db1ea8 /downloader/proto.txt
parentcleanups (diff)
fixed issues with short answers
bootloader now has working stubs for all commands git-svn-id: https://svn.spreadspace.org/pic/trunk@36 a09c6847-51d9-44de-8ef2-e725cf50f3c7
Diffstat (limited to 'downloader/proto.txt')
-rw-r--r--downloader/proto.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/downloader/proto.txt b/downloader/proto.txt
index 5afe572..71b0774 100644
--- a/downloader/proto.txt
+++ b/downloader/proto.txt
@@ -31,7 +31,7 @@ The return codes have the following meaning:
4 | flash write error
5 | address invalid
6 | address prohibited
-
+ 5 | value out of bounds
identify:
~~~~~~~~~
@@ -63,10 +63,9 @@ identify:
mess:
2bytes, maximum eeprom segment size
- This represents the maximum number of eeprom bytes which may be written at
- once. Unlike <fss> value it is ok to write less than <mess> bytes. Also
- this only applies to eeprom writes, reading the eeprom is much faster and
- therefore not subject to this limitation.
+ This represents the maximum number of eeprom bytes which may be written or
+ read at once. Unlike <fss> value it is ok to write or read less than <mess>
+ bytes.
supported:
2bytes, a bitmap showing supported commands