nuttx/drivers/net
Xiang Xiao e9bc32cdbc Improve tun (#198)
* Remove the code duplication in tun_net_receive_tap and remove the unused filep field
  * Shouldn't return -EBUSY in tun_write.  Let the caller wait until the write buffer free
  * Handle that write buffer is ready first correctly in tun_read
  * Remove the unused tun_ipv6multicast
2020-02-02 08:02:17 -06:00
..
dm90x0.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -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 Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01: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 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
phy_notify.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
rpmsgdrv.c Ensure psock_socket and psock_accept initialize s_crefs to 1 2020-01-31 13:45:14 -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 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
tun.c Improve tun (#198) 2020-02-02 08:02:17 -06:00