From 086aae3198e74218f84d9d88facb2a1bba1e7ee4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 11 Jul 2013 11:22:47 +0000 Subject: added number of config words to identify command git-svn-id: https://svn.spreadspace.org/pic/trunk@82 a09c6847-51d9-44de-8ef2-e725cf50f3c7 --- bootloader/bootloader-887.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'bootloader/bootloader-887.asm') diff --git a/bootloader/bootloader-887.asm b/bootloader/bootloader-887.asm index 31f0db0..e767372 100644 --- a/bootloader/bootloader-887.asm +++ b/bootloader/bootloader-887.asm @@ -47,6 +47,7 @@ FSS EQU .16 ; writing is done 8 words at a time but 16 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 ; anyway this is not read or writable for this chip SUPPORTED_H EQU .0 SUPPORTED_L EQU b'00000110' ; only read/write flash is supported by now -- cgit v1.2.3