summaryrefslogtreecommitdiff
path: root/bootloader/proto.txt
diff options
context:
space:
mode:
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,