Skip to content

Releases: abobija/esp-idf-rc522

3.2.3

01 Oct 15:48
2d0bfb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.2...3.2.3

3.2.2

29 Sep 14:50
f855abc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.1...3.2.2

3.2.1

24 Sep 14:36
9fff9f2
Compare
Choose a tag to compare

What's Changed

  • Use the term internal instead of private by @abobija in #65
  • Protection of Sector Trailer by verifying access bits integrity before write by @abobija in #66

Full Changelog: 3.2.0...3.2.1

3.2.0

23 Sep 14:53
161323b
Compare
Choose a tag to compare

What's Changed

  • Remove block's buffer_size arg from mifare read/write functions by @abobija in #64

Full Changelog: 3.1.6...3.2.0

3.1.6

23 Sep 14:09
0658ee5
Compare
Choose a tag to compare

What's Changed

  • Refactor of transceive functions by @abobija in #62
  • README updated with Component Manager info by @abobija in #63

Full Changelog: 3.1.5...3.1.6

3.1.5

22 Sep 20:19
949af61
Compare
Choose a tag to compare

What's Changed

  • Added missing const qualifiers to rc522 h/c by @abobija in #59
  • Term scanner in examples instead of reader by @abobija in #60
  • Introduced custom type for crc result by @abobija in #61

Full Changelog: 3.1.4...3.1.5

3.1.4

22 Sep 13:46
8bfcaf5
Compare
Choose a tag to compare

What's Changed

  • Example that uses multiple readers by @abobija in #58
  • Simplified SPI config with overwriting defaults by @abobija in #53
  • SPI driver sends without need for second buffer by @abobija in #54
  • Introduced rc522_bytes_t type by @abobija in #55
  • Docs of mifare functions + added const qualifiers by @abobija in #56
  • Custom authentication error by @abobija in #57

Full Changelog: 3.1.0...3.1.4

3.1.0

21 Sep 17:50
c46a4da
Compare
Choose a tag to compare

What's Changed

  • Unit test sector description by @abobija in #51
  • Fixed reading blocks when sector has more than 4 blocks by @abobija in #52

Full Changelog: v3.0.0...3.1.0

3.0.0

20 Sep 20:27
7ac343e
Compare
Choose a tag to compare

What's Changed

  • Version 3 by @abobija in #49
    • Returns card type (mifare 1k, 4k, ...) based on SAK
    • Functions for reading/writing from/to memory on MIFARE Classic cards
    • Sector Trailer block protection (write prevented by default, configurable via menuconfig)
    • Hard reset via RST pin (optional, auto switch to soft if hard fails)
    • Firing events when picc changes state (all states described in 14443 iso are supported)
    • Added examples (basic, read_write, memory_dump)
    • Unit tests
    • CI (format-check, unit-test, examples-build)
    • Returns UID length, and UID is now in the form of a byte array
    • Rewritten read_write test. Using PCD fifo buffer now to test if the library can read/write multiple bytes
    • Firing event when card disappears from the scanner field

Full Changelog: v2.6.1...v3.0.0

v2.6.1

08 Sep 18:49
d6f4f07
Compare
Choose a tag to compare

What's Changed

  • Added actions (workflows) for packaging component and publishing it to the Espressif's repository