nuttx/drivers/net
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
dm90x0.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
enc28j60.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
enc28j60.h drivers/net: Run tools/detab, rmcr, lowhex, and nstyle against all files. 2019-02-24 11:51:25 -06:00
encx24j600.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
encx24j600.h drivers/net: Run tools/detab, rmcr, lowhex, and nstyle against all files. 2019-02-24 11:51:25 -06:00
ftmac100.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Kconfig This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 2019-11-02 11:30:33 -06:00
lan91c111.c Correct some problems with network timed events when there are multiple network devices in the configuration. 2019-12-24 10:37:30 -06:00
lan91c111.h Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
loopback.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Make.defs This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 2019-11-02 11:30:33 -06:00
phy_notify.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
rpmsgdrv.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
skeleton.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
slip.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
telnet.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
tun.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00