Commit graph

10 commits

Author SHA1 Message Date
Philippe Teuwen 72e7f2e98c arm warnings 2020-05-11 13:48:57 +02:00
Philippe Teuwen fc007554ef Fix compilation under openSUSE, thanks @hsanjuan. Fixes #529 2020-01-20 23:12:11 +01:00
Philippe Teuwen 2a0bc9c07b arm: move mthumb-interwork to CFLAGS for clang compatibility 2019-10-27 01:28:07 +02:00
Philippe Teuwen 377ead8e62 arm: honor CFLAGS and LDFLAGS 2019-10-27 00:31:37 +02:00
Philippe Teuwen 3245260c00 Add Makefile.defs with common defs 2019-08-30 22:10:06 +02:00
Philippe Teuwen 4fdb5a2f4b make install: half way 2019-08-30 21:55:13 +02:00
Philippe Teuwen b5f5b9276f make install skeleton 2019-08-30 21:44:40 +02:00
Philippe Teuwen dbc9865c36 clean common_arm/Makefile.common 2019-08-30 21:38:12 +02:00
Philippe Teuwen 80b4e81130 Fix fpga_compress race condition and isolate it in tools 2019-08-11 21:42:01 +02:00
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
Renamed from common/Makefile.common (Browse further)