summaryrefslogtreecommitdiff
path: root/bootloader/bootloader-947.asm
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/bootloader-947.asm
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/bootloader-947.asm')
-rw-r--r--bootloader/bootloader-947.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/bootloader-947.asm b/bootloader/bootloader-947.asm
index f8111d0..7575b13 100644
--- a/bootloader/bootloader-947.asm
+++ b/bootloader/bootloader-947.asm
@@ -47,6 +47,7 @@ FSS EQU .32 ; there 32 write latches
EEPROM_SIZE_L EQU H'00'
EEPROM_SIZE_H EQU H'01' ; 0x0100 -> 256 Bytes of EEPROM
MESS EQU .64 ; this limit is because of to combuff size and single byte len field for messages
+CFG EQU .2
SUPPORTED_H EQU .0
SUPPORTED_L EQU b'00000111' ; only reset and read/write flash is supported by now