Gregory Nutt
|
b887d39d2e
|
SAMV7 QSPI: Add DMA transfer support
|
2015-08-29 10:02:59 -06:00 |
|
Gregory Nutt
|
883c6a7cea
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-29 08:02:57 -06:00 |
|
Gregory Nutt
|
726adbeb3f
|
Update ChangeLog
|
2015-08-28 17:05:02 -06:00 |
|
Gregory Nutt
|
8c001f6807
|
Merged in paulpatience/nuttx (pull request #21)
Add SSD1351 OLED controller support
|
2015-08-28 17:01:24 -06:00 |
|
Paul A. Patience
|
01b68e90d0
|
Add SSD1351 OLED controller support
|
2015-08-28 18:37:01 -04:00 |
|
Gregory Nutt
|
4a1951b192
|
ST25FL1: Flesh out FLASH write logic
|
2015-08-28 12:01:08 -06:00 |
|
Gregory Nutt
|
e392471dc2
|
QSPI interface: Add support for dual and quad read transfers; Add support for dummy read cycles.
|
2015-08-28 12:00:06 -06:00 |
|
Gregory Nutt
|
0b1bd46e24
|
SAMV71 QSPI: Add support for dual and quad data transfers and dummy read cycles
|
2015-08-28 11:58:19 -06:00 |
|
Gregory Nutt
|
d2653ef7a8
|
ST25FL1: Update for changes to QSPI interface definitions
|
2015-08-28 10:15:39 -06:00 |
|
Gregory Nutt
|
70bdf682af
|
QSPI: Add support for data vs command transfer
|
2015-08-28 10:15:08 -06:00 |
|
Gregory Nutt
|
3e0affba86
|
SAMV71 QSPI: Add support for non-DMA memory transfers
|
2015-08-28 10:13:46 -06:00 |
|
Gregory Nutt
|
361e35a7be
|
QSPI: Make changes to interface to better work with the SAMV71
|
2015-08-27 14:16:51 -06:00 |
|
Gregory Nutt
|
8aefb9d139
|
SAMV71 QSPI: Redesign some functions to better matched new interface definition
|
2015-08-27 14:15:23 -06:00 |
|
Gregory Nutt
|
d06b709652
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-27 12:12:24 -06:00 |
|
Gregory Nutt
|
71bbe5b48d
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-27 12:08:04 -06:00 |
|
Gregory Nutt
|
8811681d7f
|
networking: Big performance improvement for local loopback driver
|
2015-08-27 11:05:53 -06:00 |
|
Gregory Nutt
|
63071a563a
|
Costmetic changes
|
2015-08-27 10:38:43 -06:00 |
|
Gregory Nutt
|
b1e09d4847
|
net/socket and net/tcp: Fix a problem in whent there are multiple network devices. Polls were being sent to all TCP sockets before. This is not good because it means that packets may sometimes be sent out on the wrong device. That is inefficient because it will cause retransmissions and bad performance. But, worse, when one of the devices is not Ethernet, it will have a different MSS and, as a result, incorrect data transfers can cause crashes. The fix is to lock into a single device once the MSS is locked locked down.
|
2015-08-27 09:06:46 -06:00 |
|
Gregory Nutt
|
3bcdb218ff
|
Networking: Get rid of the tcp_mss macro. It is confusing and only obfuscates what is really going on
|
2015-08-27 08:39:17 -06:00 |
|
Gregory Nutt
|
926f3aa9af
|
Update some comments
|
2015-08-27 08:19:26 -06:00 |
|
Gregory Nutt
|
007aabc46f
|
Fix a badly formatted comment
|
2015-08-26 19:18:04 -06:00 |
|
SaeHie Park
|
a268e0aeb9
|
Fix a typo from an earlier commit
|
2015-08-26 18:12:58 -06:00 |
|
Gregory Nutt
|
00f8521e57
|
Refresh all nettest configuration
|
2015-08-26 14:36:17 -06:00 |
|
Gregory Nutt
|
7936819fcc
|
ST25FL1: Flesh out more initialization logic
|
2015-08-26 14:16:45 -06:00 |
|
Gregory Nutt
|
45a6f79eeb
|
SAMV71 QSPI: Flesh out most of the initialization logic
|
2015-08-26 14:15:40 -06:00 |
|
Gregory Nutt
|
e6be3cea9f
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-26 10:44:35 -06:00 |
|
Gregory Nutt
|
7a168a791f
|
Networking: Fix loopback device MTU
|
2015-08-26 10:33:44 -06:00 |
|
Gregory Nutt
|
044f5d38ac
|
Merge remote-tracking branch 'origin/master' into st25fl1
|
2015-08-26 07:20:36 -06:00 |
|
Juha Niskanen
|
70620d3dd6
|
rivers/rwbuffer: Fix some logic errors
|
2015-08-26 07:18:50 -06:00 |
|
Gregory Nutt
|
1cf57ae2bd
|
Cosmetic
|
2015-08-26 07:16:07 -06:00 |
|
Gregory Nutt
|
32de036490
|
Local loopback: Set the IFF_UP flags during initialization because the local loopback device is always up
|
2015-08-25 20:09:12 -06:00 |
|
Saehie ParK
|
e6dbd3d903
|
Networking: Fix network device name assignment logic for the case of the local loopback device. There is only one local loopback network device and it is unnumbered
|
2015-08-25 20:03:25 -06:00 |
|
Gregory Nutt
|
8fe0121e1a
|
Convert fragmentation ST24FL1 driver to use QSPI interface
|
2015-08-25 17:20:54 -06:00 |
|
Gregory Nutt
|
fb53c29292
|
Merged in rnouse/nuttx (pull request #20)
Compilation warning fixup
|
2015-08-25 15:29:37 -06:00 |
|
Gregory Nutt
|
6dadfcbf6b
|
Add QSPI interface definition
|
2015-08-25 15:26:16 -06:00 |
|
Gregory Nutt
|
768aba20ad
|
SAMV71 QSPI: Use new QSPI interface. Can't use SPI interface as planned; the hardware architectue is too different
|
2015-08-25 15:23:59 -06:00 |
|
Anton D. Kachalov
|
b125c36849
|
Field `d_sndlen' is unsigned. It is always >= 0.
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-26 00:16:52 +03:00 |
|
Anton D. Kachalov
|
8d57be2b6f
|
Eliminate compilation warnings
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-26 00:14:50 +03:00 |
|
Gregory Nutt
|
94ecf7ebad
|
drivers/mtd/st25fl1.c: Add a driver for ST25FL1*K QuadSPI FLASH parts
|
2015-08-25 09:10:12 -06:00 |
|
SaeHie Park
|
e983e547e1
|
Networking: Correct return value from psock_tcp_accept(). From SaeHie Park
|
2015-08-25 07:15:21 -06:00 |
|
Gregory Nutt
|
79aa3d40b0
|
Kconfig: CONFIG_NET_MULTILINK and CONFIG_NET_MULTINIC must be support if the loopback device and any real network device are selected
|
2015-08-25 06:51:15 -06:00 |
|
Gregory Nutt
|
a2c0068011
|
Fix some IPv6 loopback device problems
|
2015-08-24 17:27:38 -06:00 |
|
Gregory Nutt
|
3018dc31e5
|
Network local loopback: Another structural simplication
|
2015-08-24 16:08:17 -06:00 |
|
Gregory Nutt
|
9d5a86753e
|
Update TODO list
|
2015-08-24 15:52:14 -06:00 |
|
Gregory Nutt
|
6158086dd4
|
Update some comments
|
2015-08-24 15:41:45 -06:00 |
|
Gregory Nutt
|
9a0507a103
|
Add TUN/PPP, PPPD, and local loopback to networking section of the ABOUT document
|
2015-08-24 15:37:17 -06:00 |
|
Gregory Nutt
|
eea69cf6e3
|
Networking: Local loopback, fix a error in last commit + fix a bad functional partitioning
|
2015-08-24 15:23:09 -06:00 |
|
Gregory Nutt
|
4d040d572a
|
Networking: Eliminate recursion from the local loopback driver
|
2015-08-24 15:16:03 -06:00 |
|
Gregory Nutt
|
fa9522da41
|
Missed one file in last commit
|
2015-08-24 14:30:58 -06:00 |
|
Gregory Nutt
|
d99e217906
|
Urefresh submodule
|
2015-08-24 14:26:12 -06:00 |
|