]> git.zerfleddert.de Git - proxmark3-svn/history - armsrc/lfops.c
FIX: T5555/Q5 datarate when used in "Q" parameter, consequential fix in lf commands...
[proxmark3-svn] / armsrc / lfops.c
2017-02-13 iceman1001FIX: T5555/Q5 datarate when used in "Q" parameter...
2017-02-07 iceman1001FIX: first attempt to clean up EM4x50 commands.
2017-02-02 iceman1001ADD: 'lf cotag read' - COTAG can be read now.
2017-02-01 iceman1001CHG: 'lf cotag read' - it now follows "lf config" setti...
2017-01-31 iceman1001CHG: 'lf snoop' - now automatically downloads...
2017-01-27 iceman1001ADD: `lf cotag` - added first try at basic functionalit...
2017-01-18 iceman1001ADD: T55XX_WRITE_TIMEOUT to make sure all WaitForRespo...
2017-01-16 iceman1001CHG: removed a delay in readblock
2017-01-16 iceman1001CHG: lowered the number of bytes collected for T55xxRea...
2017-01-03 IcemanMerge pull request #63 from micolous/log-nonce
2016-12-25 IcemanLF sim
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-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 iceman1001FIX: lf sim, seems like "lf sim" call SimulateTagLowFr...
2016-10-19 iceman1001CHG: TI code did have the tickstimer started.
2016-10-19 iceman1001FIX: "lf sim" after changes to ticks timers on device...
2016-10-08 iceman1001CHG: the call to TurnReadLFOn has a delay / number...
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-11 iceman1001CHG: reverted back from the idea of measureing in...
2016-09-10 iceman1001CHG: a better micro second (us) spindely function...
2016-08-26 iceman1001FIX: 'lf awid bruteforce' cleaning up all debug messages
2016-07-30 iceman1001REM: cleaning up some commented code.
2016-07-30 iceman1001FIX: Found a minor bug in 'LF CMDREAD' where it...
2016-05-16 iceman1001ADD: added a comment about Q5 settings. needs to be...
2016-05-14 iceman1001CHG: Changed cardnumber printing from %d (signed)...
2016-05-13 iceman1001ADD: AWID 50bit demod
2016-03-07 iceman1001@Marshmellow42 additions:
2016-03-01 iceman1001FIX: Added @marshmellow42 's fix for ASK/Biphase simula...
2016-02-27 iceman1001chg: minor changes to text, explaining current implem...
2016-02-21 iceman1001ADD: Marshmellows fixes for "lf t55xx" and "lf cmdread...
2016-01-08 iceman1001Syntax suger, making the code easier to read (for...
2015-12-22 iceman1001FIX: the usb_poll_validate_length() check should be...
2015-12-16 iceman1001ADD: @marshmellow42 's fixes for Q5, t55xx, fskclock,
2015-12-14 iceman1001REM: removed an unused doublett function "printBits...
2015-12-02 iceman1001add: missing two hard_nested files..
2015-11-23 iceman1001CHG: Missing some headers
2015-11-22 iceman1001ADD: @marshmellow's fixes to awid, viking and T55x7
2015-11-20 iceman1001@marshmellows last LF changes.
2015-11-10 iceman1001added @marshmellows new viking demod.
2015-11-09 iceman1001CHG: minor code clean up, removed commented old code.
2015-11-02 iceman1001ADD: @marshmellow42 's fixex and resetread t55x7
2015-10-27 iceman1001ADD: added the "hf snoop" patch original from @Enio...
2015-10-21 iceman1001ADD: 'LF T55X7 WAKEUP' command. For tags with AOR...
2015-10-20 iceman1001ADD: @marshmellows42 's fixes for "lf cmdread" and...
2015-10-16 iceman1001FIX: thanks @tony, for pointing out a "end" statement...
2015-10-15 iceman1001CHG: code clean up. Have some questions regarding...
2015-10-15 iceman1001CHG: minor updates in the T55x7 methods. added the...
2015-10-15 iceman1001ADD: @marshmellows fixes for t55x7 reading signal.
2015-10-14 iceman1001FIX: The T55x7ReadBlock method, should not have the...
2015-10-07 iceman1001I just merged @marshmellow's branch "iclass" and that...
2015-10-04 iceman1001A lot of changes...
2015-07-22 iceman1001ADD: using @holiman's "ubs_poll_validate_length(...
2015-07-22 iceman1001MERGED: @holimans changes
2015-07-18 iceman1001ADD: @holiman's clearCommandBuffer in cmdlft55xx.c
2015-06-23 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-06-23 Martin Holst SwendeMerge pull request #121 from frederikmoellers/master
2015-06-23 Martin Holst SwendeMerge branch 'master' of github.com:Proxmark/proxmark3
2015-06-23 Martin Holst SwendeMerge pull request #118 from marshmellow42/master
2015-06-18 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-06-14 marshmellow42Merge pull request #6 from marshmellow42/master
2015-06-13 iceman1001FIX: Reverting the t55x7 timings. (@marshmellow42...
2015-06-12 marshmellow42revert t55xx start gap and write timing changes
2015-05-25 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-05-23 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-05-22 Martin Holst SwendeMerge pull request #101 from marshmellow42/master
2015-05-13 marshmellow42various bug fixes
2015-05-04 iceman1001CHG: reverted a method declaration.
2015-04-24 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-04-23 Martin Holst SwendeMerge branch 'master' of github.com:Proxmark/proxmark3
2015-04-14 Martin Holst SwendeMerge pull request #92 from marshmellow42/master
2015-04-08 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-04-08 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-04-08 marshmellow42lf ask consolidation
2015-04-01 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-04-01 iceman1001ADD: added some changes from Marshmellow
2015-03-31 pwpiwiMerge pull request #89 from pwpiwi/image_shrink
2015-03-31 Martin Holst SwendeMerge pull request #91 from marshmellow42/master
2015-03-30 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-03-28 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-03-27 marshmellow42lfdemods streamline & bug fixes
2015-03-25 Martin Holst SwendeMerge pull request #86 from marshmellow42/master
2015-03-25 marshmellow42Fixed indents to Tabs from Spaces 86/head
2015-03-25 Martin Holst SwendeMerge pull request #84 from marshmellow42/master
2015-03-25 marshmellow42EM410x bug fix 84/head
2015-03-24 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-03-24 Martin Holst SwendeMerge pull request #82 from marshmellow42/master show v2.0.0
2015-03-23 marshmellow42lf updates
2015-03-23 iceman1001ADD: added the ioprox checksum test to IOdemodFSK
2015-03-22 marshmellow42lf t5 read plus lf demod adjustments
2015-03-16 iceman1001FIX: narrowed down the detect modulation even further.
2015-03-16 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-03-16 iceman1001Merge branch 'master' of https://github.com/Proxmark...
next
Impressum, Datenschutz