Commit graph

20 commits

Author SHA1 Message Date
iceman1001 392da6400a chg: waiting for shiftregisters (@pwpiwi) 2020-03-31 09:44:36 +02:00
iceman1001 36f2234121 fix HF simulation 2020-02-12 10:29:00 +01:00
Philippe Teuwen fc007554ef Fix compilation under openSUSE, thanks @hsanjuan. Fixes #529 2020-01-20 23:12:11 +01:00
iceman1001 6e3dde9d76 add 'hf plot' - from offical repo (piwi) 2020-01-12 16:45:24 +01:00
osboxes.org 6293749ffd style 2019-12-31 22:19:54 +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 bf3ae7f007 perform startup delay also during TIA 2019-10-15 18:07:28 +02:00
Philippe Teuwen 0877802ded Bumping PMC_MAIN_OSC_STARTUP_DELAY to solve slow clock on some devices, thanks @iceman1001! 2019-10-15 18:02:19 +02:00
Philippe Teuwen 3fce47d023 Add hw tia to trigger a new Timing Interval Acquisition 2019-10-15 15:02:34 +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 8987e956ac POSIX sh version of mkversion
Most targeted platforms have "sh" and don't need Perl as requirement.
Still Perl script is present as fallback.
2019-08-29 23:23:53 +02:00
Philippe Teuwen da31373258 non-rdv4 PLATFORM must now use the generic PM3OTHER, simpler 2019-08-21 20:06:14 +02:00
Philippe Teuwen 9535ce459e PLATFORM defs 2019-08-20 19:39:24 +02:00
soffchen dd8e12271b Add Proxmark3 rdv3 Easy with AT91SAM7S512 platform 2019-08-20 12:12:34 +08: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