This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-06 21:19:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
2c8eb5b240
nuttx
/
drivers
/
contactless
History
Download ZIP
Download TAR.GZ
Gregory Nutt
7cf88d7dbd
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
..
Kconfig
add cl kconfig
2016-08-31 13:24:19 +02:00
Make.defs
CL fixes
2016-08-31 13:41:49 +02:00
mfrc522.c
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
2017-10-06 10:15:01 -06:00
mfrc522.h
drivers/: Remove dangling space at the end of lines.
2017-06-28 13:17:17 -06:00
pn532.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
pn532.h
packed_struct replaced by begin_packed_struct and end_packed_struct
2017-01-09 14:17:49 +03:00