- 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
-
Gregory Nutt authored
network: Correct some issues that prevent TCP from working correctly when both IPv4 and IPv6 are enabled.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 06, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
IP forwarding design simplication; might save some memory. Also fix some compile issues introduce with last commit in MULTINIC configration.
-
Jeff authored
configs/Board.mk: Remove quotes from CONFIG_ARCH_FAMILY. Causes problems with Windows native build.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32 Kconfig: 'unfold' some of the dependencies to provide better long term configuration support. This also effective reverts the recent 15b85738
-
Gregory Nutt authored
Rename CONFIG_STM32_STM32F40XX to CONFIG_STM32_STM32FXXXX since it is used by F4 parts other than F40x
-
gwenhael.goavec authored
In arch/arm/src/stm32/Kconfig when the CPU is a STM32F4, some STM32_HAVE_xx with xx = {OTGFS, TIM3, TIM4, SPI3, I2S3, I2C3} are selected by default. But for F410 these peripherals are absent. This change add tests to check if the target CPU is an F410 or not and selects according to the situation. This also adds a select for STM32_HAVE_DAC1 present on this STM32 flavor.
-
Gregory Nutt authored
-
Julien Lecoeur authored
-
Masayuki Ishikawa authored
FS: Remove DEBUGASSERT() in block_proxy() because the flags are cleared later. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Gregory Nutt authored
-