summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changelogGregory Nutt2014-06-241-2/+19
|
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; ↵Gregory Nutt2014-06-24146-257/+257
| | | | Rename *_internal.h header files in net/ to just *.h
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-2479-84/+84
|
* Contents of iob.h should not be compiled if CONFIG_NET_IOB is not setGregory Nutt2014-06-241-0/+4
|
* Update changelogGregory Nutt2014-06-241-0/+3
|
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-2459-74/+67
|
* Update changelogGregory Nutt2014-06-241-0/+2
|
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-1/+19
|
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-242-0/+12
|
* Update changelogGregory Nutt2014-06-241-0/+3
|
* Separate net/net_send_buffered.c and net/net_send_unbuffered.c to ↵Gregory Nutt2014-06-249-309/+692
| | | | net/tcp/tcp_send_buffered.c, net/tcp/tcp_send_unbuffered.c, and pkt/pkt_send.c
* Update ChangelogGregory Nutt2014-06-233-4/+16
|
* CONFIG_NET_PKT is compatible with current TCP writebuffering logic because ↵Gregory Nutt2014-06-236-32/+141
| | | | 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
* TCP write buffering: This corrects some of the basic transfer problems. But ↵Gregory Nutt2014-06-232-26/+19
| | | | there are more
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-232-3/+5
|\
| * Update changelogGregory Nutt2014-06-231-1/+2
| |
| * httpd_fs_open() should return OK on success and ERROR on failure, not 1 and 0Gregory Nutt2014-06-231-2/+3
| |
* | Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-2312-6/+2888
|\|
| * Updated ChangeLogGregory Nutt2014-06-231-0/+3
| |
| * Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All ↵Gregory Nutt2014-06-2311-6/+2885
| | | | | | | | form Max
* | Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-234-5/+10
|\|
| * Update ChangeLogGregory Nutt2014-06-231-0/+5
| |
| * Remove some spurious spaces in field selectorsGregory Nutt2014-06-231-3/+3
| |
| * Fix typos in AVR32 Kconfig files. From Stefan SperlingGregory Nutt2014-06-232-2/+2
| |
* | Merge from masterGregory Nutt2014-06-233-2/+5
|\|
| * Update changelogGregory Nutt2014-06-231-1/+3
| |
| * Fix conditional compilation for CLOCK_MONTONIC. From Manuel StühnGregory Nutt2014-06-232-2/+2
| |
* | TCP write buffering: Add an offset to buffer dumping logicGregory Nutt2014-06-237-30/+73
| |
* | TCP write buffering: Add length to buffer dumping instrumentationGregory Nutt2014-06-236-29/+73
| |
* | TCP write buffering: Extend and fix some buffer dumping logicGregory Nutt2014-06-229-46/+61
| |
* | Write buffering: Fix a minor retransmission problemGregory Nutt2014-06-221-15/+22
| |
* | TCP write buffering: Fix an error in the trim logicGregory Nutt2014-06-2222-21/+164
| |
* | TCP write buffering: Correct handling of retry counterGregory Nutt2014-06-223-96/+145
| |
* | Net: First bug fixes for modified write buffer logicGregory Nutt2014-06-223-1/+11
| |
* | First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-2227-232/+1081
|/
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-225-6/+6
|
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-217-45/+159
|
* SAMA5D4: Add missing mappings for the VDEC and L2CC memory regionsGregory Nutt2014-06-214-2/+23
|
* Correct type of SAMA5 arm_decodefiq() return valueGregory Nutt2014-06-211-1/+1
|
* Need to enable FIQ in initial task state; Improve H32/64 test in IRQ handlingGregory Nutt2014-06-218-106/+130
|
* SAMA5: FIQs should be disabled along with IRQs on most exeptions in most ↵Gregory Nutt2014-06-201-22/+11
| | | | configuratinons. arm_decodefiq and arm_decodeirq are mutually exclusive and, hence, can use the same interrupt stack
* SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be ↵Gregory Nutt2014-06-206-19/+128
| | | | enabled unconditionally
* SAMA5D4: Fix MATRIX32 base addressGregory Nutt2014-06-201-1/+1
|
* SAMA5D4: Minor fixes to get working with SAMA5D3 againGregory Nutt2014-06-201-0/+2
|
* SAMA5D4: Add partial support for secure interrupt controller (SAIC)Gregory Nutt2014-06-207-88/+303
|
* SAMA5D4: USART peripheral clock appears to be MCK/2Gregory Nutt2014-06-2014-6/+81
|
* SAMA5D4-EK: Get ramtest clocking up to 528MHzGregory Nutt2014-06-201-3/+7
|
* SAMA5D4-EK: Make sure that the H32MX divider is set; correct sense of bit ↵Gregory Nutt2014-06-203-4/+43
| | | | driver red LED
* SAMA5D4: Fix peripheral clocking macros: AIC and L2CC are continuously clockedGregory Nutt2014-06-193-26/+57
|
* SAMA5D4: Initial bring-up fixesGregory Nutt2014-06-193-6/+17
|