Gregory Nutt
|
626469e30c
|
Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.h
|
2014-06-24 08:53:28 -06:00 |
|
Gregory Nutt
|
18ea0f3333
|
Update changelog
|
2014-06-24 08:34:08 -06:00 |
|
Gregory Nutt
|
4108a67b80
|
Net PKT: Suppress ARP requests for packet socket transfers
|
2014-06-24 08:33:58 -06:00 |
|
Gregory Nutt
|
0520270733
|
Net PKT: Suppress ARP requests for packet socket transfers
|
2014-06-24 08:22:12 -06:00 |
|
Gregory Nutt
|
d87b07f419
|
Update changelog
|
2014-06-24 08:04:44 -06:00 |
|
Gregory Nutt
|
38c6e41e8e
|
Separate net/net_send_buffered.c and net/net_send_unbuffered.c to net/tcp/tcp_send_buffered.c, net/tcp/tcp_send_unbuffered.c, and pkt/pkt_send.c
|
2014-06-24 08:03:44 -06:00 |
|
Gregory Nutt
|
9022bc63cf
|
Update Changelog
|
2014-06-23 19:38:10 -06:00 |
|
Gregory Nutt
|
7330704d36
|
CONFIG_NET_PKT is compatible with current TCP writebuffering logic because the share too much code; move sending of packet socket data from net_send_unbufferer.c to a new uip/uip_pktsend.c file for consistency
|
2014-06-23 19:25:16 -06:00 |
|
Gregory Nutt
|
718d9993e6
|
TCP write buffering: This corrects some of the basic transfer problems. But there are more
|
2014-06-23 17:31:30 -06:00 |
|
Gregory Nutt
|
eccefc6ef1
|
Merge remote-tracking branch 'origin/master' into netiob
|
2014-06-23 12:19:50 -06:00 |
|
Gregory Nutt
|
6600d1da69
|
Updated ChangeLog
|
2014-06-23 12:14:06 -06:00 |
|
Gregory Nutt
|
0c0cb50873
|
Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All form Max
|
2014-06-23 12:13:52 -06:00 |
|
Gregory Nutt
|
240092a025
|
Merge remote-tracking branch 'origin/master' into netiob
|
2014-06-23 11:36:03 -06:00 |
|
Gregory Nutt
|
5fe252ce25
|
Update ChangeLog
|
2014-06-23 11:29:30 -06:00 |
|
Gregory Nutt
|
f30cbd1bdf
|
Remove some spurious spaces in field selectors
|
2014-06-23 11:29:13 -06:00 |
|
Gregory Nutt
|
19c1bd3a45
|
Fix typos in AVR32 Kconfig files. From Stefan Sperling
|
2014-06-23 11:20:33 -06:00 |
|
Gregory Nutt
|
dbcbbf1adf
|
Merge from master
|
2014-06-23 11:10:24 -06:00 |
|
Gregory Nutt
|
e0c16073fa
|
Update changelog
|
2014-06-23 11:02:28 -06:00 |
|
Gregory Nutt
|
0daf30675c
|
Fix conditional compilation for CLOCK_MONTONIC. From Manuel Stühn
|
2014-06-23 11:01:31 -06:00 |
|
Gregory Nutt
|
30843cf46d
|
TCP write buffering: Add an offset to buffer dumping logic
|
2014-06-23 09:40:17 -06:00 |
|
Gregory Nutt
|
963f8f49c5
|
TCP write buffering: Add length to buffer dumping instrumentation
|
2014-06-23 07:31:55 -06:00 |
|
Gregory Nutt
|
6f1651d5f2
|
TCP write buffering: Extend and fix some buffer dumping logic
|
2014-06-22 18:53:18 -06:00 |
|
Gregory Nutt
|
14c7e2bc3c
|
Write buffering: Fix a minor retransmission problem
|
2014-06-22 16:47:32 -06:00 |
|
Gregory Nutt
|
d642616c5b
|
TCP write buffering: Fix an error in the trim logic
|
2014-06-22 16:25:26 -06:00 |
|
Gregory Nutt
|
579935bfc1
|
TCP write buffering: Correct handling of retry counter
|
2014-06-22 15:27:01 -06:00 |
|
Gregory Nutt
|
82dbbb05b6
|
Net: First bug fixes for modified write buffer logic
|
2014-06-22 13:34:09 -06:00 |
|
Gregory Nutt
|
356d25b503
|
First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)
|
2014-06-22 11:27:57 -06:00 |
|
Gregory Nutt
|
7e83501ce5
|
Fix typos from previous commit to fix button interrupts
|
2014-06-22 08:11:57 -06:00 |
|
Gregory Nutt
|
2805582151
|
net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*
|
2014-06-21 15:23:39 -06:00 |
|
Gregory Nutt
|
04e6fdf043
|
SAMA5D4: Add missing mappings for the VDEC and L2CC memory regions
|
2014-06-21 14:25:47 -06:00 |
|
Gregory Nutt
|
942d24a005
|
Correct type of SAMA5 arm_decodefiq() return value
|
2014-06-21 10:34:35 -06:00 |
|
Gregory Nutt
|
190cbc766e
|
Need to enable FIQ in initial task state; Improve H32/64 test in IRQ handling
|
2014-06-21 09:55:09 -06:00 |
|
Gregory Nutt
|
1186290a8d
|
SAMA5: FIQs should be disabled along with IRQs on most exeptions in most configuratinons. arm_decodefiq and arm_decodeirq are mutually exclusive and, hence, can use the same interrupt stack
|
2014-06-20 18:49:01 -06:00 |
|
Gregory Nutt
|
3f6b1642ca
|
SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be enabled unconditionally
|
2014-06-20 18:16:41 -06:00 |
|
Gregory Nutt
|
9542994616
|
SAMA5D4: Fix MATRIX32 base address
|
2014-06-20 18:15:13 -06:00 |
|
Gregory Nutt
|
ec0fc7756b
|
SAMA5D4: Minor fixes to get working with SAMA5D3 again
|
2014-06-20 16:01:45 -06:00 |
|
Gregory Nutt
|
fb25ba907c
|
SAMA5D4: Add partial support for secure interrupt controller (SAIC)
|
2014-06-20 15:22:00 -06:00 |
|
Gregory Nutt
|
083986e814
|
SAMA5D4: USART peripheral clock appears to be MCK/2
|
2014-06-20 11:40:36 -06:00 |
|
Gregory Nutt
|
3a3af8a5dd
|
SAMA5D4-EK: Get ramtest clocking up to 528MHz
|
2014-06-20 11:37:06 -06:00 |
|
Gregory Nutt
|
a55457b175
|
SAMA5D4-EK: Make sure that the H32MX divider is set; correct sense of bit driver red LED
|
2014-06-20 10:33:33 -06:00 |
|
Gregory Nutt
|
ac6b64dac3
|
SAMA5D4: Fix peripheral clocking macros: AIC and L2CC are continuously clocked
|
2014-06-19 15:52:42 -06:00 |
|
Gregory Nutt
|
231fd1b5c8
|
SAMA5D4: Initial bring-up fixes
|
2014-06-19 14:16:36 -06:00 |
|
Gregory Nutt
|
67fd74049c
|
Update ChangeLog
|
2014-06-19 08:35:57 -06:00 |
|
Gregory Nutt
|
1457517d2d
|
tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server files is seen as a bug in javascript and images. From Max/Himax
|
2014-06-19 08:35:45 -06:00 |
|
Gregory Nutt
|
e940245df9
|
TCP write buffering: Add buffer allocation check from Max (himax)
|
2014-06-19 08:31:50 -06:00 |
|
Gregory Nutt
|
8266624d04
|
Add missing CONFIG_NET_GUARDSIZE to Kconfig
|
2014-06-19 08:18:46 -06:00 |
|
Gregory Nutt
|
7622706cde
|
Fix file names in new net/pkt/Make.defs
|
2014-06-19 07:32:07 -06:00 |
|
Gregory Nutt
|
acf42e2ce4
|
Costmetic update to comments/README file
|
2014-06-18 17:40:06 -06:00 |
|
Gregory Nutt
|
4f06b2c32d
|
SAMA5D4: Fix ISRAM base address: 0x00200000, not like the SAMA5D3 SRAM at 0x00300000
|
2014-06-18 13:03:10 -06:00 |
|
Gregory Nutt
|
b9c6b9b425
|
Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, and pkt/Kconfig
|
2014-06-18 11:45:55 -06:00 |
|