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-11 15:35:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
a5bb9f7660
nuttx
/
drivers
/
can
History
Download ZIP
Download TAR.GZ
Xiang Xiao
5c80b94820
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
...
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
can.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
Kconfig
Various Kconfig files: Kconfig files should not select SCHED_WORKQUEUE since that is really only is only the logical OR if SCHED_LPWORK and SCHED_HPWORK. Selecting it has no effect other than to produce an erroneous configuration.
2019-06-29 10:10:43 -06:00
Make.defs
Remove exra whitespace from files (
#189
)
2020-01-31 09:24:49 -06:00
mcp2515.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
mcp2515.h
Refine the preprocessor conditional guard style (
#190
)
2020-01-31 19:07:39 +01:00