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
0ea4d2a11d
nuttx
/
drivers
/
can
History
Alan Carvalho de Assis
b0ce7753aa
drivers/can/mcp2515.c: Fix the MCP2515 Bit Rate Prescale calculation.
2017-10-27 06:11:37 -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
MCP2515: Changes from review of last PR
2017-05-23 12:22:49 -06:00
Make.defs
Changes from review of last PR
2017-05-12 09:04:52 -06:00
mcp2515.c
drivers/can/mcp2515.c: Fix the MCP2515 Bit Rate Prescale calculation.
2017-10-27 06:11:37 -06:00
mcp2515.h
MCP2515: Changes from review of last PR
2017-05-23 12:22:49 -06:00