From 5b75aff608197bd4b229e89274988ebdfb522a80 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 4 Jul 2013 22:28:25 +0000 Subject: 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 --- downloader/proto.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'downloader/proto.txt') 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 value it is ok to write less than 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 value it is ok to write or read less than + bytes. supported: 2bytes, a bitmap showing supported commands -- cgit v1.2.3