]> git.zerfleddert.de Git - proxmark3-svn/commit - LOG.txt
Initial commit for the firmware. Used the 20090306_ela version as baseline.
authoredouard@lafargue.name <edouard@lafargue.name@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 9 Apr 2009 06:43:20 +0000 (06:43 +0000)
committeredouard@lafargue.name <edouard@lafargue.name@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 9 Apr 2009 06:43:20 +0000 (06:43 +0000)
commit6658905f18a1eebc148836f26c731dea9c1377dc
treeaa868efb067e3d7d389614d1aebff2f706ba1645
parentb811cc51f9a21324dc7589d1254e767374488a20
Initial commit for the firmware. Used the 20090306_ela version as baseline.
It is identical to the popular 20081211, with the doob addition (20090301), a
linux client, and two additional commands for LF analysis. Let me know if
you find issues here!
91 files changed:
LICENSE.txt [new file with mode: 0644]
LOG.txt [new file with mode: 0644]
README-gj.txt [new file with mode: 0644]
README.txt [new file with mode: 0644]
armsrc/LCD.c [new file with mode: 0644]
armsrc/LCD.h [new file with mode: 0644]
armsrc/Makefile [new file with mode: 0644]
armsrc/appmain.c [new file with mode: 0644]
armsrc/apps.h [new file with mode: 0644]
armsrc/example_lcd.c [new file with mode: 0644]
armsrc/fonts.c [new file with mode: 0644]
armsrc/fonts.h [new file with mode: 0644]
armsrc/fpga.c [new file with mode: 0644]
armsrc/fpgaimg.c [new file with mode: 0644]
armsrc/iso14443.c [new file with mode: 0644]
armsrc/iso14443a.c [new file with mode: 0644]
armsrc/iso15693.c [new file with mode: 0644]
armsrc/ldscript [new file with mode: 0644]
armsrc/ldscript-fpga [new file with mode: 0644]
armsrc/start.c [new file with mode: 0644]
armsrc/util.c [new file with mode: 0644]
bootrom/Makefile [new file with mode: 0644]
bootrom/bootrom.c [new file with mode: 0644]
bootrom/flash-reset.s [new file with mode: 0644]
bootrom/fromflash.c [new file with mode: 0644]
bootrom/ldscript-flash [new file with mode: 0644]
bootrom/ldscript-ram-jtag [new file with mode: 0644]
bootrom/ram-reset.s [new file with mode: 0644]
cockpit/0setpath.bat [new file with mode: 0644]
cockpit/1makearm.bat [new file with mode: 0644]
cockpit/2makeboot.bat [new file with mode: 0644]
cockpit/3makewin.bat [new file with mode: 0644]
cockpit/4flashos.bat [new file with mode: 0644]
cockpit/5makeall.bat [new file with mode: 0644]
cockpit/prox.bat [new file with mode: 0644]
common/iso14443_crc.c [new file with mode: 0644]
common/usb.c [new file with mode: 0644]
doc/CHANGES.TXT [new file with mode: 0644]
doc/README.TXT [new file with mode: 0644]
doc/component-placement.bmp [new file with mode: 0644]
doc/proxmark3.pdf [new file with mode: 0644]
doc/proxmark3.xls [new file with mode: 0644]
doc/schematics.pdf [new file with mode: 0644]
doc/system.txt [new file with mode: 0644]
fpga/fpga.mpf [new file with mode: 0644]
fpga/fpga.ucf [new file with mode: 0644]
fpga/fpga.v [new file with mode: 0644]
fpga/go.bat [new file with mode: 0644]
fpga/hi_iso14443a.v [new file with mode: 0644]
fpga/hi_read_rx_xcorr.v [new file with mode: 0644]
fpga/hi_read_tx.v [new file with mode: 0644]
fpga/hi_simulate.v [new file with mode: 0644]
fpga/lo_read.v [new file with mode: 0644]
fpga/lo_simulate.v [new file with mode: 0644]
fpga/sim.tcl [new file with mode: 0644]
fpga/testbed_fpga.v [new file with mode: 0644]
fpga/testbed_hi_read_tx.v [new file with mode: 0644]
fpga/testbed_hi_simulate.v [new file with mode: 0644]
fpga/testbed_lo_read.v [new file with mode: 0644]
fpga/testbed_lo_simulate.v [new file with mode: 0644]
fpga/util.v [new file with mode: 0644]
fpga/xst.scr [new file with mode: 0644]
include/at91sam7s128.h [new file with mode: 0644]
include/config_gpio.h [new file with mode: 0644]
include/proxmark3.h [new file with mode: 0644]
include/usb_cmd.h [new file with mode: 0644]
linux/Makefile [new file with mode: 0644]
linux/command.c [new file with mode: 0644]
linux/flasher.c [new file with mode: 0644]
linux/gui.c [new file with mode: 0644]
linux/guidummy.c [new file with mode: 0644]
linux/proxgui.cpp [new file with mode: 0644]
linux/proxgui.h [new file with mode: 0644]
linux/proxguiqt.cpp [new file with mode: 0644]
linux/proxguiqt.h [new file with mode: 0644]
linux/proxmark3.c [new file with mode: 0644]
linux/proxmark3.h [new file with mode: 0644]
linux/snooper.c [new file with mode: 0644]
linux/translate.h [new file with mode: 0644]
linux/unbind-proxmark [new file with mode: 0755]
linux/usb.c [new file with mode: 0644]
linux/windows.h [new file with mode: 0644]
winsrc/Makefile [new file with mode: 0644]
winsrc/command.cpp [new file with mode: 0644]
winsrc/gui.cpp [new file with mode: 0644]
winsrc/include/hidpi.h [new file with mode: 0644]
winsrc/include/hidsdi.h [new file with mode: 0644]
winsrc/include/hidusage.h [new file with mode: 0644]
winsrc/prox.cpp [new file with mode: 0644]
winsrc/prox.h [new file with mode: 0644]
winsrc/vc90.pdb [new file with mode: 0644]
Impressum, Datenschutz