summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* Update ChangeLogGregory Nutt2014-11-191-1/+11
* poll() was not waking up from signals (for example mq_notify() events).Gregory Nutt2014-11-191-13/+26
* alling mq_timedreceived with immediate timeout was getting stuck and notGregory Nutt2014-11-191-2/+39
* Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carva...Gregory Nutt2014-11-192-3/+7
* Update READMEGregory Nutt2014-11-181-0/+7
* SAM EMAC: Fix typo in the check for successfull allocation of a timerGregory Nutt2014-11-185-5/+5
* SAMA5D4-EK EMAC1: Correct name of EMAC1 configuration variableGregory Nutt2014-11-182-7/+12
* Cosmetic fixes to commentsGregory Nutt2014-11-181-4/+4
* SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces are...Gregory Nutt2014-11-172-8/+8
* Update ChangeLogGregory Nutt2014-11-171-0/+5
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The...Gregory Nutt2014-11-175-18/+18
* Due to limitations in port unique-ness, have to use unique port numbers in ap...Gregory Nutt2014-11-171-2/+2
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-173-13/+41
* SAMA5D4-EK bridge configuration needs to set software MAC addressGregory Nutt2014-11-171-2/+4
* Update ChangeLogGregory Nutt2014-11-173-8/+23
* Change SAMA5D4-EK bridge configuration so that runs out of DRAMGregory Nutt2014-11-172-30/+28
* Update ChangeLogsGregory Nutt2014-11-171-0/+3
* configs/sama5d4-ek/bridge: Add a simple test for the dual EMACs on the SAMA5D4Gregory Nutt2014-11-174-0/+1349
* Network: Fix compilation problem when mutliple networks enabledGregory Nutt2014-11-171-1/+2
* Update ChangeLogsGregory Nutt2014-11-171-0/+4
* changes for clean build with Ethernet+SLIPGregory Nutt2014-11-163-7/+11
* Completes basic changes to support per-device/per-link TCP receive window sizeGregory Nutt2014-11-165-29/+78
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-1683-83/+83
* Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtuGregory Nutt2014-11-169-34/+38
* Update ChangeLogsGregory Nutt2014-11-161-0/+4
* Fixes for Ethernet, SLIP, and Ethernet+SLIP buildsGregory Nutt2014-11-161-8/+8
* Refresh configurationGregory Nutt2014-11-161-2/+6
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-1610-36/+56
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all drivers/net (except sl...Gregory Nutt2014-11-166-24/+24
* Clarify MTU/BUFSIZE in apps/ README.txt files and DocumentationGregory Nutt2014-11-161-3/+5
* Add link MTU size to network device structure.Gregory Nutt2014-11-163-12/+42
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt filesGregory Nutt2014-11-167-12/+12
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-1614-45/+45
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-1678-78/+78
* Update ChangeLogGregory Nutt2014-11-161-0/+3
* EFM32 USART setup: Computation of BAUD includes shift; Eliminate additional s...Gregory Nutt2014-11-161-3/+6
* Update ChangeLogGregory Nutt2014-11-161-0/+3
* SAM3/4: Add missing SPI0 clock configuartion macro for the SAM4SGregory Nutt2014-11-161-1/+3
* Update TODOGregory Nutt2014-11-151-10/+2
* Network: Update SLIP configuration; Fix compile issues when building SLIP onlyGregory Nutt2014-11-153-46/+117
* Network: netdev_register() must assign the device name appropriately accordin...Gregory Nutt2014-11-151-5/+17
* Update ChangeLogsGregory Nutt2014-11-151-0/+4
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-2/+3
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-1528-90/+144
* Merge remote-tracking branch 'origin/master' into llhdrlenGregory Nutt2014-11-151-1/+4
|\
| * Update ChangeLogGregory Nutt2014-11-151-1/+4
* | Merge remote-tracking branch 'origin/master' into llhdrlenGregory Nutt2014-11-1511-20/+16
|\|
| * Remove use of NET_LL_HDRLEN from net/arp logic. Use ETH_HDRLEN insteadGregory Nutt2014-11-154-9/+9
| * Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN insteadGregory Nutt2014-11-157-11/+7
* | Resove merge conflictsGregory Nutt2014-11-153-26/+40
|/