This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
2d7c072723
nuttx
/
drivers
/
contactless
History
Xiang Xiao
80277d1630
Refine the preprocessor conditional guard style (
#190
)
2020-01-31 19:07:39 +01:00
..
Kconfig
Kconfig, include/debug.h, and drivers/contactless: Add debug macros for contactless. The various contactless device drivers currently define device specific debug macros within their local header files. This patch adds generic ctls[info|warn|err] macros for the overall contactless subsystem to be used in future drivers. Ported the two currently available contactless device drivers (mfrc522.c and pn532.c) to these generic logging macros and fixed some logging bugs
2019-08-19 11:27:23 -06:00
Make.defs
mfrc522.c
Fix wait loop and void cast (
#24
)
2020-01-02 10:54:43 -06:00
mfrc522.h
Refine the preprocessor conditional guard style (
#190
)
2020-01-31 19:07:39 +01:00
pn532.c
Fix wait loop and void cast (
#24
)
2020-01-02 10:54:43 -06:00
pn532.h
Refine the preprocessor conditional guard style (
#190
)
2020-01-31 19:07:39 +01:00