iceman1001
848decd711
rem: 'hf 15' - removed old bit-looped crc implementation
2018-01-29 16:36:59 +01:00
iceman1001
cbe313a569
chg: iClass crc is byteswap
2018-01-29 16:36:07 +01:00
iceman1001
b39332e938
REM: 'hf 15 debug' removed command, unified with mf_debuglevel instead. The idea is to have ONE debug flag on deviceside.
2018-01-29 15:58:00 +01:00
iceman1001
095b3af43b
CHG: 'hf 15' - swapped crc impl to table based.
2018-01-29 15:55:56 +01:00
iceman1001
29c15b3480
cHG.. missing
2018-01-29 13:48:18 +01:00
iceman1001
787d87e0e6
testing to make dma buffer larger.
2018-01-29 13:42:42 +01:00
iceman1001
ed982a4787
textual
2018-01-29 13:42:18 +01:00
iceman1001
c04ac4f9ac
ADD: 'hf felica reader' - added pm3 as FeliCa reader
...
ADD: raw commands - added the basis for sending RAW commands to FeliCa.
CHG: CRC16 rework, uses table based implementation. This will change more functions as I go on.
2018-01-29 13:42:02 +01:00
iceman1001
51a65a0ce3
rem: removed unneeded function
2018-01-28 12:47:08 +01:00
iceman1001
0c827e755f
chg: parameter adjustments
2018-01-28 12:42:17 +01:00
iceman1001
fd854a9308
chg: added Abrasive's uart implementation, its simpler to understand but the downside it doesn't do both speeds. (1/4 , 1/2556).
...
ref 2b8bff7dae
2018-01-28 12:36:41 +01:00
iceman1001
205e4b2300
chg: adjusted the input parameters for crc16 implementations.
2018-01-28 12:19:04 +01:00
iceman1001
1f5477491f
chg: rename
2018-01-28 11:01:29 +01:00
iceman1001
e5804645f1
chg: most of the crc16 works.
...
ISO14443 crc A = crc16_a
ISO14443 crc B = ...
ISO15693 crc = crc16_x25
2018-01-28 10:59:57 +01:00
iceman1001
57df6a1a7e
revert: add reflect function since its used in crc.c
2018-01-28 10:49:57 +01:00
iceman1001
cf44d04be1
add: reflect16
...
rem: swapbits, reflect
2018-01-28 10:46:46 +01:00
iceman1001
e396575424
add: fast reverse 16bit
2018-01-27 23:16:35 +01:00
iceman1001
e76b4f93b8
notes
2018-01-27 23:15:08 +01:00
iceman1001
ede55a1498
add: fast 8bit reversal.
2018-01-27 22:20:56 +01:00
iceman1001
60afef3938
FIX: 'hf snoop' - forcing function to clean up AT91C_BASE_SSC->SSC_RFMR into default setup values.
...
FIX: 'lf ti' - forcing to cleaning up of SSC when finished.
2018-01-27 20:30:50 +01:00
iceman1001
dcdac209d4
fix: gcc7 warning
2018-01-26 20:44:57 +01:00
iceman1001
374c1b16f6
chg: remove gcc 7.0 warnings
2018-01-26 20:17:56 +01:00
iceman1001
13e521668f
FIX: https://github.com/Proxmark/proxmark3/pull/555 (Thanks @arnie97)
2018-01-26 19:31:13 +01:00
iceman1001
4671b81115
chg: skip pointers and make a small number instead.
2018-01-25 20:54:15 +01:00
iceman1001
0582fdf934
chg: pointer should be unsigned
2018-01-25 20:29:22 +01:00
iceman1001
d3db40b7dd
chg: remove warning
2018-01-25 20:12:33 +01:00
iceman1001
f01bc31486
CHG: removed warnings %zu size_t
2018-01-25 19:51:10 +01:00
iceman1001
20e9931b63
syntax sugar
2018-01-25 18:45:13 +01:00
iceman1001
a6c50d7de2
chg: 'hf 14b' removed a delay loop when transmit as reader
2018-01-25 18:44:25 +01:00
iceman1001
f0e328a64b
chg: since we now uses c99 as standard, we can use string formatter %zu
2018-01-25 18:41:59 +01:00
iceman1001
009e4f9d99
chg: use return value instead
2018-01-25 18:11:07 +01:00
iceman1001
681f2cc83d
fix: bad compare.
2018-01-25 18:10:34 +01:00
iceman1001
f6b98acbf6
chg: turn off antenna when failed.
2018-01-25 18:02:49 +01:00
iceman1001
b10dca061a
fix: too many arguments to function
2018-01-25 18:01:40 +01:00
iceman1001
35cfdcd28c
Merge branch 'master' of https://github.com/iceman1001/proxmark3
2018-01-25 17:59:26 +01:00
iceman1001
c1b4411268
FIX: array-out-of-bounds
2018-01-25 17:59:11 +01:00
Iceman
14c3583fa9
Update README.md
2018-01-25 11:42:18 +01:00
iceman1001
a13ecc4a4e
CHG: applied https://github.com/Proxmark/proxmark3/pull/553 (@arnie97) and in some more places
2018-01-25 09:51:49 +01:00
iceman1001
aad1e65b97
FIX: cherrypick some fixes from https://github.com/Proxmark/proxmark3/pull/550 (pwpiwi)
2018-01-23 17:41:47 +01:00
iceman1001
fe2f99190b
Merge branch 'master' of https://github.com/iceman1001/proxmark3
2018-01-21 18:34:54 +01:00
iceman1001
5939164635
FIX: 'hf 15' timouts bugs when wait is set == 0...
...
thanks @lnv42 for fix 84cb4f6bbf
2018-01-21 18:34:29 +01:00
Iceman
42a1ff88cc
Merge pull request #156 from ceres-c/master
...
Install instructions and makefile switch for ArchLinux
2018-01-20 21:22:16 +01:00
Federico Cerutti
26713b3315
Install instructions and makefile switch for ArchLinux
2018-01-20 19:31:04 +01:00
iceman1001
3943f87c30
chg
2018-01-18 16:31:07 +01:00
iceman1001
e18c360010
ADD: Calypso protocol commands
2018-01-18 16:26:56 +01:00
iceman1001
be82f9f018
DEL: 'hf mf sniff' - since it is very similar to 'hf 14a sniff' , I removed this command. The desired functionality will become a new 'hf list mf' option in the future.
2018-01-18 14:11:22 +01:00
iceman1001
21dd3f68ea
chg: 'hf mf sniff' - adjustments
2018-01-17 00:34:15 +01:00
iceman1001
d60721d131
chg: clean up
2018-01-17 00:30:43 +01:00
iceman1001
9a162c9a79
CHG: 'hf mf sniff' - output adjustments
2018-01-17 00:29:41 +01:00
iceman1001
b4afc8cdc4
fix: 'hf mf sniff' - @merlokk 's adjustments
2018-01-17 00:28:40 +01:00