Commit graph

26 commits

Author SHA1 Message Date
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
merlokk 8bf8f1735e smallfix 2019-04-18 11:25:57 +03:00
iceman1001 b574db169e textual 2019-04-17 16:56:52 +02:00
Philippe Teuwen 4f32655004 use more static and fix [-Wmissing-prototypes], ongoing... 2019-04-13 00:25:43 +02:00
iceman1001 e7f4f615c0 unified text 2019-04-12 10:55:09 +02:00
iceman1001 ea5dddafef fix: invalidPrintfArg 2019-04-05 18:47:36 +02:00
Philippe Teuwen 961d929f4d changing {} style to match majority of previous style 2019-03-10 11:20:22 +01:00
Philippe Teuwen da6cdf014b Keep string syntax in color macros 2019-03-10 00:56:00 +01:00
Philippe Teuwen 22b43c65ec fix warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} 2019-03-10 00:11:39 +01:00
Philippe Teuwen 0373696662 make style 2019-03-10 00:00:59 +01:00
Philippe Teuwen 0d9223a547 client: fix mix of spaces & tabs 2019-03-09 23:35:06 +01:00
Philippe Teuwen 60f292b18e remove spurious spaces & tabs at end of lines 2019-03-09 08:59:13 +01:00
Chris 75d0b0b06f CHG: 'emv roca' - added selftest and textual layouts'
DEL: removed unused old emv files
2019-01-01 10:53:41 +01:00
merlokk 690a8e604a updated licanse according to changes https://gist.github.com/robstradling/f525d423c79690b72e650e2ad38a161d#file-roca-c-L138 2018-12-29 00:31:10 +02:00
merlokk 7401d51ebf roca works 2018-12-28 20:33:24 +02:00
merlokk e315328625 works 2018-12-28 20:06:18 +02:00
merlokk 44343d806f add some debug 2018-12-28 19:25:19 +02:00
merlokk 05814fbe75 added mpi print 2018-12-28 19:06:51 +02:00
merlokk f1cd108b1a move g_one to cycle 2018-12-28 18:09:20 +02:00
merlokk 5eafc491ec small add 2018-12-28 18:00:37 +02:00
merlokk 6afda099db added test/ not works 2018-12-28 17:46:57 +02:00
merlokk 625b696291 roca works 2018-12-28 17:25:11 +02:00
merlokk ab41b4a991 emv_rocacheck 2018-12-28 16:40:53 +02:00
merlokk 9804526dca small fix for unsigned int 2018-12-28 14:52:24 +02:00
merlokk b1145ba577 mpi_get_uint 2018-12-28 14:50:23 +02:00
merlokk 88d42a1af5 make 2018-12-28 13:46:52 +02:00