summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2014-06-031-0/+2
* SAMA4D4: Basic framework to support the SAMA4D4. Not yet completeGregory Nutt2014-06-036-10/+1392
* Add iob_copyin()Gregory Nutt2014-06-035-4/+178
* Update ChangeLogGregory Nutt2014-06-031-0/+4
* NET: Add generic I/O buffering logicGregory Nutt2014-06-0314-0/+1235
* NET: Fix an error in networking Make.defs fileGregory Nutt2014-06-031-3/+0
* Add support for the Olimex STM32 h405. From Martin LederhilgerGregory Nutt2014-06-031-0/+2
* Add support for the Olimex STM32 h405. From Martin LederhilgerGregory Nutt2014-06-0322-1/+3135
* sockio.h needs to include netinet/in.h for struct in_addrGregory Nutt2014-06-031-0/+2
* Fix error in tree.hGregory Nutt2014-06-021-13/+15
* Update ChangeLogGregory Nutt2014-06-022-1/+9
* NET: Improvements to TCP connection fallback logic; Not needed with SO_LINGER...Gregory Nutt2014-06-021-6/+17
* Notify upper layer when TIME_WAIT or FIN_WAIT2_2 timeout occursGregory Nutt2014-06-021-0/+5
* Add CONFIG_NET_ETHERNET (not used yet)Gregory Nutt2014-06-012-1/+11
* Port BSD tree.h header fileGregory Nutt2014-05-311-0/+1056
* Move arp, icmp, and igmp configuration values into new Kconfig files in those...Gregory Nutt2014-05-304-54/+82
* Files that I forgot to add in the previous commitsGregory Nutt2014-05-302-0/+105
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-301-0/+2
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-304-976/+0
* Move ICMP files from net/uip to net/icmpGregory Nutt2014-05-307-13/+1036
* Move IGMP files from net/uip to net/igmpGregory Nutt2014-05-3012-48/+37
* A few build fixes from last, big ARP relocation changeGregory Nutt2014-05-304-6/+4
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-302-0/+7
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-3036-197/+202
* Move arp-related files from net/uip to net/arpGregory Nutt2014-05-304-13/+16
* snprintf(): If size is zero, then snprintf() should return the size of the r...Gregory Nutt2014-05-302-1/+3
* snprintf(): If size is zero, then snprintf() should return the size of the r...Gregory Nutt2014-05-301-7/+29
* Cosmetic changesGregory Nutt2014-05-284-2/+7
* STM32 RTC: Add retry to initialization logic. Sometime RTC initialization ta...Gregory Nutt2014-05-271-1/+3
* STM32 RTC: Add retry to initialization logic. Sometime RTC initialization ta...Gregory Nutt2014-05-271-14/+52
* CONFIG_START_YEAR/MONTH/DAY not required if an RTC is usedGregory Nutt2014-05-261-0/+3
* CONFIG_START_YEAR/MONTH/DAY not required if an RTC is usedGregory Nutt2014-05-261-0/+4
* Back out PX4 fixes that were reverted in PX4 repositoryGregory Nutt2014-05-253-26/+4
* ChangeLog updateGregory Nutt2014-05-251-1/+4
* mtd.h needs forward reference to struct spi_dev_sGregory Nutt2014-05-251-1/+3
* In-place SED edit can mess up permissions on WindowsGregory Nutt2014-05-251-1/+5
* Costmetic changes to memory manager debug outputGregory Nutt2014-05-242-3/+19
* Updated changelogGregory Nutt2014-05-231-0/+3
* STM32 I2C: Final fixes from Max Kriegleder et al.Gregory Nutt2014-05-231-45/+52
* Updated ChangeLogsGregory Nutt2014-05-232-1/+5
* Update viewtools/nsh configuratinGregory Nutt2014-05-232-50/+122
* CLE: Last bugfix commit was insufficientGregory Nutt2014-05-231-25/+11
* CLE: Was not returning the terminating newline characterGregory Nutt2014-05-231-0/+9
* Update ChangeLogsGregory Nutt2014-05-222-0/+12
* Change all variadic macros to C99 styleGregory Nutt2014-05-2253-173/+174
* Change bne to bne.n in irqrestore()Gregory Nutt2014-05-221-1/+1
* Update ChangeLogGregory Nutt2014-05-211-4/+16
* CC3000: Fix build when POLL is enabled. From Jussi Kivilinna.Gregory Nutt2014-05-211-14/+23
* CC3000: Fix a race condition in start-up of unsoliced_thread. From Jussi Ki...Gregory Nutt2014-05-211-0/+12
* Configuration has CC3000_SPI_MODE settings but source uses CONFIG_CC3000_SPIM...Gregory Nutt2014-05-212-4/+4