From: Stephan Baerwolf Date: Wed, 11 Sep 2013 20:21:37 +0000 (+0200) Subject: introduce new feature: BOOTLOADER_ALWAYSENTERPROGRAMMODE X-Git-Tag: testing-head~20 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/2bdd5099cb391ff24ba3efa351b42e3745a90dc3?hp=2bdd5099cb391ff24ba3efa351b42e3745a90dc3 introduce new feature: BOOTLOADER_ALWAYSENTERPROGRAMMODE Enabling "BOOTLOADER_ALWAYSENTERPROGRAMMODE" ignores bootLoaderCondition() (BUT NOT bootLoaderConditionSimple()) and always enter the program-mode. This is helpful to emulate behaviour of Arduino bootloaders Use "-DCONFIG_HAVE__BOOTLOADER_ALWAYSENTERPROGRAMMODE" within DEFINES variable of Makefile.inc to enable this feature. Otherwise default is off. Signed-off-by: Stephan Baerwolf ---