nuttx/drivers/net
YAMAMOTO Takashi f8077022bd Introduce CONFIG_DEFAULT_TASK_STACKSIZE
* The appropriate size of stack varies among archs.
  E.g. for 64-bit sim, 2048 is way too small, especially when the task
  happens to use host OS functionalities.
  I plan to allow an arch provide its own default.

* I plan to use this to replace hardcoded "STACKSIZE = 2048" in APPDIR.
2020-03-26 22:30:13 -05:00
..
dm90x0.c Fix typos in comments 2020-03-03 09:11:57 -06:00
enc28j60.c Fix typos in comments 2020-03-03 09:11:57 -06:00
enc28j60.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
encx24j600.c Fix typos in comments 2020-03-03 09:11:57 -06:00
encx24j600.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
ftmac100.c Fix typos in comments 2020-03-03 09:11:57 -06:00
Kconfig Introduce CONFIG_DEFAULT_TASK_STACKSIZE 2020-03-26 22:30:13 -05:00
lan91c111.c Fix typos in comments 2020-03-03 09:11:57 -06:00
lan91c111.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
loopback.c Fix typos in comments 2020-03-03 09:11:57 -06:00
Make.defs Remove NETDEV_LOOPBACK option, NET_LOOPBACK is enough 2020-02-02 08:25:06 -06:00
phy_notify.c net: phy_notify_subscribe call phy_notify_unsubscribe if sigev_notify equals SIGEV_NONE 2020-03-07 12:59:47 -06:00
rpmsgdrv.c Fix typos in comments 2020-03-03 09:11:57 -06:00
skeleton.c Fix typos in comments 2020-03-03 09:11:57 -06:00
slip.c drivers/net/slip.c: It's enough to only hold the net lock in SLIP driver 2020-02-02 08:27:33 -06:00
telnet.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tun.c drivers/net/tun.c: Eliminate unused function. 2020-03-08 08:40:05 -05:00