summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-259-14/+9
| | | | real bugs.
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-2514-28/+38
| | | | real bugs.
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-2537-139/+155
| | | | real bugs.
* Fixes for more complaints from cppcheckGregory Nutt2014-11-251-0/+4
|
* If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPTGregory Nutt2014-11-251-0/+1
|
* Fixes for more issues found by cppcheckGregory Nutt2014-11-243-4/+3
|
* More bugs/warnings found by cppcheckGregory Nutt2014-11-244-11/+22
|
* Various issues/bugs detected by cppcheckGregory Nutt2014-11-246-8/+10
|
* Nucleo F4x1RE: Stangeness in initialization noted by Sébastien LorquetGregory Nutt2014-11-242-3/+11
|
* Nucleo F4x1RE: Typos in previously untested code. message() does not exist, ↵Gregory Nutt2014-11-241-2/+2
| | | | return value from void function, missing inclusion of errno.h. From Sébastien Lorquet
* Fix BAS configuration from last change; refresh STM32 F4 NSH configurationGregory Nutt2014-11-241-1/+2
|
* Update comments and READMEGregory Nutt2014-11-243-6/+16
|
* Fix included IPv6 file nameGregory Nutt2014-11-241-1/+1
|
* Update ChangeLogGregory Nutt2014-11-231-0/+4
|
* Fix typo in confiditional compilation. From Alan Carvalho de AssisGregory Nutt2014-11-231-1/+1
|
* I2C header file for the Freescale KL family. From Alan Carvalho de Assis.Gregory Nutt2014-11-231-0/+188
|
* Update comments and read meGregory Nutt2014-11-233-9/+40
|
* Update ChangeLogGregory Nutt2014-11-231-0/+8
|
* Add logic to netdev_findbyaddr() to return the correct network device for ↵Gregory Nutt2014-11-2314-51/+150
| | | | the case where a broadcast address is used. This change caused trivial ripples through other files because additional parameters are required for netdev_findbyaddr() when CONFIG_NET_MULTINIC
* Update ChangeLogGregory Nutt2014-11-231-0/+2
|
* Network routing: Refuse to perform routing table lookups for the Broadcast ↵Gregory Nutt2014-11-232-0/+9
| | | | IP address. From Brennan Ashton
* Back inclusion of ipv6.hGregory Nutt2014-11-221-1/+0
|
* Update ChangeLog and TODOGregory Nutt2014-11-222-34/+6
|
* Extensions to ECP conneciton structure for the case of multiple networks. ↵Gregory Nutt2014-11-222-16/+102
| | | | See additional comments regarding the similar change for UDP
* Add a commentGregory Nutt2014-11-221-0/+4
|
* Fix UDP routing error in last commitGregory Nutt2014-11-221-2/+2
|
* Back out a misconception about INADDR_ANY introduce with some previous commitsGregory Nutt2014-11-224-118/+19
|
* Update ChangeLogGregory Nutt2014-11-221-0/+2
|
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-224-53/+35
|
* Update TODOGregory Nutt2014-11-211-1/+9
|
* Update ChangeLogGregory Nutt2014-11-211-0/+5
|
* Fix routing of muli-network UDP packetsGregory Nutt2014-11-211-0/+8
|
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-212-28/+25
|
* Some ideas for how port assignments might work with multiple network interfacesGregory Nutt2014-11-212-9/+136
|
* File missed in previous commitGregory Nutt2014-11-211-196/+0
|
* Network: Add logic to get a default network device (for the case where are ↵Gregory Nutt2014-11-215-3/+135
| | | | multiple devices). For INADDR_ANY
* Network: Add a file of IPv6 globalsGregory Nutt2014-11-214-1/+268
|
* Update READMEsGregory Nutt2014-11-212-0/+19
|
* apps/examples/bridge: Lots of fixes. I think it is working although I have ↵Gregory Nutt2014-11-213-10/+18
| | | | still have host firewall issues in testing
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-212-0/+4
|
* Update ChangeLogGregory Nutt2014-11-211-0/+2
|
* vfs/poll: add proper handling for sem_timedwait errnos. From Jussi KivilinnaGregory Nutt2014-11-211-0/+16
|
* Update ChangeLogGregory Nutt2014-11-201-0/+3
|
* Remove warnings when CONFIG_NXTK_BORDERWIDTH is set to zero. From ↵Gregory Nutt2014-11-201-1/+7
| | | | Pierre-Noel Bouteville
* Update ChangeLogGregory Nutt2014-11-201-0/+2
|
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-208-3/+1315
|
* Update READMEGregory Nutt2014-11-201-2/+10
|
* Update ChangeLogGregory Nutt2014-11-201-2/+12
|
* Refresh STM32F429i Disco USB NSH configurationGregory Nutt2014-11-202-106/+224
|
* Update ChangeLogGregory Nutt2014-11-201-0/+3
|