summaryrefslogtreecommitdiff
path: root/software/pic.bootloader/proto.txt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-07-26 15:10:14 +0000
committerChristian Pointner <equinox@mur.at>2013-07-26 15:10:14 +0000
commitafc62937c6602ccce0ae1d1c49c85d3f3e5505a7 (patch)
tree3a83f9af7d1bd55624602b37acd5ec1ae86f4f62 /software/pic.bootloader/proto.txt
parentyet another downloader update (diff)
updated to new PIC bootloader with support for SPI and 16F1847
git-svn-id: https://svn.spreadspace.org/mur.sat@811 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/pic.bootloader/proto.txt')
-rw-r--r--software/pic.bootloader/proto.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/software/pic.bootloader/proto.txt b/software/pic.bootloader/proto.txt
index 0e35e1e..61975cf 100644
--- a/software/pic.bootloader/proto.txt
+++ b/software/pic.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,