summaryrefslogtreecommitdiff
path: root/bootloader/proto.txt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-07-11 11:22:47 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-07-11 11:22:47 +0000
commit086aae3198e74218f84d9d88facb2a1bba1e7ee4 (patch)
tree05ebfb569149d8ae18ed6485e6034e30d619edbe /bootloader/proto.txt
parentfixed copyright header (diff)
added number of config words to identify command
git-svn-id: https://svn.spreadspace.org/pic/trunk@82 a09c6847-51d9-44de-8ef2-e725cf50f3c7
Diffstat (limited to 'bootloader/proto.txt')
-rw-r--r--bootloader/proto.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootloader/proto.txt b/bootloader/proto.txt
index 0e35e1e..61975cf 100644
--- a/bootloader/proto.txt
+++ b/bootloader/proto.txt
@@ -43,7 +43,7 @@ identify:
1 | len=3 | <csum>
answer:
- 1 | len=19 | <ret> | version | name | devid | fs | fss | es | mess | supported | <csum>
+ 1 | len=19 | <ret> | version | name | devid | fs | fss | es | mess | cfg | supported | <csum>
version:
2bytes, protocol version
@@ -79,6 +79,9 @@ identify:
read at once. Unlike <fss> value it is ok to write or read less than <mess>
bytes.
+ cfg:
+ 1byte, number of configuration words.
+
supported:
2bytes, a bitmap showing supported commands
The commands 'identify' and 'boot' are always supported by the bootloader,