This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-09 10:54:43 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6ed875a63b98dba45f642d6ce4e69581a3c7596a
nuttx
/
drivers
/
can
T
History
Alan Carvalho de Assis
b5f6d6c4f7
drivers/can/mcp2515.c: Fix BRP for SET_BITTIMING ioctl as well
2017-10-27 06:15:54 -06:00
..
can.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
Kconfig
…
Make.defs
…
mcp2515.c
drivers/can/mcp2515.c: Fix BRP for SET_BITTIMING ioctl as well
2017-10-27 06:15:54 -06:00
mcp2515.h
…