Gregory Nutt
cccc86da09
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
...
Squashed commit of the following:
net/icmp: Finishes off icmp_recvfrom().
net/icmp: Add readahead support for IPPROTO_ICMP sockets.
net/icmp: Add poll() support for IPPROTO_ICMP sockets.
net/icmp: Add a connection structure for IPPROTO_ICMP sockets.
net/icmp: Implements sendto for the IPPROTO_ICMP socket.
net/icmp: Move icmp_sendto() and icmp_recvfrom() to separate files. They are likely to be complex (when they are implemented).
net/icmp: Hook IPPROTO_ICMP sockets into network. Fix some naming collisions. Still missing basic ICMP send/receive logic.
configs: apps/system/ping current need poll() enabled.
configs: All defconfig files that use to enable low-level support must now enabled CONFIG_SYSTEM_PING.
net/icmp: Adds basic build framework to support IPPROTO_ICMP sockets.
2017-10-23 08:45:12 -06:00
Gregory Nutt
9aac1dd44d
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
2017-04-26 10:12:13 -06:00
Gregory Nutt
7c34a77b54
Move apps/system/usbmonitor to nuttx/drivers/usbmonitor
2016-06-30 12:24:33 -06:00
Gregory Nutt
5b2aa7bf99
Remove all traces of CONFIG_SYSLOG
2016-06-19 13:59:43 -06:00
Gregory Nutt
1cdc746726
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
Gregory Nutt
3a74a438d9
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
2016-06-11 11:50:18 -06:00
Gregory Nutt
9ec104834a
Remove CONFIG_USARTn_ISUART
2016-05-25 11:21:48 -06:00
Gregory Nutt
3e0efd7279
Fix all URLs to the NuttX repository
2016-04-06 17:56:40 -06:00
Gregory Nutt
de50bc82a7
Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law
2016-01-23 18:21:36 -06:00
Gregory Nutt
e46cd30c14
Change use of mknulldeps.sh to mkwindeps.sh
2016-01-09 14:13:44 -06:00
Gregory Nutt
42f69ba42f
Rename CONFIG_NETUTILS_DNS* to CONFIG_NETDB_DNS* to reflect the movement of the DNS server from apps/netutils to nuttx/libc/netdb
2015-07-10 12:09:58 -06:00
Gregory Nutt
9e99cfa4e0
Correct many bitbucket.org URLs
2015-06-28 09:14:52 -06:00
Gregory Nutt
7214e52fb2
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
Gregory Nutt
46bd0bc307
This cleans up most of the remaining SourceForge references
2015-06-26 18:13:20 -06:00
Gregory Nutt
1e0bdf2bc9
Update README
2015-03-09 19:58:59 -06:00
Gregory Nutt
12a9937913
apps/examples/bridge: Lots of fixes. I think it is working although I have still have host firewall issues in testing
2014-11-21 10:16:19 -06:00
Gregory Nutt
3715040386
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
2014-11-16 10:49:33 -06:00
Gregory Nutt
66f49ae9b4
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
2014-11-16 08:18:56 -06:00
Gregory Nutt
d19e70b73a
Trivial update to README file
2014-10-13 12:05:49 -06:00
Gregory Nutt
d4f28e4721
Add SAM4E OpenOCD scripts
2014-10-13 09:48:46 -06:00
Gregory Nutt
d11ffb4f9c
Enable TCP write buffering in one SAM4E-EK configuration
2014-10-11 13:03:07 -06:00
Gregory Nutt
bcce45699d
Refresh some configurations
2014-08-21 08:36:16 -06:00
Gregory Nutt
8496325dca
SAM4E-EK: Add an NxWM configuration
2014-08-20 14:15:34 -06:00
Gregory Nutt
3d9b67d757
SAM4E-EK: Add ILI9341-based LCD driver
2014-08-20 11:45:01 -06:00
Gregory Nutt
b7f6d678ce
Add a register definition header file for the ILI9341 LCD
2014-08-19 17:31:10 -06:00
Gregory Nutt
e57a8d83dd
Trivial typo fix
2014-08-19 11:27:39 -06:00
Gregory Nutt
87ea50f073
Refresh SAM4E-EK configurations
2014-08-19 10:38:35 -06:00
Gregory Nutt
d767c06085
Update README files, Kconfig help comments, and make the network monitor not EXPERIMENTAL
2014-08-18 07:24:47 -06:00
Gregory Nutt
42b28ba383
SAMA5D4: Add auto-mounter support for HSMCI0
2014-07-29 15:34:31 -06:00
Gregory Nutt
285f66a2c1
NET: Rename uiplib/UIPLIB to netlib/NETLIB
2014-07-02 16:04:25 -06:00
Gregory Nutt
43f9282517
SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabled
2014-05-15 11:41:58 -06:00
Gregory Nutt
160fbc711a
Misc changes while testing the SAM4E-EK LCD (still does not work)
2014-05-14 15:31:38 -06:00
Gregory Nutt
5f6da749bb
SAM4E-EK: Ooops.. two touchscreen drivers(?)
2014-05-14 10:56:03 -06:00
Gregory Nutt
296db40aeb
SAM4E-EK: Add a touchscreen driver (untestd on initial checkin)
2014-05-13 11:28:38 -06:00
Gregory Nutt
51950d7850
Undefine IRQPRIO in all configurations it should not be set
2014-04-16 08:29:39 -06:00
Gregory Nutt
069ea487ae
Long needed clean up of DNS resolver for coding style and naming conventions
2014-04-11 12:25:32 -06:00
Gregory Nutt
0cefef9cb5
Documentatin updated; fix errors in some comments
2014-03-28 09:52:07 -06:00
Gregory Nutt
f18541fe41
SAM4E: Clarify LCD data width
2014-03-28 08:29:04 -06:00
Gregory Nutt
f009601bf7
SAM4E-EK: Remove bogus LCD driver; replace with information that might be useful to someone who wants to develop an LCD driver for the SAM4E-EK
2014-03-27 10:38:21 -06:00
Gregory Nutt
90b0d6d13f
SAM4E-EK: CMCC is enabled in all configurations and delay loop has been calibrated
2014-03-26 17:07:08 -06:00
Gregory Nutt
13af80568b
SAM4E-EK: All configurations converted to run with 120MHz CPU clock
2014-03-26 14:03:33 -06:00
Gregory Nutt
698a4c2cd2
SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overrun errors
2014-03-26 11:38:47 -06:00
Gregory Nutt
9350b9d4d0
SAMA5D3: Fix some typos in last blind changes backported from the SAM4e. And verified
2014-03-25 16:11:33 -06:00
Gregory Nutt
f99990579d
backport a serial console fix from the sam4e to the sama5d3
2014-03-25 14:34:07 -06:00
Gregory Nutt
7b1e036057
Cosmetic updates to comments and README files
2014-03-24 10:23:56 -06:00
Gregory Nutt
2ba8224cdc
SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-related files
2014-03-23 15:48:10 -06:00
Gregory Nutt
0153c903e0
Cosmet update to debug messages and to comments
2014-03-23 13:32:39 -06:00
Gregory Nutt
340afb2ef4
SAM4E-EK: Enable interrupt stack in all configurations
2014-03-23 10:12:57 -06:00
Gregory Nutt
d43cfeb6a6
SAM4E-EK UDP: prevent some bad recursive behavior
2014-03-22 17:30:17 -06:00
Gregory Nutt
a32e0e2b30
SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM console
2014-03-22 09:27:43 -06:00