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
fdd0dcc0b6
nuttx
/
drivers
/
contactless
History
Gregory Nutt
29b5b3667f
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
2017-10-05 07:24:54 -06:00
..
Kconfig
Make.defs
CL fixes
2016-08-31 13:41:49 +02:00
mfrc522.c
Add an instance argument to the SPIDEV definitions.
2017-04-29 12:26:52 -06:00
mfrc522.h
drivers/: Remove dangling space at the end of lines.
2017-06-28 13:17:17 -06:00
pn532.c
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
2017-10-05 07:24:54 -06:00
pn532.h
packed_struct replaced by begin_packed_struct and end_packed_struct
2017-01-09 14:17:49 +03:00