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
9b2a8e8c0e
Rename CONFIG_AUDIO_DEVICES to CONFIG_DRIVERS_AUDIO to conform better to the evolving configuration naming standard.
2017-09-12 14:10:15 -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
1cdc746726
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -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
6b449ac409
The I2C_TRANSFER method is no longer optional
2016-01-31 14:15:32 -06:00
Gregory Nutt
4819fc2e8d
I2C: Eliminate the I2C_WRITEREAD method
2016-01-26 10:24:36 -06:00
Gregory Nutt
e46cd30c14
Change use of mknulldeps.sh to mkwindeps.sh
2016-01-09 14:13:44 -06:00
Gregory Nutt
1f17ba860a
Update some README files
2015-12-03 15:36:23 -06:00
Gregory Nutt
734144ad66
Update READMEs
2015-12-03 09:52:50 -06:00
Gregory Nutt
f04287305d
Update README
2015-12-02 18:54:17 -06:00
Gregory Nutt
fe8c622d1d
Update READMEs again; NSH init thread priority should default to some value less then 100
2015-09-29 16:09:22 -06:00
Gregory Nutt
d70bd7cc2e
Update READMEs; refresh some configurations
2015-09-29 13:48:55 -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
0dbf579aa8
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
2015-05-23 17:08:35 -06:00
Gregory Nutt
e0e4624556
SAMA5D USB hub: Fix some trace statements; update some README files
2015-05-01 15:38:03 -06:00
Gregory Nutt
82c36c628e
Update README files
2015-05-01 12:09:03 -06:00
Gregory Nutt
299eb14689
Get SAMA5D configurations ready for USB hub testing
2015-05-01 10:12:41 -06:00
Gregory Nutt
0b4133c064
Update README files
2015-03-15 10:22:14 -06:00
Gregory Nutt
f8b664b727
SAMA5: Fix a bug in SAMA5 HSMCI. The bitfield mask and shift values were reversed resulting in a trashed value for the number of blocks in the BLOCKR register. This was sufficient to prevent DMA writes from working.
2015-03-15 09:35:48 -06:00
Gregory Nutt
e1289c5ebc
Update README
2014-12-03 15:31:33 -06:00
Gregory Nutt
d4efa9eb9c
SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working)
2014-12-03 14:33:00 -06:00
Gregory Nutt
6574b27abb
SAMA5D3 Xplained: Add support for the Itead Joystick shield
2014-12-03 12:24:23 -06:00
Gregory Nutt
121aa0ca68
Update comments and README
2014-11-24 07:25:40 -06:00
Gregory Nutt
5055d00caf
Update READMEs
2014-11-21 14:05:20 -06:00
Gregory Nutt
7cea0f5a69
SAMA5D3 Xplained: Add an apps/examples/bridge configuration
2014-11-20 16:24:30 -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
d767c06085
Update README files, Kconfig help comments, and make the network monitor not EXPERIMENTAL
2014-08-18 07:24:47 -06:00
Gregory Nutt
04f59f1761
Update README files
2014-08-12 10:01:12 -06:00
Gregory Nutt
cff5132179
SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selected
2014-08-11 14:29:43 -06:00
Gregory Nutt
86ebe4725b
Updated README files
2014-08-10 20:02:45 -06:00
Gregory Nutt
3985dc9120
Cosmetic changed, updated README files, improved comments
2014-08-10 13:11:31 -06:00
Gregory Nutt
9b76a1b758
Update README files
2014-08-10 11:34:20 -06:00
Gregory Nutt
1ff92f2f95
SAMA5D3 HSMCI: TX DMA is again disabled
2014-08-05 07:07:39 -06:00
Gregory Nutt
2b0c56a31d
SAMA5 HSMCI: e-enable TX DMA and verify that DMA writes to the SD card are functional. They are so now TX DMA is re-enabled in the driver. This might affect the SAMA5D3 platforms where the TX DMA problem was found. The SAMA4D3 and 4 use the same HSMCI driver. Much has change since then and it is not surprising that DMA is now functional. However, the has not be re-verified on the SAMA5D3 which has a different DMA controller.
2014-07-30 11:20:06 -06:00
Gregory Nutt
42b28ba383
SAMA5D4: Add auto-mounter support for HSMCI0
2014-07-29 15:34:31 -06:00
Gregory Nutt
8edc57137c
SAMA5D3/4: All configurations. I suspect a MMC/SD multi-block DMA transfer issue. So for name, this feature is disabled in all configurations
2014-07-23 07:58:10 -06:00
Gregory Nutt
285f66a2c1
NET: Rename uiplib/UIPLIB to netlib/NETLIB
2014-07-02 16:04:25 -06:00
Gregory Nutt
234d118c61
SAMA5D4-EK: NSH configuration now supports the RTC
2014-06-29 07:40:37 -06:00
Gregory Nutt
caf1b2d641
SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRNG, an NSH startup script, and a RAM disk at /tmp
2014-06-28 16:11:41 -06:00
Gregory Nutt
57da49beb3
SAMA5D4-EK: Update pins used by HSMCI
2014-06-11 14:45:01 -06:00
Gregory Nutt
1634a11bd0
SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB so that the configuration and build system can configure them. I might come up with something better later
2014-06-10 17:40:25 -06:00
Gregory Nutt
ae142009da
SAMA5: Back out most of commit c37b5b7b97d0644743c04f2c3d9e2b7ef9f5d698. Things are going to have to be done differently
2014-06-09 12:16:16 -06:00
Gregory Nutt
ae01e0819d
SAMA5: Cosmetic clean-up of README files
2014-06-04 17:02:30 -06:00