commit 46ea59b14d5a355f4418e92a4bf9b1a25c1eed9e Author: Ingo Korb Date: Sun Sep 4 16:00:32 2016 +0200 fastloader-ll: Split into separate files Split lpc17xx/fastloader-ll.c into a number of smaller files to improve source code readability. commit c79a07ceeaa393c4f88eb3ec11bfbc3abd0cc78f Author: Ingo Korb Date: Sun Sep 4 13:56:32 2016 +0200 Make prerelease tag less scary Change the prerelease tag to something that is hopefully less scary since some people did not like the "alpha" designation. commit ebe65ad2cb9cf8ed865200bb3e2048af31ba090c Author: Ingo Korb Date: Sun Sep 4 13:52:11 2016 +0200 fastloader.c: Split into smaller files Split the huge fastloader.c into a main file with variable definitions and a bit of common stuff and one fl-*.c file for each fastloader implementation. This reduces code size on AVR by 26 bytes and increases readability a lot.