summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add cmddata method to the SPI interfacepatacongo2010-12-0319-50/+234
* Clean up status bit definitionspatacongo2010-12-022-23/+42
* Add LCD controller header filespatacongo2010-12-022-0/+231
* typospatacongo2010-12-012-8/+12
* updatepatacongo2010-12-011-6/+9
* Fix dma-related register definitionspatacongo2010-11-301-2/+4
* Back out last changepatacongo2010-11-301-2/+2
* Minor usb-relatedpatacongo2010-11-304-26/+16
* Misc USB fixespatacongo2010-11-307-14/+32
* Fix MicroSD card supportpatacongo2010-11-305-11/+36
* Debuggin SPI-based MicroSD cardpatacongo2010-11-305-19/+35
* Allow network when telnetd not configuredpatacongo2010-11-307-86/+190
* Enable network and SD/MMC card supportpatacongo2010-11-2811-110/+129
* implement SSP hookspatacongo2010-11-282-16/+60
* nettest now uses only 8Kb for packet bufferspatacongo2010-11-283-2/+17
* Make size of LPC1766 EMAC RAM configurablepatacongo2010-11-2817-29/+130
* Files needed to make LPC17xx EMAC RAM more configurablepatacongo2010-11-286-128/+219
* updatepatacongo2010-11-271-12/+3
* Fix missing ARP entry problempatacongo2010-11-273-7/+40
* More TCP sequence changespatacongo2010-11-272-20/+7
* Prep for 5.14 releasenuttx-5.14patacongo2010-11-273-102/+128
* Fix TCP sequence number errorpatacongo2010-11-272-49/+81
* Cosmetic renaming of variablespatacongo2010-11-277-52/+52
* Eliminate uip_outstanding()patacongo2010-11-263-10/+6
* Fix un-acked backlog coordinatin bugpatacongo2010-11-266-47/+50
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-2511-14/+14
* Restore uip_arp_ipin()patacongo2010-11-255-9/+44
* update README filespatacongo2010-11-253-0/+14
* Fix Broadcast config descriptionpatacongo2010-11-257-7/+0
* Fix Broadcast config descriptionpatacongo2010-11-257-8/+1
* Enable Broadcast RX unconditionallypatacongo2010-11-251-5/+6
* Add thttpd configurationpatacongo2010-11-246-3/+1274
* Misc receive improvementspatacongo2010-11-241-62/+68
* Now get RX messagepatacongo2010-11-241-12/+13
* expand a commentpatacongo2010-11-211-1/+7
* Fix final PHY configurationpatacongo2010-11-211-2/+10
* Dumping wrong GPIO regspatacongo2010-11-201-2/+2
* Fixed debug logicpatacongo2010-11-201-3/+3
* Fix Cortex-M3 nested interrupt hard faultpatacongo2010-11-208-29/+53
* Add logic to clear pending EMAC interruptspatacongo2010-11-185-82/+230
* Fix error in timer_settime()patacongo2010-11-173-6/+12
* misc updatespatacongo2010-11-173-6/+35
* cosmeticpatacongo2010-11-162-2/+8
* Initial debug fixes for LPC1766 ethernetpatacongo2010-11-1610-32/+85
* Fix bugs/typos from code reviewpatacongo2010-11-151-31/+38
* Fix some cloning errorspatacongo2010-11-151-10/+12
* Fix compile errors with debug onpatacongo2010-11-153-5/+5
* cosmeticpatacongo2010-11-141-1/+0
* Clean-up and document LP17xx ethernet driver configuration settingspatacongo2010-11-1414-42/+278
* Finishes first cut of lpc17xx Ethernet driverpatacongo2010-11-141-47/+136