Commit graph

3012 commits

Author SHA1 Message Date
iceman1001
0d38da5de2 make style 2021-12-27 19:36:42 +01:00
iceman1001
4493114f4f renamed function and exported it 2021-12-27 17:43:28 +01:00
iceman1001
6653bdc2be zx adaptations 2021-12-27 17:42:33 +01:00
iceman1001
3491207890 text 2021-12-27 17:39:56 +01:00
iceman1001
69ffcd3185 wrong byte in rats, and adapted two standalone modes 2021-12-25 16:13:42 +01:00
iceman1001
cbf06104bd different rats for DESFire simulation (suggestion from @mosci) 2021-12-25 13:46:00 +01:00
iceman1001
49ee82be19 zx now builds after fixing corrent header. 2021-12-24 15:24:32 +01:00
iceman1001
4ff7514232 fixs 2021-12-24 15:06:38 +01:00
iceman1001
69ea599fee skeleton for ZX8211 2021-12-24 13:32:28 +01:00
amerinoj
4cecf039e5
fix hf_craftbyte.c emulation card types 2021-12-23 22:56:54 +01:00
Philippe Teuwen
c3864a0ce5 lf cmdread: add -k to keep field on 2021-12-18 00:43:11 +01:00
Philippe Teuwen
ce2148b22c namespace-protect static vars in standalone modes to avoid conflits when merged with dankarmulti 2021-12-13 01:56:57 +01:00
Philippe Teuwen
0b96ed9865 standalone: take examples not requiring flash in dankarmulti 2021-12-13 01:29:43 +01:00
iceman1001
ef7c301217 cppcheck - missing return statement 2021-12-12 22:34:06 +01:00
Daniel Karling
380670bd21
Added explanation of how dankarmulti works 2021-11-27 19:43:23 +01:00
Daniel Karling
315e58dac4 Added standalone mode that can load multiple different modes 2021-11-20 22:01:09 +01:00
pieterg
1ec2e95437
armsrc/felica: add polling response time slot support to felica_sim_lite
Make sure we respond in a valid time slot.
We were responding too early, the first time slot (which is always allowed) starts after 512 * 64 / fc.

Also, respond in incremental time slots. We could have used a fixed time slot (#0 is always allowed), but by using incremental time slots we have a better chance the reader will get our response in the expected time frame.
(when our timing is wrong, we have a risk of responding too early when using the first slot, and too late when using the last slot. Slots in the middle of the allowed range have the best chance)
2021-11-19 14:59:45 +01:00
iceman1001
67d6ba97a5 code style 2021-11-19 00:44:24 +01:00
Iceman
5f003f168d
Merge pull request #1531 from zabszk/master
Added ledcontrol to LF operations
2021-11-19 00:38:13 +01:00
Iceman
94b597febf
Merge pull request #1530 from pieterg/patch-1
armsrc/felica: fix crc offsets in felica_sim_lite
2021-11-18 17:43:48 +01:00
pieterg
bf03177255 armsrc/felica: fix handling POLL with Request Code 1
apparent typo, listenmode should be set to false in order to send the
prepared response
2021-11-18 15:07:50 +01:00
Łukasz Jurczyk
218a4ba2ec
Added ledcontrol to lf functions 2021-11-18 15:00:54 +01:00
pieterg
3edd6b5b36
armsrc/felica: fix crc offsets in felica_sim_lite
the sync bytes should not be included in the crc calculation
(and the crc bytes should be placed at the end of the response buffers)
2021-11-18 12:20:09 +01:00
Łukasz Jurczyk
53611b5cad
Fixed ledcontrol in SimulateTagLowFrequencyEx 2021-11-17 16:15:27 +01:00
iceman1001
982e669a77 magsafe iterates 7a/7b/7c/7d for wupa 2021-10-23 20:45:46 +02:00
iceman1001
0e5e9163a1 added apple magsafe polling, thanks to @tcprst 2021-10-23 18:54:44 +02:00
Philippe Teuwen
4a458b2b79 typos 2021-10-18 22:35:12 +02:00
Anze Jensterle
b90359b26f
Made ECP delay 15ms
Found better results with 15 ms
2021-10-17 16:04:53 +02:00
iceman1001
37b89c7b11 add ehanced contactless polling to 14a reader/raw commands 2021-10-17 11:38:37 +02:00
Philippe Teuwen
232843477c typos 2021-10-16 23:44:53 +02:00
mwalker33
e72fbb4983
hw tune (#1519)
* Update appmain.c

Patch to fix incorrect lf voltage reading when no lf antenna is connected.
v_lf134, v_lf125 should be set to 0 in case they are not updated later and leave it with an invalid random value.
2021-10-14 10:05:19 +02:00
Philippe Teuwen
88308ea727 typos 2021-10-10 01:35:45 +02:00
Philippe Teuwen
6f6a3161a9 Fix typos, applying Fix-spelling-errors.patch from Kali, thanks Sophie!
da550dbec7 (6e9d1bb9c071feb1a5ad25ec24296a3f6751f2d1)
2021-10-04 20:48:55 +02:00
Philippe Teuwen
4d46c1907f Added CROSS_CC and similar args for maintainers, see Maintainers.md 2021-09-21 13:50:15 +02:00
iceman1001
d3696ee2c3 Revert "Release v4.14434 - crimson"
This reverts commit 2c4c676db2.
2021-09-18 21:44:56 +02:00
iceman1001
2c4c676db2 Release v4.14434 - crimson 2021-09-18 21:44:55 +02:00
Philippe Teuwen
9f36ce1b9d cppcheck reduce variable scopes 2021-09-05 23:42:14 +02:00
Philippe Teuwen
4c4e291588 iso14443b: remove redundant assignment, cf issue #1497 2021-09-05 19:54:04 +02:00
Philippe Teuwen
7404695e46 remove tabs 2021-09-05 00:49:57 +02:00
iceman1001
78b48a6ce7 change default standalone mode to LF_SAMYRUN 2021-09-04 22:13:54 +02:00
Philippe Teuwen
847c3d531e missing include 2021-09-04 01:26:57 +02:00
Philippe Teuwen
2db34e0ad6 cppcheck invalid printf arg type 2021-09-04 00:54:59 +02:00
merlokk
ca40ee99d6 make style 2021-08-30 12:36:48 +03:00
Philippe Teuwen
2ce30201b2 Fix lf em 410x watch and standalone bug introduced with Electra changes 2021-08-28 19:10:14 +02:00
merlokk
d46d23d079 make style 2021-08-25 14:44:06 +03:00
Philippe Teuwen
72d9bc94bb
Merge pull request #1479 from AxisRay/fix-bcc-error
fix bcc incorrect
2021-08-22 16:14:38 +02:00
Ray Lee
3d93a10ad0 fix bcc incorrect 2021-08-22 20:48:54 +08:00
Philippe Teuwen
b63dcb707e rework desfire declarations 2021-08-22 13:56:35 +02:00
Philippe Teuwen
e79fb92074 Add fpga-xc3s100e and icopyx support 2021-08-21 23:45:46 +02:00
Philippe Teuwen
d56d8f0f65 rename common_area typedef and global 2021-08-21 23:29:56 +02:00