proxmark3/common
henryk@ploetzli.ch e73e717239 Add Makefile for fpga directory (Windows codepath is untested, in any case, go.bat is still there)
Retire rbt2c.pl, instead use objcopy to directly convert the .bit file into an .o that can be linked with the flash image
Rename armsrc/fpga.c to armsrc/fpgaloader.c (since there is now a new fpga.o, created from fpga.bit)
Remove fpgaimg.c from subversion, add fpga.bit
Instead of creating fpgaimage.elf and osimage.elf separately, now create a joined fullimage.elf 
  first (obsoleting ldscript-full), then extract only the fpga and os sections with objcopy
  (This creates unspecific warnings about an empty segment, need to investigate)
Implement a rudimentary .bit parser in the firmware, use that to locate the bitstream in the new
  fpgaimage (which is just a plain copy of the fpga.bit file) and send it to the FPGA
  The code will check the format that's in flash and fall back to the legacy format
2009-08-27 23:29:49 +00:00
..
crc16.c added tiwrite command, split LF code from appmain into lfops.c 2009-07-25 11:47:43 +00:00
iso14443_crc.c Added a new function to read ISO14443-B ST Microelectronics SRI512 memory tags. 2009-04-16 08:37:24 +00:00
ldscript.common Add a common linker script with the memory map for the complete project 2009-08-27 16:07:35 +00:00
Makefile.common Add Makefile for fpga directory (Windows codepath is untested, in any case, go.bat is still there) 2009-08-27 23:29:49 +00:00
usb.c detect usb or no usb for standalone mode [ryan] 2009-08-08 07:42:51 +00:00