finish eeprom read/write implementations for RC632
[librfid] / src / rfid_asic_rc632.c
2008-02-08 laforgefinish eeprom read/write implementations for RC632
2008-02-08 laforgeuse DEBUGP, not printf (Bjoern Riemer)
2008-02-08 laforgedisable debug in the default compile (Uwe Hermann)
2008-01-29 laforge* implement rfid_reader_{get,set}opt()
2008-01-27 laforgepartial ISO15693 support (based on patch by Bjoern...
2008-01-27 laforge* improve scanning support:
2008-01-26 laforgecoding style fixes
2008-01-23 laforgeupdate FSF postal address (Jeremy Laine)
2007-04-30 meriadded win32 support for MINGW32-compiler/cross-compiler
2007-04-25 merifixed ISO 14443A anticollision
2007-02-14 ploetzFix "key format error" on cm5121 (Pierrick Hascoet...
2006-11-28 laforge- fix mifare write support
2006-10-14 laforge- remove prototypes for already-removed _register(...
2006-10-14 laforgePrepare RFID compilation in firmware mode
2006-09-30 laforgefix various compile warnings. code cleanup
2006-09-22 laforgememset the size of the structure, rather than the point...
2006-08-16 laforge- fix treatment of rx_length in low-level transceive...
2006-08-16 laforgeadd timer/irq handling, disabled
2006-06-14 laforgemake sure we never rx/tx frames > 64 bytes because...
2006-06-14 laforgefix multi-fifo-writes. still doesn't work, I think...
2006-06-14 laforge- make timeout more liberal
2006-06-13 laforges/transcieve/transceive/g (Henryk Ploetz)
2006-06-13 laforgepatch introduces -ETIMEDOUT as an error return code...
2006-06-13 laforgeFix mifare authentication for multiple blocks
2006-05-27 laforgeadd some very rudimentary timeout handling, i.e. abort...
2005-11-08 laforgemove include directory for pkginclude compliance
2005-11-08 laforgeimplement and test baud rates of up to 848k
2005-11-08 laforge- better layering abstraciton
2005-11-08 laforgeuse autoconf/automake