]> git.zerfleddert.de Git - proxmark3-svn/history - armsrc
Merge pull request #62 from micolous/fix-includes
[proxmark3-svn] / armsrc /
2016-12-19 iceman1001CHG: used @marshmellow42 's version to fix lf continuou...
2016-12-19 iceman1001CHG: mental note to self, capslock is bad.
2016-12-19 iceman1001FIX: 'LF IO FSKDEMOD' - no call to turn of the antenna...
2016-12-19 iceman1001FIX: 'lf hid fskdemod' - no turning of the antenna...
2016-12-07 iceman1001FIX: 'iclass write'
2016-12-07 iceman1001FIX: 'iclass write'
2016-11-16 iceman1001CHG: "hf mf hardnested" device side should empty bigbuff?
2016-11-16 iceman1001CHG: the reset of pcb_num should be before untradition...
2016-11-07 iceman1001CHG: "hf mf hardnested" disabled the tracelogging...
2016-11-03 iceman1001CHG: removed unused variable
2016-11-03 iceman1001CHG: don't consider the respons at all when sending...
2016-10-29 Gabriele GristinaMerge remote-tracking branch 'upstream/master'
2016-10-28 iceman1001CHG: 'HF MF C*' (chinese backdoor commands) According...
2016-10-28 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-10-28 iceman1001FIX: looping logic error, doesn't need to increase...
2016-10-22 IcemanMerge pull request #46 from micolous/fix-nonce
2016-10-22 Michael Farrellhf mf sim: Multiple fixes (iceman1001/proxmark3 #45)
2016-10-21 iceman1001CHG: "hf mf hardnested" - less printing
2016-10-20 Gabriele GristinaMerge remote-tracking branch 'upstream/master'
2016-10-20 iceman1001CHG: experimenting with 'lf sim' It does send a signa...
2016-10-19 iceman1001TEST: see if the readerfield is needed.
2016-10-19 iceman1001CHG: added a quitting message
2016-10-19 iceman1001CHG: move the call to fpga_bitstream_lf, in order...
2016-10-19 iceman1001CHG: updated some comments. I still think I don't under...
2016-10-19 iceman1001CHG: removed CLOCK2, since its not used in the code.
2016-10-19 iceman1001CHG: the AT91C_BASE_PMC->PMC_PCER has a tendecy to...
2016-10-19 iceman1001FIX: lf sim, seems like "lf sim" call SimulateTagLowFr...
2016-10-19 iceman1001CHG: removed unused clocks,
2016-10-19 iceman1001CHG: just changed the comment.
2016-10-19 iceman1001CHG: TI code did have the tickstimer started.
2016-10-19 iceman1001CHG: Xoring in the value allows for the ticks timers...
2016-10-19 iceman1001FIX: "lf sim" after changes to ticks timers on device...
2016-10-14 iceman1001syntax suger
2016-10-10 iceman1001CHG: syntax suger
2016-10-10 iceman1001CHG: "hf legic sim" old imp, uses two timers, we...
2016-10-09 iceman1001CHG; added an option wither or not to clear emulator...
2016-10-09 iceman1001CHG: "hf legic write" - now writes on the limits better.
2016-10-08 iceman1001CHG: syntax suger
2016-10-08 iceman1001CHG: the call to TurnReadLFOn has a delay / number...
2016-10-07 iceman1001FIX: looks like "hf legic write" works again!
2016-10-07 iceman1001CHG: "hf legic write" with these I managed to get...
2016-10-07 iceman1001CHG: adjustments to 3.6ms
2016-10-07 iceman1001FIX: "hf list legic" annotation now correct prints...
2016-10-07 iceman1001FIX: wrong log bytes...
2016-10-07 iceman1001FIX: one send command bug fixed. Turns out that uint16...
2016-10-07 iceman1001FIX: unused variable removed.
2016-10-07 iceman1001CHG: "hf legic write" got a make over in how its...
2016-10-06 iceman1001CHG: started the process of fixing "hf legic write...
2016-10-06 iceman1001ADD: added a StopTicks functions, to disable the timer...
2016-10-06 iceman1001ADD: "hf legic eload" - Load binary file to emulator...
2016-10-05 iceman1001CHG: "hf legic dump" now automatically detects tagtyp...
2016-10-05 iceman1001FIX: one too many semicolons for #defines
2016-10-05 iceman1001FIX: undeclared var on deviceside,
2016-10-05 iceman1001CHG: command name changes..
2016-10-05 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-10-05 iceman1001CHG: code clean up
2016-10-04 iceman1001CHG: making timings a bit tighter == faster read of...
2016-10-04 iceman1001CHG: "hf legic read" - increased timeout values client...
2016-10-04 iceman1001Textual changes in helptext. Still no clear.
2016-10-04 iceman1001CHG: "hf legic write" started to change this command...
2016-10-03 iceman1001CHG: revert legiccrc8 to old algo.
2016-10-03 iceman1001CHG: changed to use BigBuff_Eml memory instead of big_b...
2016-09-29 iceman1001CHG: finally, the ticks timer does what it is supposed...
2016-09-29 iceman1001CHG: added addresize to legic select struct.
2016-09-29 iceman1001CHG: removed some debug data
2016-09-29 iceman1001CHG: a select_legic function with structs and stuff and
2016-09-28 iceman1001CHG: 'hf list legic' doesn't print the parity now.
2016-09-26 iceman1001CHG: Minor tweaks, the tracing dissappeared, the...
2016-09-26 iceman1001FIX: Much of my added extra legic code is commented...
2016-09-26 iceman1001ADD: started to add a legic detection to "HF SEARCH"
2016-09-26 iceman1001CHG: using bitsend to determind the legic annotation...
2016-09-26 iceman1001CHG: fixes a "indent" warning
2016-09-24 iceman1001CHG: according to measureement by @wilrn the actual...
2016-09-23 iceman1001CHG: lowered the timout again, but re-added the spinde...
2016-09-23 iceman1001FIX: "hf 14a read" / "hf mf *" / "hf mfdes info" and...
2016-09-23 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-09-23 iceman1001FIX: This commit fixes the broken LF since I change...
2016-09-21 iceman1001CHG: extracted some timers functionality, to get unifi...
2016-09-14 iceman1001CHG: adjusted timing according to @sentinel 's traces
2016-09-13 IcemanMerge pull request #26 from ickerwx/indentation_fix
2016-09-13 René Wernerused tabs instead of spaces
2016-09-13 René Wernerfixed indentation to get rid of warnings
2016-09-12 iceman1001CHG: Small steps, the waiting time between frames...
2016-09-11 iceman1001CHG: reverted back from the idea of measureing in...
2016-09-10 iceman1001CHG: this timing should be quite good. needs to be...
2016-09-10 iceman1001CHG: a better micro second (us) spindely function...
2016-09-09 iceman1001FIX: Even the US clock had the issues with not resett...
2016-09-09 iceman1001In my attempts to make the LEGIC code better, its...
2016-09-03 iceman1001FIX: the acknowledgement response in setup phase now...
2016-09-02 iceman1001ADD: started to add tracelog in legic
2016-09-01 iceman1001CHG: removed call to bigbuff free.
2016-08-31 iceman1001CHG: reverting use of bigbuff, because I forgot that...
2016-08-31 iceman1001CHG: removed a redundant include to strings.h, which...
2016-08-31 iceman1001FIX: should fix the typedefintion error for OS X regar...
2016-08-31 iceman1001CHG: the loop in main, for usb_poll_validate_length...
2016-08-31 iceman1001CHG: this timeout doesn't influence the bad performanc...
2016-08-31 iceman1001FIX: Forget that the prng was 0x8000 length and not...
2016-08-26 iceman1001FIX: fixes the broken build,...
2016-08-26 iceman1001FIX: 'lf awid bruteforce' cleaning up all debug messages
2016-08-24 iceman1001CHG: forgot a semicolon...
next
Impressum, Datenschutz