SPI: update NEWS & Changelog
This commit is contained in:
parent
f991771128
commit
c8e50b6852
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ Fixes:
|
||||||
- nfc-mfclassic: detect MIFARE Plus 2K as 2K instead of 1K
|
- nfc-mfclassic: detect MIFARE Plus 2K as 2K instead of 1K
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
- New PN532 over SPI driver, see contrib/libnfc/pn532_spi_on_rpi.conf.sample
|
||||||
- Devels HACKING file: introduce clang/scan-build & cppcheck for better code
|
- Devels HACKING file: introduce clang/scan-build & cppcheck for better code
|
||||||
- Better internal dependencies handling (bus <> drivers)
|
- Better internal dependencies handling (bus <> drivers)
|
||||||
- Cleaner handling of portability patches
|
- Cleaner handling of portability patches
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -1,5 +1,9 @@
|
||||||
New in 1.7.0-***:
|
New in 1.7.0-***:
|
||||||
|
|
||||||
|
Drivers:
|
||||||
|
|
||||||
|
* New PN532 over SPI driver, see contrib/libnfc/pn532_spi_on_rpi.conf.sample
|
||||||
|
|
||||||
API Changes:
|
API Changes:
|
||||||
|
|
||||||
* Functions
|
* Functions
|
||||||
|
|
Loading…
Reference in a new issue