X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/7f2913111392f70a9720574c07e06ee9799a96da..c31b47c8592f04ca20342dccac31e2c34580a3c9:/firmware/bootloaderconfig.h diff --git a/firmware/bootloaderconfig.h b/firmware/bootloaderconfig.h index 1b2bf24..9525aad 100644 --- a/firmware/bootloaderconfig.h +++ b/firmware/bootloaderconfig.h @@ -93,6 +93,14 @@ these macros are defined, the boot loader usees them. * to erase itself from the bootregion */ +#define HAVE_BLB11_SOFTW_BACKDOOR 1 +/* + * When "HAVE_BLB11_SOFTW_LOCKBIT" is enabled, this backdor will allow writing + * to the BLS while JUMPER stays low. (keeps be pressed) + * If JUMPER is released (and after a short debouncing period) repressing it + * will have NO affect on disabling the writelock. + */ + #define HAVE_EEPROM_PAGED_ACCESS 1 /* If HAVE_EEPROM_PAGED_ACCESS is defined to 1, page mode access to EEPROM is * compiled in. Whether page mode or byte mode access is used by AVRDUDE