proxmark3/tools
Philippe Teuwen d19754567d summer restructuring:
* .h include only the strict minimum for their own parsing
  * this forces all files to include explicitment their needs and not count on far streched dependencies
  * this helps Makefile to rebuild only the minimum
  * according to this rule, most standalone .h are now gone
  * big app.h is gone
  * remove seldom __cplusplus, if c++ happens, everything will have to be done properly anyway
* all unrequired include were removed
* split common/ into common/ (client+arm) and common_arm/ (os+bootloader)
  * bring zlib to common/
  * bring stuff not really/not yet used in common back to armsrc/ or client/
  * bring liblua into client/
  * bring uart into client/
  * move some portions of code around (dbprint, protocols,...)
* rename unused files into *_disabled.[ch] to make it explicit
* rename soft Uarts between 14a, 14b and iclass, so a standalone could use several without clash
* remove PrintAndLogDevice
* move deprecated-hid-flasher from client to tools
* Makefiles
  * treat deps in armsrc/ as in client/
  * client: stop on warning (-Werror), same as for armsrc/

Tested on:

* all standalone modes
* Linux
2019-08-11 21:42:01 +02:00
..
btaddon rework rx timings in python scripts 2019-05-23 00:05:45 +02:00
deprecated-hid-flasher summer restructuring: 2019-08-11 21:42:01 +02:00
jtag_openocd remove tabs 2019-07-24 00:52:24 +02:00
mfkey remove tabs 2019-07-24 00:52:24 +02:00
nonce2key summer restructuring: 2019-08-11 21:42:01 +02:00
simmodule FIX: simmodule firmware update. v3.11 2019-03-11 17:52:48 +01:00
analyzesize.py make style 2019-07-19 13:18:35 +02:00
findbits.py tools scripts: fix mix of spaces & tabs 2019-03-09 10:52:45 +01:00
findbits_test.py Add missing EOF LF 2019-03-12 00:12:26 +01:00
install-gnuarm4.sh tools scripts: fix mix of spaces & tabs 2019-03-09 10:52:45 +01:00
Makefile Add missing EOF LF 2019-03-12 00:12:26 +01:00
mkversion.pl summer restructuring: 2019-08-11 21:42:01 +02:00
rfidtest.pl tools scripts: fix mix of spaces & tabs 2019-03-09 10:52:45 +01:00
srecswap.pl tools scripts: fix mix of spaces & tabs 2019-03-09 10:52:45 +01:00
xorcheck.py tools scripts: fix mix of spaces & tabs 2019-03-09 10:52:45 +01:00