Skip to content

Releases: abobija/esp-idf-rc522

3.3.1

07 Mar 20:40
dc68b3b
Compare
Choose a tag to compare

What's Changed

  • Support IDF ^5 and build examples on latest (master) IDF by @abobija in #81

Full Changelog: 3.3.0...3.3.1

3.3.0

04 Mar 21:53
0b6bb3e
Compare
Choose a tag to compare

What's Changed

  • Add (partial) support for NXP Ultralight and NTAG PICCs by @fill1890 in #78
  • Build picc_nxp example in CI pipeline by @abobija in #80

New Contributors

Full Changelog: 3.2.4...3.3.0

3.2.4

17 Oct 16:13
2b6c968
Compare
Choose a tag to compare

What's Changed

  • Using SPI3_HOST instead of VSPI_HOST by @abobija in #72

Full Changelog: 3.2.3...3.2.4

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