From: pwpiwi Date: Tue, 31 Mar 2015 06:01:23 +0000 (+0200) Subject: Reclaim more than 19K of ARM flash memory. X-Git-Tag: v2.1.0~21^2~1 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/e335ca2846d57f660ab7f4c75b58226cca264e0e?ds=sidebyside;hp=e335ca2846d57f660ab7f4c75b58226cca264e0e Reclaim more than 19K of ARM flash memory. - added compiler options -fdata-sections and -ffunction-sections (thanks to iceman for the hint) - removed float operations from common/lfdemod.c to avoid adding float libraries to the ARM os image - moved the fpga images to the data section to avoid reserving unused space for a separate section ---