This website requires JavaScript.
Explore
Help
Sign in
lupyuen
/
local-nuttx-update
Watch
1
Star
0
Fork
You've already forked local-nuttx-update
0
forked from
nuttx/nuttx-update
Code
Pull requests
Activity
469859b9f1
local-nuttx-update
/
drivers
/
contactless
History
Michael Jung
469859b9f1
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
...
along the way.
2019-08-19 11:27:23 -06: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
CL fixes
2016-08-31 13:41:49 +02:00
mfrc522.c
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
mfrc522.h
drivers/: Remove dangling space at the end of lines.
2017-06-28 13:17:17 -06:00
pn532.c
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
pn532.h
packed_struct replaced by begin_packed_struct and end_packed_struct
2017-01-09 14:17:49 +03:00