- Jul 10, 2017
-
-
Gregory Nutt authored
Build System: It is no longer necessary to have a unique Make.defs file for each configuration. A board may share a common Make.defs file in the scripts directory.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
ipforward.h: Add some forward references that are needed when CONFIG_NETDEV_MULTINIC is not enabled.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix some errors in ipforward.h when CONFIG_NET_STATISTICS is enabled, but CONFIG_NETDEV_MULTINIC is not
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
tools/refresh.sh: Now runs make savedefconfig before copying the new defconfig file in place; Also, added a new option --defaults. Since the number of defaults that you now have to answer is so large, the option lets you just accept the default values. So it works just like --slilent but still prompts you for the decision to save or discard the new defconfig file.
-
Gregory Nutt authored
Update configure.sh, configure.bat, configure.c: With compressed format, part of the installation requires that we run 'make olddefconfig' to restore the uncompressed defconfig format. Also, while I was at it, I also added options to select host platform on configure command line.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 09, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Simon Piriou authored
-
Gregory Nutt authored
-
- Jul 08, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
IP forwarding: Two bugfixes (1) IPFWD poll event must be unique and different from other device poll events otherwise, some other waiting task might get the poll, (2) Add logic necessary to forward 6LoWPAN packets.
-
Gregory Nutt authored
-
Gwenhael Goavec-Merou authored
-
Gregory Nutt authored
-
Gregory Nutt authored
IP forwarding: Major rearchitecting of the outgoing portion of the IP forwarding logic necessary into to properly received device-related forwarding events.
-
Gregory Nutt authored
-
Gregory Nutt authored
IP forwarding: Move to separate directory. A few fixes from early testing; In TUN driver, do all polling on worker thread. Otherwise, the stack gets very deep.
-
- Jul 07, 2017
-
-
Gregory Nutt authored
IP forwarding: A few fixes from early testing; In TUN driver, do all polling on worker thread. Otherwise, the stack gets very deep.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Move TUN ioctl commnd to include/nuttx/net/ioctl.h so that it will always be unique. It a error in netdev_register: it was not handling device names properly when TUN is the only network device.
-
Simon Piriou authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-