Commit Graph
17 Commits
Author SHA1 Message Date
Federico Cerutti d3299fee43 Calling AppProcess as suggested by @cacke-r 2022-02-01 00:03:15 +01:00
Federico Cerutti c692e0ea11 ISO15693 sniff codec 2022-01-31 23:59:50 +01:00
The-White-Fox 1c6e23b129 Fix mandarin chinese comments
Fix some nice but mandarin chinese comments and replaced  it with its google translation.
Should be buildable for now (cause some unexplicable build errors in first try).
2020-11-10 14:50:50 +01:00
Ave c5b07988dc Merge remote-tracking branch 'ceres/rrg-iso15693-codec-upd' into proxgrind 2020-09-15 21:08:19 +03:00
Federico Cerutti c82572daf3 Updated code to build with GCC 10 - Updated ISR Sharing
Since GCC 10, the compiler defaults to -fno-common, thus variables with
multiple tentative definitions result in linker errors.
We've (me and @MrMoDDoM) extern-ed the shared variables to fix the issue.

Also, when I implemented ISR sharing, somehow I forgot about a function
which was shared as well, so I fixed that mistake and added a couple of
comments on how shared function calls work.
2020-08-26 20:19:33 +02:00
Willok 0cf47594ef RevG rebooted initial release 2019-12-06 10:18:01 +01:00
Fabian a35610f6a7 run make style #237 2019-11-15 10:21:40 +01:00
chenzitai cb49799de1 Fix bug: ACA interrupt start after the card->Reader traffic start, so sometimes get not complete trace
Another buffer used for store card->reader traffic is added, so that card->reader traffic sniffing can start right after the reader->Card trafic sniffing finished.

(cherry picked from commit e074fcc)
2018-08-15 22:46:53 +01:00
Georg be67058675 added function for storing single setting data to eeprom, added reader threshold being stored in eeprom 2018-01-24 15:38:10 +01:00
Georg 94d24d95c6 unified indentation 2017-11-07 15:53:23 +01:00
Georg c764e52bdc added autocalibrate command 2017-07-12 10:52:05 +02:00
Georg b1e457ca01 added reader restart function which may be called from application, so the reader field will be shut down and restarted after a given time 2017-04-04 16:26:09 +02:00
Georg 06f6d970ba added Reader_FWT variable
Application with this may now change the frame waiting time which may be helpful for ISO14443A-4 processing
2017-04-04 16:18:10 +02:00
Georg f46f5b4fbf update to RevG 2016-10-07 23:44:50 +02:00
Georg 5ac1cc7ed7 moved discontinued RevE files to own directory 2016-10-07 18:18:13 +02:00
Timo Kasper 49b2a19364 Major improvements (amongst others Mifare Ultralight and 7-Byte UID MF Plus support) and major bug fixes. Thanks to Simon Küppers and Julius Schmalz. 2015-03-04 01:28:25 +08:00
Simon Küppers 646fc49150 Initial commit 2013-12-22 16:48:22 +01:00