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-05-14 19:38:39 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
07bdff9ef78ff5eff87bc1e3c7826eb1c19201d0
nuttx
/
net
/
utils
T
History
Gregory Nutt
fca919f3d2
Networking: Fix some compilation issues noted with network is build with CONFIG_BUILD_KERNEL
2015-07-05 11:18:56 -06:00
..
Kconfig
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
Make.defs
…
net_chksum.c
…
net_dsec2tick.c
…
net_dsec2timeval.c
…
net_ipv6_maskcmp.c
…
net_ipv6_pref2mask.c
…
net_lock.c
Networking: Fix some compilation issues noted with network is build with CONFIG_BUILD_KERNEL
2015-07-05 11:18:56 -06:00
net_timeval2dsec.c
…
utils.h
Networking: The network device list was protected by a re-entrant semaphore. With the recent change to support network device callback, the network stack needs to access the network device list too. Some drivers, however, run the network stack from the interrupt level -- this is bad but a fact in the current state. Of course,those drivers are unable to take the semaphore and will assert.
2015-05-31 08:34:03 -06:00