PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

149 lines
5.4KB

  1. -- Add changes to unreleased tag until we make a release.
  2. unreleased
  3. -
  4. unreleased, v1.4.0
  5. - Removed: void PCD_Init(byte resetPowerDownPin);
  6. - Removed: MFRC522(byte resetPowerDownPin);
  7. - Changed default initialisation of SS pin with constants of arduino.h are not done anymore
  8. - Replaced UINT8_MAX by UNUSED_PIN
  9. - Replaced default value NULL for pointer with correct nullptr
  10. - Added pin layout for wemos d1 mini @mmone
  11. - Added alternative fritzing layout for mfrc522 reader @jose1711
  12. - Added soft power control functions @Bill2462
  13. -
  14. 22 Mar 2017, v1.3.6
  15. - Added deprecate and compiler warnings @Rotzbua
  16. 8 Apr 2017, v1.3.5
  17. - Updated "AccessControl.ino", bugs fixed and alterate Wipe button polling method without using other library @beyondszine reviewed by @omersiar
  18. - Updated README notice about port for esp8266 @mmmmar
  19. 7 Apr 2017, v1.3.4
  20. - Added new example "rfid_read_personal_data.ino" @ryand1011
  21. - Updated example "rfid_write_personal_data.ino" code style to Arduino IDE @Rotzbua
  22. - Removed (temp.) Teensy from travis build script because fails @Rotzbua
  23. 26 Mar 2017, v1.3.3
  24. - Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua
  25. - Fixed UINT8_MAX error @Rotzbua
  26. 15 Mar 2017, v1.3.2
  27. - Added ESP8266 to library.properties
  28. 15 Mar 2017, v1.3.1
  29. - Fixed compiler warning in MFRC522Extended @Rotzbua
  30. - Removed unused function @Rotzbua
  31. 13 Mar 2017, v1.3.0
  32. - Warning: Source has moved to folder src!
  33. - Added addtional class to support ISO/IEC 14443-4 PICCs @JPG-Consulting
  34. - Added RATS (Request for Answer To Select) @JPG-Consulting
  35. - More information see https://github.com/miguelbalboa/rfid/pull/271 @JPG-Consulting
  36. 13 Mar 2017, v1.2.1
  37. - Removed need for reset pin #275 @tkoester
  38. - Added SPI speed option + Various minor changes #276 @tuyethoa08041997
  39. - Updated documentation, travis build script and small code change @Rotzbua
  40. 3 Jan 2017, v1.2.0
  41. - Warning: This version introduce usage of stdint.h, usage of not well defined int types are abandoned.
  42. Interface has changed: e.g. long -> int32_t
  43. @Rotzbua
  44. - Removed problematic example examples/servo_motor/servo_motor.ino @omersiar
  45. - Added examples/AccessControl/AccessControl.ino @omersiar
  46. - Fixed minor issues reported in #211 @omersiar
  47. - Added bad components hint to README @danielcbit
  48. - Fixed selftest @surr
  49. - Fixed auth problem with long UIDs @surr
  50. 26 Aug 2016, v1.1.9
  51. - Warning: Only Arduino IDE version 1.6 is supported, please update your IDE to 1.6 to use this Library.
  52. - Added ESP8266 platform support @Rotzbua
  53. - Changed README.rst content to show more info @Rotzbua
  54. - Minor Changes to examples/ReadUidMultiReader/ReadUidMultiReader.ino example @Rotzbua
  55. 11 Feb 2016, v1.1.8
  56. - Added examples/MinimalInterrupt/MinimalInterrupt.ino example, Interrupt example @lmmeng
  57. - Added .gitignore file allows the project to be more easily used as a subproject. @BenWiederhake
  58. - Added Added Teensy 2.0 & Tensy++ 2.0 pinouts to README.rst @jkutianski
  59. 16 Jan 2016, v1.1.7
  60. - README.rst Spelling and Grammar Tweak @cuthbertnibbles
  61. - Added examples/servo_motor/servo_motor.ino example, Arduino RFID Access Control with a Servo Motor @techied
  62. - Added examples/RFID-Cloner/RFID-Cloner.ino Copy from rfid cards with standard authentication @stefanblommaert
  63. - Fix compile error at examples/RFID-Cloner/RFID-Cloner.ino, using MFRC522:::PICC_Type, @Rotzbua
  64. 06 Jan 2016, v1.1.6
  65. - Fixed compilation error for examples/ReadNUID/ReadNUID.ino example. @Rotzbua
  66. 04 Jan 2016, v1.1.5
  67. - Use settings functions on SPI libraries, setSPIConfig was deleted, now the library use SPI.beginTransaction() and SPI.endTransaction() @sophiekovalevsky
  68. - Added examples/ReadNUID/ReadNUID.ino example, showing how to read new NUID from a PICC to serial. @sophiekovalevsky
  69. 03 Jan 2016, v1.1.4
  70. - Added Authentication with Ntag 213,215,216 returns the pACK MFRC522::PCD_NTAG216_AUTH @Gargantuanman
  71. - Starting to use versions http://semver.org/
  72. - Continuous Integration @ivankravets
  73. - functions return MFRC522::StatusCode and MFRC522::PICC_Type instead of generic byte @rotzbua
  74. - removed int-values of MFRC522::StatusCode and MFRC522::PICC_Type @rotzbua
  75. 05 Dec 2015
  76. - recognize infineon cards correctly @mayatforest
  77. - added multi reader support, see example @lmmeng
  78. 10 Nov 2014
  79. - Updated the changelog.
  80. - Added makefile.
  81. 24 Oct 2014
  82. - Added PlatformIO-based manifest file.
  83. 17 Jul 2014
  84. - Written documentation for the library.
  85. - Added rfid_default_keys example.
  86. 11 Jun 2014
  87. - Updated example: ReadAndWrite.
  88. 14 Apr 2014
  89. - Updated examples: DumpInfo, MifareClassicValueBlock, and ReadAndWrite.
  90. 12 Feb 2014
  91. - Fixed resetPowerDownPin initial state.
  92. 29 Jan 2014
  93. - Fixed chipSelectPin initial state.
  94. 30 Nov 2013
  95. - Examples put in their own folders.
  96. - Updated the keywords.txt file.
  97. 12 Nov 2013
  98. - Updated examples: DumpInfo, MifareClassicValueBlock, and ReadAndWrite.
  99. 20 Oct 2013
  100. - All constants, functions and parameters are now commented in English.
  101. - Code refactored, most function names have changed.
  102. - Support ISO-14443-3 anti collission and 4/7/10 byte UIDs (cascade levels).
  103. - Added functions for MIFARE Classic Decrement/Increment/Restore/Transfer
  104. and MIFARE Ultralight Write.
  105. - New examples written.
  106. 19 Oct 2013
  107. - Renamed library from RFID to MFRC522 (RFID seemed to generic).
  108. - Register names changed to comply with datasheet.
  109. - Global defines moved into class.
  110. 24 Sep 2013
  111. - Turn off encryption when tag is halted.
  112. 27 Jan 2013
  113. - Added README and small TODO list.
  114. - Added example to show Serial on LCD display.
  115. 09 Sep 2012
  116. - Initial commit to GitHub.