introduce new feature: BOOTLOADER_ABORTTIMEOUTONACT
authorStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Wed, 11 Sep 2013 23:03:34 +0000 (01:03 +0200)
committerStephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
Wed, 11 Sep 2013 23:17:05 +0000 (23:17 +0000)
commitd7ac76b34c7ead103afb231d705976faa5c4beae
tree34e5eddb28448137e7bc83b09b090878c44dd3d0
parentdda3e71306415ec5fd744d0daa2fafeddec99961
introduce new feature: BOOTLOADER_ABORTTIMEOUTONACT

When defined, the bootloader will abort the timeout when
it sees some activity (bootLoaderConditionSimple() or programming).
After aborting timeout, the bootloader falls back to conventional
exitting.

By default this feature is deactivated.
Activate it via the "DEFINES" varibale within Makefile.inc.
There add: -DCONFIG_HAVE__BOOTLOADER_ABORTTIMEOUTONACT

Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
firmware/bootloaderconfig.h
firmware/main.c