proxmark3/fpga
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
..
tests style of .v files 2019-07-30 22:51:38 +02:00
clk_divider.v style of .v files 2019-07-30 22:51:38 +02:00
fpga.ucf - improved reader sensitivity for 14443a cards (FPGA change!) 2013-11-19 18:52:40 +00:00
fpga_hf.bit FPGA Hi-Simulate: Added 212kHz SSP-Clock option 2018-09-05 23:01:55 +02:00
fpga_hf.v style of .v files 2019-07-30 22:51:38 +02:00
fpga_lf.bit chg: compiled binary fpga lf 2019-07-31 16:14:50 +02:00
fpga_lf.v Add: 'fpga LF ADC path' - a major mode for LF ADC path 2019-07-31 15:50:10 +02:00
go.bat THIS REQUIRES A BOOTROM UPDATE!! To save FPGA area, split the LF and HF bitstreams and load them on-demand. 2014-06-20 01:02:59 +02:00
hi_flite.v style of .v files 2019-07-30 22:51:38 +02:00
hi_iso14443a.v style of .v files 2019-07-30 22:51:38 +02:00
hi_read_rx_xcorr.v style of .v files 2019-07-30 22:51:38 +02:00
hi_read_tx.v style of .v files 2019-07-30 22:51:38 +02:00
hi_simulate.v typos 2019-08-06 13:51:10 +02:00
hi_sniffer.v chg: reverting old @satsuoni felica changes. 2017-10-23 21:56:47 +02:00
lf_edge_detect.v typos 2019-08-06 13:51:10 +02:00
lo_adc.v typos 2019-08-06 13:51:10 +02:00
lo_edge_detect.v style of .v files 2019-07-30 22:51:38 +02:00
lo_passthru.v style of .v files 2019-07-30 22:51:38 +02:00
lo_read.v typos 2019-08-06 13:51:10 +02:00
lo_simulate.v style of .v files 2019-07-30 22:51:38 +02:00
lp20khz_1MSa_iir_filter.v typos 2019-08-06 13:51:10 +02:00
Makefile summer restructuring: 2019-08-11 21:42:01 +02:00
min_max_tracker.v style of .v files 2019-07-30 22:51:38 +02:00
sim.tcl setting svn:eol-style=native on files, part 3 2010-02-22 19:29:05 +00:00
testbed_fpga.v style of .v files 2019-07-30 22:51:38 +02:00
testbed_hi_read_tx.v typos 2019-08-06 13:51:10 +02:00
testbed_hi_simulate.v typos 2019-08-06 13:51:10 +02:00
testbed_lo_read.v typos 2019-08-06 13:51:10 +02:00
testbed_lo_simulate.v typos 2019-08-06 13:51:10 +02:00
util.v setting svn:eol-style=native on files, part 3 2010-02-22 19:29:05 +00:00
xst_hf.scr THIS REQUIRES A BOOTROM UPDATE!! To save FPGA area, split the LF and HF bitstreams and load them on-demand. 2014-06-20 01:02:59 +02:00
xst_lf.scr THIS REQUIRES A BOOTROM UPDATE!! To save FPGA area, split the LF and HF bitstreams and load them on-demand. 2014-06-20 01:02:59 +02:00
xst_nfc.scr ADD: FPGA missing file Thanks to @Satsuoni 2017-10-10 14:03:09 +02:00